Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    1,457

    [SOLVED] mailx moving mail from maildir to mbox

    I'm having kind of a weird problem: mailx moves read messages from my maildir to an mbox file.

    My ISP only provides POP3 access, so I've set up getmail to automatically download messages into my...
  2. [ubuntu] Re: No amarok or rhythmbox notification area icons after upgrade to Lucid

    Rhythmbox no longer puts an icon in the Notification Area, instead it adds itself to the Indicator Applet.
    You might need to add the Indicator Applet to your panel:
    right-click on an empty space in...
  3. Replies
    6
    Views
    3,755

    [gnome] Re: Nautilus - Thumbnails without caching?

    You can also have the folder where Nautilus saves it's thumbnails point to /dev/null:
    Open a terminal, then type

    cd ~
    rm -r .thumbnails
    ln -s /dev/null .thumbnails
    Now if you enable thumbnails...
  4. Replies
    7
    Views
    1,891

    [ubuntu] Re: .htaccess files

    You need to use the htpasswd utility to create the password file:

    htpasswd -c /htpasswd/home/admin/www/.htpasswd nosher
    It will ask for the password.
    The -c switch means it creates a new file,...
  5. Replies
    20
    Views
    1,334

    [ubuntu] Re: a question about root

    Just open it with any text editor.

    Edit: Sorry, disregard this post, I didn't see the forum decided to cut of displayed messages halfway the thread.
  6. [ubuntu] Re: Opening a file in Terminal with a specific program

    Have you tried
    gnu-cash-program path_to_cash_finance_archive
  7. [ubuntu] Re: How do I completely delete all of wine and all of the programs installed using it

    This:
    rm -vi ~/.wine won't work, since .wine is a directory. also it would prompt you for every single file to remove, which would probably mean typing 'y' a lot of times.


    This command:
    rm...
  8. Re: HOWTO: Setup vncserver + gdm on Ubuntu 8.04 Desktop

    Thanks you for this guide, finally got this working thanks to you.

    Something that might be usefull to add:

    How to connect with an Ubuntu remote using vinagre (Ubuntu's default vnc client)...
  9. Replies
    11
    Views
    1,159

    [ubuntu] Re: Firefox3b5/Firefox 2 and Firebug

    The Firebug in the Ubuntu repositories seems to work for me:
    - In Firefox, uninstall the firebug extension (not sure if this is necessary, but better safe than sorry)
    - Install the firebug package:...
  10. Replies
    1
    Views
    659

    [ubuntu] Re: No Task Switcher

    Looks like the keyboard shortcut for the application switcher was unset in Hardy, to enable it:

    Open System>Preferences>Keyboard Shortcuts
    Under 'Window Management' click on 'Move between windows...
  11. Replies
    277
    Views
    322,196

    Re: HOWTO: Terminal as the desktop background.

    I'm also having trouble with moving the window, using
    (geometry "800x700+150+100") resizes the window fine, but it doesn't move.
    The work-around I found is specifying the geometry at the start of...
  12. Replies
    11
    Views
    4,322

    Re: cdemu 1.0 experimental on gutsy gibbon i386

    Seems some things have changed with cdemu 1.0.0, took me some time to get this working, with some modifications:

    *) The daemon now seems to listen on the system bus by default, changed all calls...
  13. Poll: Re: How long does it take your Ubuntu-powered computer to boot up?

    About 20 seconds from GRUB to GDM login running Feisty on a AMD Sempron 2800+ cpu(2GHz) with 512MB RAM.
  14. Replies
    1,517
    Views
    842,327

    Poll: Re: Master Kernel Thread

    Thank you very much for writing this guide.
    I spent some time in xconfig disabling stuff I figured I didn't need, and to my surprise it still compiled and even booted feisty ;)
    It reduced my boot...
Results 1 to 14 of 14