New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

HOWTO change bubba's name

A collection of tips on howto tweak your Bubba.
Post Reply
Terry Browning
Posts: 1
Joined: 04 Jun 2007, 15:41

HOWTO change bubba's name

Post by Terry Browning »

So now my bubba goes by the name of igor. This is how:

First, get a command line on bubba (e.g. ssh)
$ sudo bash
# echo igor > /etc/hostname
# hostname igor
# vim /etc/hosts
or choose another editor, and change the bubba entries to igor, then
# vim /etc/mailname
same story again and again
# vim /etc/dhclient.conf
# vim /etc/postfix/main.cf
# postfix reload
You may need to make more extensive changes to postfix, depending on your configuration.

To see if any further files need changing (none on my bubba),
# grep bubba /etc
# grep bubba /etc/postfix

Log off, log on, and your prompt should be username@igor:~$
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Post by Cheeseboy »

Oh, thanks!.

I'll be considering this (perhaps not igor), but I'm a chicken. Let me know when you have had it running for a while without problems :-)


Cheers

/Cheeseboy
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post by tor »

A comment,

If you do run the web-admin ui for Bubba, you can change the name of Bubba simply by logging in as admin and change the hostname under Settings->Network Settings->Hostname

/Tor
Co-founder OpenProducts and Ex Excito Developer
Post Reply