Search:

Type: Posts; User: artm; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    5
    Views
    794

    Re: gazp8 battery issues

    I'm seeing the same numbers on a panp9 model. This has started quite recently, I used to be able to be able to run more than 3 hours on a battery, couple of months ago it became just over 1 hour.
    ...
  2. Thread: Random File

    by artm
    Replies
    24
    Views
    2,644

    Re: Random File

    the original solution is slightly incorrect: once in a while it'll echo ${0} which isn't necessarily a file in current directory. Should have been:



    set -- *
    length=$#
    random_num=$(( $RANDOM...
  3. Replies
    26
    Views
    43,354

    Re: HOWTO: Set Gnome Calendar First Day of Week

    see also http://ubuntuforums.org/showthread.php?p=6798112#post6798112 for a solution without editing package files.
  4. Thread: Gnome calendar

    by artm
    Replies
    8
    Views
    7,820

    [ubuntu] Re: Gnome calendar

    Gnome calendar applet adheres to your locale settings. In Ubuntu, you can assign locale components by editing the file /etc/defaults/locale. Here is what I've got there:

    $ cat /etc/default/locale...
  5. [ubuntu] Re: [SOLVED] HOWTO Configure computers for remote access using VNC and Vinagre

    Real VNC has java vnc viewer: http://www.realvnc.com/support/javavncviewer.html
  6. [ubuntu] Re: [SOLVED] HOWTO Configure computers for remote access using VNC and Vinagre

    Notes as I go along:

    I've figured out the adding services to xinetd just to decide why should I bother? I simply start vnc server of my choice with gdm (so I don't have to guess the display...
  7. [ubuntu] Re: [SOLVED] HOWTO Configure computers for remote access using VNC and Vinagre

    this is the missing step (for me):

    > Add VNC service to xinetd. Probably, an empty file is created:

    What do you mean by "add a service to xinetd"?



    And why should the choice of VNC client...
Results 1 to 7 of 8