Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: how to change machine name

  1. #11
    Join Date
    Apr 2008
    Location
    Australian in Germany
    Beans
    4,010
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: how to change machine name

    Quote Originally Posted by MG&TL View Post
    I'm on 13.04 ATM, but if I recall it works on earlier releases with gnome-control-center too. See thumbnail.
    Hmm, looks completely different here, but this install is still 10.10. Never mind...
    Michael

  2. #12
    Join Date
    Oct 2005
    Location
    Wabasha MN
    Beans
    2,571
    Distro
    Ubuntu

    Re: how to change machine name

    Quote Originally Posted by audiomick View Post
    Hmm, looks completely different here, but this install is still 10.10. Never mind...
    On 10.10 you can change the host name in the Network setting on the general tab, as I remember.
    Information on my Main laptop. Information on my small laptop Dell 11 3000
    Using a Asus 3632QM laptop with 8gig RAM, 250 SSD.
    Machine Registered 366271, 366273, 366275.
    Registered Ubuntu user number 18630. Registered Linux user number 458093.

  3. #13
    Join Date
    Aug 2008
    Beans
    30

    Re: how to change machine name

    Quote Originally Posted by haqking View Post
    as above.

    You can also set a temporary name with

    Code:
    hostname
    You can also change your prompt regardless of hostname with:

    Code:
    PS1="<desired name> : "
    There are many options to use with this for example:

    Code:
    PS1="\d \h $ "
    Would show the date and hostname.

    Some permanent changes to prompt may need to be set in bashrc

    Peace
    nice
    already in love with Linux now

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •