Quick&Dirty: howto add fonts in Ubuntu

To add fonts (ttf, … ) simply open the file browser, type CTRL+L, type fonts:// in the dialog window, drag&drop your fonts files in that directory and you’re done!

TIP: a good resource for fonts: 1001fonts.com

MGE UPS: installed

Just got an Uninterruptible Power Supply (UPS) from my father some days ago. It is a MGE ellipse 1200, perfect to protect a small installation like mine against power failure and surge: it features 3 surge protected sockets, among which 2 are backed up. You can also protect your modem line from surge.

UPS installation UPS installation

It’s perfectly compatible with Linux (only serial is working) and you can customize the automatic shutdown of the computer (remaining battery capacity, shutdown command, … ). Under ubuntu it’s a three steps installation:

– Add the following in /etc/apt/sources.list:

“deb http://opensource.mgeups.com/ubuntu binary/”

– Perform the following commands:

sudo apt-get update
sudo apt-get install mgeups-psp

Please come Mr Power Failure! I’m prepared to face you yark yark yark!

Gnome: change start icon

Quick howto about changing the start icon under gnome:

1. Start gconf-editor
2. Go to app->panel->objects
3. Look for an object of type “menu-object”
4. Check the “use_custom_icon” option
5. Set the path to the custom icon in option “custom_icon”

The change shall be taken into account immediately!