Sunday, August 24, 2008

Remove Gnome Panel | Tool Tip | Drop Down | Pop Up shadows

Open Compiz

Click on Windows Decorator

Under Shadow Windows, change any to
any & !(type=dock) & !(type=tooltip) & !(type=dropdownmenu) & !(type=popupmenu)

Saturday, August 16, 2008

Ubuntu themes, i like

Santay theme pack (Link)



Neutronium DeepBlack (Link)



MurrinaAurantiumSVN (Link)

Thursday, August 14, 2008

Install globalmenu (Hardy)


Open Terminal

1. Create a folder
mkdir global-menu-install

2. Go to this folder
cd global-menu-install

3. Run this in termimal
wget http://gnome2-globalmenu.googlecode.com/files/gnome-globalmenu-0.4-svn964.tar.gz

4. Unarchive them
tar zxvf gnome-globalmenu-0.4-svn964.tar.gz

5. Install them
a. cd globalmenu
b. sudo dpkg -i *.deb

Source

Saturday, August 9, 2008

Essential softwares for Ubuntu


These are a list of softwares that I found very essential for Ubuntu.

1. Start-Up Manager
2. Compiz and Emerald
3. Ubuntu Tweaks
4. Gparted
5. Audacity
6. VLC
7. NTFS-3g
8. Nautilus Action Configuration
9. Nautilus Set as Wallpaper plugin

Synaptic download location


You could just mount the partition to "/var/cache/apt/archives". If you don't run "apt-get clean" the downloaded packages should stay there. I'd recommend doing a backup of the directory first, creating a new one and then mount the partition:
sudo mv /var/cache/apt/archives /var/cache/apt/archives_bk
sudo mkdir /var/cache/apt/archives
sudo mount /dev/sdXX /var/cache/apt/archives/


Source

Sunday, August 3, 2008

'dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem'


Run these commands in the terminal

sudo dpkg --configure -a
sudo apt-get -f install

Source