Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.03 seconds.

  1. [ubuntu] Re: Virtual Network Interfaces help

    Not really what I'm looking for - I'd need a static ip address for that - I get mine from a dhcp server which I do not administer.

    I need it to look like I have two separate machines attached to...
  2. [ubuntu] Virtual Network Interfaces help

    I am trying to set up two virtual network interfaces on Ubuntu server 10.04.

    I want to be able to have 2 hostnames resolve to my machine on my school's network. So both interfaces must be dhcp.
    ...
  3. [SOLVED] Re: Toggle visibility of Desktop icons

    Open a text file and paste the following



    #!/bin/bash

    STATUS=$(gconftool-2 --get /apps/nautilus/preferences/show_desktop)

    if [ "$STATUS" == "false" ]; then
    gconftool-2 --set...
  4. Re: How To: Share a Scanner over the network

    Unfortunately, I have no scanners at the moment, and so no way to test.
    Hopefully I'll be able to get one and update the script for 10.04 when it comes out.
    The only thing I can tell you is to...
  5. [ubuntu] Disable Screen Blanking in Server 9.10

    I am trying to disable screen blanking on my Ubuntu server 9.10
    I installed Xserver and firefox and am running a full-screen web-display app. I'm using ratpoison as wm.

    I've added all of the...
  6. Replies
    1
    Views
    267

    Re: flyers.

    For Ooo - http://templates.services.openoffice.org/
  7. Replies
    2
    Views
    504

    Re: Xubuntu and video creation !?

    PiTiVi is a fairly simple video editor.

    $ sudo apt-get install pitivi

    They have a manuel on thier website: http://www.pitivi.org/?go=documentation
  8. Re: What's the temperature where you are?

    My Home Automation Server is reporting 13F... Feels like 3F!
  9. [ubuntu] Re: Set as Desktop Background location?

    If you did that from firefox, it should be in your home folder as "Firefox_Wallpaper" or something

    The default GNOME backgrounds are in /usr/share/backgrounds

    To find where your current...
  10. [ubuntu] Re: Network manager password problem.

    Use "Alt-F2" to bring up a run window and type "seahorse" in it and press enter

    Then right click the "Passwords: login" and select "change password"
  11. Replies
    6
    Views
    1,757

    [SOLVED] Re: nautilus-script not running

    Make sure you visit the Script folder with Nautilus - Open Nautilus, click the button next to the address bar, and enter /home/YOURUSERNAME/.gnome2/nautilus-scripts

    The scripts are available when...
  12. [SOLVED] Re: auto firefox full screen and lock at startup

    I use the R-Koisk extension for Firefox for my full-screen webapps: https://addons.mozilla.org/en-US/firefox/addon/1659

    You can add "firefox URL" to "Startup Applications" (Sys -> Prefs) , and set...
  13. Replies
    1
    Views
    4,316

    Re: Sudoku for Windows

    Why not just go with a Windows version?
    http://sourceforge.net/projects/winsudoku/
  14. Replies
    54
    Views
    20,946

    Re: Ylmf OS

    lol. I laugh every time someone uses my script.
    I'm glad it helps some people though....
  15. Re: How To: Share a Scanner over the network

    Check the whole thread - it's post #3 - http://ubuntuforums.org/showpost.php?p=4226794&postcount=3
  16. [all variants] Re: How to backup entire physical drive with dd, clonezilla or other tool?

    It can be done with partimage, sfdisk, and dd


    See:

    http://www.sns.ias.edu/~jns/wp/2006/03/21/backup-restore-scripts-for-imaging-cloning-disks-using-partimage-under-linux/

    I'm working on a...
  17. Replies
    4
    Views
    900

    [ubuntu] Re: can't get splashy!

    Fix by:



    sudo apt-get install -d splashy
    sudo dpkg --force-overwrite -i /var/cache/apt/archives/splashy_0.3.13-3ubuntu1_i386.deb
    sudo nano /boot/grub/menu.lst


    Find the kernel line and...
  18. [ubuntu] Re: Cell phone no longer showing up as mass storage

    Same problem here. Worked connecting my LG CU515 as mass storage in 8.10, but doesn't work in 9.04



    lsusb:

    Set as Mass Storage:


    Bus 003 Device 008: ID 05c6:1000 Qualcomm, Inc.
  19. Re: How To: Share a Scanner over the network

    Thanks much!
    If I get a scanner hooked back up, I'll test and add this to the script
    (someone took my testing scanner and made a robot... :-P )
  20. [ubuntu] Re: what is best file system for home partition?

    I stuck with ext3 for my home partition, and put ext4 on my root partiton. That way, I can downgrade if need be as well.
    (Which I might - This Intel Graphics driver thingy isn't working too well...
  21. Replies
    15
    Views
    1,008

    Re: Crazy Linux terminology

    That made me laugh!

    Abbreviations don't just use the first part of a word - Many times later vowels are kept - There is an 'o' in distribution, so there's your answer, I guess...
  22. Replies
    5
    Views
    1,748

    [ubuntu] Re: working with GPS receiver

    Just add the module name to /etc/modules to load it at boot
  23. [ubuntu] Re: Installing to a flash drive, any good guide for this?

    Have you seen this:
    http://www.pendrivelinux.com/ubuntu-810-install-using-the-built-in-usb-installer/
  24. [ubuntu] Re: Desktop Sharing, Is there and easy way

    http://portforward.com/

    Has pretty much every common home router listed
    This can't be done via the command line, because the settings needs to take place on the router, not the local computer
  25. Replies
    9
    Views
    490

    Re: easier way in bash?

    Try something along the lines of:



    RESULT=$(echo $ARRAY | grep "$aname")
    if [ "$RESULT" != "" ]; then

    If $RESULT contains something, then $aname was found in the array. Otherwise $RESULT...
Results 1 to 25 of 94
Page 1 of 4 1 2 3 4