Logstalgia

http://code.google.com/p/logstalgia/ Description Logstalgia is a website traffic visualization that replays or streams Apache web-server access logs as a pong-like battle between the web server and an never ending torrent of requests. Requests appear as colored balls (the same color as the host) which travel across the screen to arrive at the requested location. Successful requests…


VI Complete Key Binding list

This is not intended as a tutorial. It is a reference on what every vi key binding does, followed by some useful vi tricks and tips. An expert will probably know most of these already, but an intermediate vi user will find valuable information, and even an expert may learn a thing or two. http://hea-www.harvard.edu/~fine/Tech/vi.html


Softonic Awards

Firefox, Ubuntu and OpenOffice.org software are among the winners Softonic Awards 2009. The competition, now in its 6th year, recognizes the best software of the year elected by the portal users Softonic. This year, all sites Softonic were able to participate in this vote, which concerned the platforms Windows, Mac, Linux, Palm, Pocket PC and…


DreamPie

DreamPie is a Python shell which is designed to be reliable and fun and was designed from the ground up to bring you a great interactive Python experience: * DreamPie features a new concept for an interactive shell: the window is divided into the history box, which lets you view previous commands and their output,…


Top 11 download sites for Linux software

(Like you didn’t know this already… another top something or other number of random shite posted to garner more viewers… \O/  too funny) apps.KDE.com: KDE.com is a top resource for KDE (K Desktop Environment) Linux/Unix downloads. Enterpriseitplanet Linux Apps: This is a comprehensive directory of Linux downloads. Freshmeat.net: freshmeat.net maintains a large collection of Unix…


Bash – netcat lesson #1

From http://bashscripts.info/


Protect a Directory Using .htaccess

Create a .htaccess file Use an ASCII text editor like Notepad to create a text file with the following contents: AuthName “Secure Area” AuthType Basic AuthUserFile /path/to/your/directory/.htpasswd require valid-user Note that you will have to modify the above according to your situation. In particular, change: AuthName Change “Secure Area” to any name that you like….


Cpanel workaround to MaxClient setting not being saved

The questions posed was “CPanel wont allow me to set MaxClients of apache to a number greater than 300. Even if the changes are made directly to the httpd.conf, and then distilled, the changes will not be saved once CPanel rebuilds the apache configuration using /usr/local/cpanel/bin/build_apache_conf. How can we make this change permanent?” In the…


Changing the Sending IP for Outbound Email in Exim

You can manually specify from which IP addresses specific domains on your server should send mail with Exim. To do so, you will need to create and edit 2 files from the command line and disable one option in WHM’s Exim Configuration Editor interface. Note: You will need to have root privileges on the server…


Bash lesson 9

BASH lesson 9: the for loop From http://bashscripts.info/