Results 1 to 6 of 6

Thread: Karmic: Computer Name Change GUI

  1. #1
    Join Date
    May 2008
    Location
    GB
    Beans
    85

    Red face Karmic: Computer Name Change GUI

    How do you change your computers name in Karmin (GUI style please)?

  2. #2
    Join Date
    May 2008
    Location
    GB
    Beans
    85

    Re: Karmic: Computer Name Change GUI

    anyone??

  3. #3
    Join Date
    Aug 2008
    Location
    India
    Beans
    Hidden!

    Re: Karmic: Computer Name Change GUI

    If you actually mean hostnames of the computer then it is easy to change.(Hostname is the name by which you are identified on a network. Run the command hostname to see your hostname).

    Now, in order to change it you will have to edit /etc/hostname file
    use gedit to open it.

    Code:
    sudo gedit /etc/hostname
    and put whatever name you want.
    you might need a restart after editing the file...
    I am not sure if this method really works in Karmic but this is a proper method for Debian systems so it should work.

  4. #4
    Join Date
    Dec 2005
    Location
    USA
    Beans
    886
    Distro
    Ubuntu

    Re: Karmic: Computer Name Change GUI

    Quote Originally Posted by Hozza View Post
    anyone??
    I have a fresh install of 9.10 in Virtualbox and I just looked through all the menus. I don't see any way to change the computer name with a gui. Best option at this point is to use the terminal application.

    Applications -> Accessories -> Terminal

    Type: sudo gedit /etc/hostname
    Enter your password

    There should be a single line with the hostname. Modify this line and save the file.

    You might need to modify the /etc/hosts file to reflect the name change but I'm not positive on that. I usually do for consistency but I'm not sure on the necessity.

    I feel a GUI to facilitate this change is a pretty basic item...

    Thanks,
    Richard
    I use both Windows and Linux. Is that a crime? || Ubuntu User # 16597

  5. #5
    Join Date
    Dec 2006
    Beans
    451

    Re: Karmic: Computer Name Change GUI

    Quote Originally Posted by rickyjones View Post
    I feel a GUI to facilitate this change is a pretty basic item...
    Indeed there was one once, in 8.04 if memory serves me correctly. Why they took it away is anyones guess!

    I've just had a quick search for it - just install gnome-network-admin

    Then go to System>Administration>Network and you can change it on the "General" tab.




    EDIT: I've just downloaded and tested this package on 9.10, and it simply didn't work. Well, I guess that kinda answers the question as to why it isn't included in a default install any more!

    Just a shame that this package wasn't updated and was just thrown on the scrapheap when there was no other replacement for this functionality... (from the GUI point of view)
    Last edited by itsjustarumour; December 15th, 2009 at 06:40 PM.

  6. #6
    Join Date
    Sep 2006
    Location
    Michigan
    Beans
    101
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Karmic: Computer Name Change GUI

    The Gnome tool is not helpful (bug #163720). It wouldn't change the hostname on my laptop when I tried it. I suspect that the functionality will be added to Network Manager in the future.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •