1. Adding MP3 Preview to Nautilus Run the following in a terminal:
sudo apt-get install mpg123
2. Fixing ipw2200: Firmware error problem
(Not needed in Feisty +)
sudo gedit /etc/modprobe.d/ipw2200
Add the following to the file:
options ipw2200 hwcrypto=0
Reload the driver:
sudo modprobe -r ipw2200
sudo modprobe ipw2200 hwcrypto=0
3. Add Open Terminal to right-click on desktop:
sudo apt-get install nautilus-open-terminal
4. Install GnoCHM in Dapper(Gnome based Microsoft Compressed HTML Help file view)
sudo apt-get install gnochm
5. How to fix the Toshiba laptop bounce bug in Ubuntu Dapper +:
Add the following two lines to /etc/rc.local:
modprobe -r psmouse
modprobe psmouse rate=40
6. How to set printer paper size universal for machine.
(Not needed in Gutsy +)
sudo dpkg-reconfigure libpaper1
7. Automatically Unlocking the Default Gnome-Keyring : PAM Keyring
(Not needed in Gutsy +)
sudo aptitude install libpam-keyring
sudo gedit /etc/pam.d/gdm
Add the the end:
@include common-pamkeyring
Thanks to Christer Edwards:
http://ubuntu-tutorials.com/2007/07/12/automatically-unlocking-the-default-gnome-keyring-pam-keyring/
8. Get screen DPI
xdpyinfo | grep resolution
If you wish to add to this page, please contact me.