Search:

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

Search: Search took 0.06 seconds.

  1. Re: tar seperate gzip/tar files into one tar file with one command

    The best way to describe what I was trying to do is to think of it like a bag full of bite sized mini bars.
    I didnt want to warp up the bite sized treats first and then individually put them in the...
  2. tar seperate gzip/tar files into one tar file with one command

    I'm running out of room on the drives and can no longer do separate
    tar/gzip files before combining all gzip/tar files into one tar file.

    Is it possible to pipe a separate gzip/tar straight...
  3. Replies
    1
    Views
    326

    [ubuntu] Re: Installing gnome desktop on Lucid Server

    Answer to my own question

    sudo -i
    apt-get update
    apt-get install linux-headers-$(uname -r) build-essential ubuntu-desktop
    startx

    shutdown now -h

    ------
  4. Replies
    0
    Views
    1,080

    IE8 ajax asynchronous racing condition

    The below ajax code works on all browsers except IE8 where it works only 50% of the time.

    It works in asynchronous mode only when the php code returns the data quickly enough.

    But when its not...
  5. python newb: how to combine tuples into dictionaries

    Any clues would be appreciated

    foFname = ['John', 'Mary', 'Fred']
    foLname = ['Smith', 'Jones', 'Dagg']
    foAge = [10, 21, 23]

    foKeys = ['FNAME', 'LNAME', 'AGE']

    magic happens to produce the...
  6. Replies
    0
    Views
    808

    [ubuntu] Run fsck over looping/not booting system

    CONTINUATION ON FROM THREAD:
    http://art.ubuntuforums.org/showthread.php?t=67223


    ERROR

    * Activating swap [fail]
    * Checking root file system
    fsck 1.40.8
    /dev/shm/root contains a file...
  7. Replies
    0
    Views
    339

    [ubuntu] Run fsck over looping/not booting system

    CONTINUATION ON FROM THREAD:
    http://art.ubuntuforums.org/showthread.php?t=67223


    ERROR

    * Activating swap [fail]
    * Checking root file system
    fsck 1.40.8
    /dev/shm/root contains a file...
  8. [ubuntu] Finding hooks in Hardy when doing a clean install onto Lucid

    What are the tricks of the trade to finding hooks on a current system
    which have not been included in an upgrade / need to be included
    on a clean install ?

    My predecessor who managed our website...
  9. Replies
    1
    Views
    326

    [ubuntu] Installing gnome desktop on Lucid Server

    I have installed the desktop on top of the server;
    however I end up with a brown looking
    skin and no sub menus.

    How do I get the new skin and sub menus ?

    Installed...
  10. Replies
    0
    Views
    629

    [ubuntu] libmp3lame0 versus ffmpeg

    If you had a website running on Ubuntu 8.04 LTS and it needed media support
    would you install ffmpeg and additional packages ?

    Or move to 10.04 LTS and use libmp3lame0 ?

    What are the main...
Results 1 to 10 of 10