Search:

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

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    617

    Re: zenity list, inconsistent behavior

    gzarkadas: Thank you! I thought the newlines had to be removed. I'm sure I was trying it without removing them first, but I'm also sure I was doing it differently. What you posted seems to work. I...
  2. Replies
    2
    Views
    617

    [SOLVED] zenity list, inconsistent behavior

    I've got a block of code to display disk partitions in a zenity window. It works, but it displays the partitions out of order.
    #!/usr/bin/env bash
    # test a zenity window

    part=$(find /dev...
  3. Thread: skype

    by fsmithred
    Replies
    1
    Views
    277

    [ubuntu] Re: skype

    You can install software while you're running a live cd. It won't persist after a reboot, but you should be able to test it. (I'm pretty sure I've done that with Skype for a friend.)

    Before you...
  4. Replies
    1
    Views
    316

    [ubuntu] Re: Cronjob setup for new user

    Use the command, 'crontab -e' to edit your crontab. It should look something like this, and there has to be a blank line at the end of the file:


    # m h dom m dow command
    38 10 * * * root...
  5. Replies
    7
    Views
    379

    [all variants] Re: managing several installs

    The basic method that ciscosurfer described should work for you. If all your files in /home are on a separate partition, then that partition should be mounted at /home in only one of the operating...
  6. [kubuntu] Re: want to setup apache2.2 and php5 in Kubuntu

    Put your project folder in /var/www and browse to http://localhost/projectfolder

    Take a look at /usr/share/doc/apache2/README.Debian.
  7. Replies
    9
    Views
    1,082

    [all variants] Re: Why doesn't this script work over cron

    Got it!

    I just tried adding the script to /etc/cron.hourly and restarted cron, and it works that way.

    Or, if you want to run it as a crontab, add a line to export root's PATH. I don't know if...
  8. [ubuntu] Re: Installing Tux: a Quest for Herring

    sudo apt-get install planetpenguin-racer
  9. Replies
    9
    Views
    1,082

    [all variants] Re: Why doesn't this script work over cron

    Well, I'm no script wizard, so I don't know if I can help. I played with it, and I can confirm that it works fine from command line, but as a root crontab, the IP number doesn't get copied to the...
  10. Replies
    9
    Views
    1,082

    [all variants] Re: Why doesn't this script work over cron

    Two thoughts:
    I think you need to use the full path to the files in the script.
    Make sure you have a blank line at the end of your crontab.

    From man crontab:

    BUGS
    Although cron...
  11. Replies
    1
    Views
    1,051

    [ubuntu] Re: Grub: Error 15: File not found

    You have the same UUID for (hd1,0) and (hd2,0). That's probably not what you want. Use the blkid command to get the right UUID, or else change it to 'root=/dev/sdc1'. Check /boot/grub/device.map, and...
  12. Replies
    4
    Views
    701

    [all variants] Re: /boot mapping to thumb drive

    I didn't mention anything about LVM (because I've never used it) or encryption, because I haven't tried that yet. I might get brave and try it on a production system that's using encryption. Right...
  13. Replies
    4
    Views
    701

    [all variants] Re: /boot mapping to thumb drive

    I couldn't find instructions for this, either, but it's something I've thought about doing it. Here's how I did it.

    Make sure you know what your drives are called.
    'sudo fdisk -l'
    In this...
  14. [ubuntu] Re: Need to recover data from previous windows installation

    You'll probably want to use photorec. Take a look at this -
    https://help.ubuntu.com/community/DataRecovery
  15. Replies
    3
    Views
    380

    [ubuntu] Re: Where has my disk space gone?

    It didn't go anywhere. Hard drive manufacturers like to think that a megabyte is 10 to the third power, but your operating system uses 2 to the 10th (1024).
  16. Replies
    3
    Views
    426

    [gnome] Re: Cannot Start GDM??

    You don't like lynx? It's way faster than firefox.

    If you're getting a graphical login screen, then gdm is running. If you're logging into a console, try running 'startx' to see if you get to a...
  17. [gnome] Re: Ubuntu crashes at startup- quick fix? help!

    This probably won't help much, but recently, I've gotten the same Nautilus error message in debian lenny. The only real problem I've noticed is that I can't rename a file in Nautilus, but I can do it...
  18. Replies
    11
    Views
    760

    [ubuntu] Re: Upgrade & GRUB problems.....

    What I suggested is less complicated and less risky than reinstall. If you just want xp to be the default, you only need to edit /boot/grub/menu.lst. Find the place where it says "default 0" (Hint:...
  19. Replies
    11
    Views
    760

    [ubuntu] Re: Upgrade & GRUB problems.....

    I found this in newegg customer reviews of MSI P43 Neo:
    "Replaced a motherboard running Ubuntu Linux (Gutsy). Gutsy did not recognize the primary SATA controller (slots 1-6) and the bios would not...
  20. Replies
    11
    Views
    760

    [ubuntu] Re: Upgrade & GRUB problems.....

    If you can boot into ubuntu, post the output of 'sudo fdisk -l' and the contents of /boot/grub/menu.lst. Generally, if ubuntu is on the master and windows is on the slave, the windows entry in...
  21. Replies
    1
    Views
    353

    [ubuntu] Re: Grub menu after second distro

    Boot into ubuntu, and run 'sudo grub-install /dev/sda'.

    Next time, tell your second distro not to install grub, and you can just add a section to your existing menu.lst for the new distro.
  22. Replies
    11
    Views
    760

    [ubuntu] Re: Upgrade & GRUB problems.....

    The device names for your hard drives are probably different in the new computer. If you're getting to a grub menu, you can type "e" to edit the kernel line or "c" to use grub commands, fix whatever...
  23. Replies
    1
    Views
    1,112

    [kubuntu] Re: How to start nmbd at boot in 8.04?

    Never mind. There's only /etc/init.d/samba, but no /etc/init.d/smbd or /etc/init.d/nmbd.
  24. [all variants] Re: Lynx Can't Access `file://localhost/usr/share/ubuntu-artwork/home/index.html'

    If you got there by typing 'g' and then typing in that address, drop the first part, and just type /usr/share/ubuntu-artwork/home/index.html
  25. Replies
    3
    Views
    444

    [ubuntu] Re: Headphone Noises, Crackling?

    I'm under the impression that we all get this. Internal sound cards are subject to interference inside the box. If the noise is low enough volume that you don't notice it when music is playing, then...
Results 1 to 25 of 132
Page 1 of 6 1 2 3 4