Archive for August, 2007

Configuring Synaptics touchpad in Ubuntu/Kubuntu Feisty Fawn

Monday, August 20th, 2007

Edit the /etc/X11/xorg.conf file and look for the section for Synaptics Touchpad.

add Option “SHMConfig” “on” to the bottom

save and restart xorg (ctrl-alt-backspace)

install the gsynaptics package

sudo apt-get install gsynaptics

you can then run the program qsynaptics to bring up the gui to make the touchpad settings.

Change hostname in Freebsd

Thursday, August 9th, 2007

To change a hostname, do:
1. # hostname newname
2. Edit /etc/hosts
3. Edit /etc/rc.conf

To see the changes logoff then log back on.

Note: if you have any services such as mysql stop it before doing this command.