Ubuntu

GrNotify: Your Google Reader Feeds Notification

I’m addicted to my rss feeds. I go over the feeds for tech news, current affairs, friends blogs, and many more. However, I don’t want to go to www.google.com/reader each time want to find out what’s new. This is where desktop applications that provides Google Reader notifications comes in.
For Windows: We have Google Reader Notifier [...]

Tags: . . . .

Cleaning up your Ubuntu Filesystem using FSlint

FSlint is a utility to find and clean various forms of unwanted/junk/lint files on your Ubuntu filesystem. For example, one form of unwanted files it finds is duplicate files, bad names, temporary files, files with bad symlinks, empty directory, and others.
To install:
sudo apt-get install fslint
Using Fslint:
If you want to open goto Applications—>System Tools—>FSlint
Screenshot:

Tags: .

Ubuntu Dust Theme

I have just installed a new sexy theme on my Ubuntu Hardy, replacing the default brown and orange theme that hated by a lot of people.
The Dust Theme.
https://wiki.ubuntu.com/Artwork/Incoming/Intrepid/DustTheme
Dust is a concept for a new, refreshing look for Ubuntu. The idea was to take the defining aesthetic elements of Ubuntu and remix it into something [...]

Tags: . .

Getting Dell XPS Trackpad to work on Ubuntu Hardy

I had trouble getting my Dell XPS M1530 track pad/touch pad to work when I updated the BIOS from A07 to A09. However, it is fairly an easy fix.
Edit your ‘/boot/grub/menu.lst’ file with:
sudo gedit /boot/grub/menu.lst
Then add:
i8042.nomux=1
at the end of the ‘kernel’ line. It may look like below:

title Ubuntu 8.04, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=446ea0c-57b1-4112-939c-
3f1d74be9f5f ro quiet splash i8042.nomux=1
initrd /boot/initrd.img-2.6.22-14-generic [...]

Tags: . . .

Accessing Remote Drive in Linux via SSHFS

There may be a case where you may want to access a certain directory or drive on a remote machine, and mount it to your local PC. For example, I have a headless CentOS box running Apache where all of my web application codes are sitting. Editing those web application codes are a nightmare when [...]

Tags: . .

twitter rss