I’ve been looking for a good pop-up alert for either Evolution or Thunderbird for quite a while and I finally found a great on for Thunderbird. It is extremely easy to use, very customizable, and you can set up popups at the folder level.

DOWNLOAD LINK
admin Linux Apps

Best fonts ever…. Check ‘em out
Download Link
Instructions:
Extract the contents of the archive to /home/[USERNAME]/.fonts**If you don’t have a .fonts folder then simply create one.
admin Linux Apps, Linux News, Linux Tutorials

http://openlierox.sourceforge.net/
admin Linux Apps, Linux Games
Benchmark your web server with the following command. I would suggest learning more about this command before you hose your server with improper arguments
Find more information here
ab -kc 10 -t 30 http://localhost/
The above command will open 10 connections while using Keep-Alive on them for 30 seconds. Once complete, you’ll have a nice results screen of how your site handled the load.
admin Linux Apps, Linux Tutorials
- Download the Developer Preview from www.songbirdnest.com/download
- I download 0.2.5. There were two of them at the time. The larger one (16.9MB) did not work while the smaller, (15.3MB) worked fine.
- Copy and Extract the downloaded file to a folder. “/opt” is good.
$ cp Songbird_0_2_1_linux-i686.tar.gz /opt
$ tar xzvf Songbird_0_2_1_linux-i686.tar.gz
- Set the permissions to /opt/Songbird to your user using this command
$ sudo chown -R bill:bill /opt/Songbird
- Navigate to /opt/SongBird and type:
$ ./Songbird

admin Linux Apps, Linux Tutorials