February 5, 2009 · Package Mgmt · 25 comments

People sometimes have to do a reinstall of their Ubuntu system for various reasons (been playing/experimenting with configuration/drivers/other packages or just because something is badly broken) but remembering all the extra packages you have installed can be a chore -- but here is the simple solution:
Continue reading →

January 26, 2009 · Package Mgmt, Server · 20 comments

Apt-Cacher-ng is a software package that keeps a cache, on the disk, of Debian/Ubuntu Packages and Release files.When an apt-get like client issues a request for a file, Apt-Cacher intercepts it and if the file is already cached it serves it to the client immediately, otherwise it fetches the file from the Internet, saves it on the cache, and then serves it to the client. This means that several Debian machines can be upgraded but each package need to be downloaded only once.
Continue reading →

December 9, 2008 · General, Package Mgmt · 4 comments

I am trying to use my ext. HD but it is formatted for windows and I can't figure out how to re-format so i can use it for ubuntu. Also, at one point i had alot of the desktop effects working now wobbly windows won't work, but is checked in Compiz, and cube is checked but doesn't seem to work? I am using 32 bit version, would 64 make a difference regarding this or is it just a lack of memory? I only have a 10G int. Hd, that's why I am trying to use the other but can't get it to work right.
Continue reading →

November 25, 2008 · Package Mgmt · 2 comments

apt-rdepends searches through the APT cache to find package dependencies. apt-rdepends knows how to emulate the result of calling apt-cache with both depends and dotty options.

Continue reading →

October 31, 2008 · General, Package Mgmt, Server · 21 comments

Ubucleaner is a simple bash script that help you to keep your computer clean.

Continue reading →