Sunday 27 April 2008

DNS Server

http://www.dnsstuff.com/tools/aboutyou.ch

Applying Cheat Codes At Boot

After installation, often it is necessary to add the cheat codes used to boot the live CD to the boot script. To do so simply type the following into a terminal......
sudo gedit /boot/grub/menu.lst
Just add whatever codes are necessary to the kernel boot up scripts and "save".

Tuesday 8 April 2008

Checking Battery using the Command Line

sudo acpi -b

Installing Wicd as your Network Manager.

To install the latest version of Wicd, add the following repository to your sources list at /etc/apt/sources list.
deb http://apt.wicd.net gutsy extras
Add the signing key with:
wget -q http://apt.wicd.net/wicd.gpg -O- | sudo apt-key add -
Reload apt or Synaptic and install Wicd. Under Applications>Internet choose Wicd. Locate your wireless connection and enter your encryption details. Under preferences choose "wext" as the WPA supplicant Driver. Hit connect.

To get the tray icon loading automatically on boot go to System>Preferences>Sessions and in the Startup tab add a new entry called "Wicd", with "/opt/wicd/tray.py" as the start command. Save and reboot.

If all goes wrong, to reinstall the default Network Manager, simply reinstall network-manager and network-manager-gnome (which automatically uninstalls Wicd in the process). You may need to connect via Ethernet to receive these updates....however, in some cases, there may already be a copy in the /var/cache/apt/archives.