Archive

Archive for the ‘Linux Apps’ Category

Mailbox Alerts for Thunderbird

August 10th, 2007

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.

popup1.png

DOWNLOAD LINK 

admin Linux Apps

Red Hat Liberation Fonts

May 23rd, 2007
Comments Off

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

Open Liero

May 12th, 2007

screenshot2.png

http://openlierox.sourceforge.net/

admin Linux Apps, Linux Games

Benchmark Apache Webserver (Apache Bench)

May 5th, 2007
Comments Off

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

Song Bird Under Ubuntu

May 2nd, 2007
  1. Download the Developer Preview from www.songbirdnest.com/download
  2. 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.
  3. 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
  4. Set the permissions to /opt/Songbird to your user using this command
    $ sudo chown -R bill:bill /opt/Songbird
  5. Navigate to /opt/SongBird and type:
    $ ./Songbird

SongBirdScreenShot

admin Linux Apps, Linux Tutorials