*nix
Unix timestamp Conversion
Simple one liner Amsterdam time date -d “1970-01-01 1098181096 sec GMT1″ GMT Time date -d “1970-01-01 1098181096 sec GMT”
Configuring Munin-node and Munin Server
Munin is an free, efficient, lightweight and easily extendable Monitoring tool. Its consists of ‘server’ and ‘node’ packages. You can install server in a single machine and node in all other machines and then view all information/statistical data via a web interface on the server machine. This quick copy and paste howto explains steps needed [...]
Jmeter result analysis
Do you use Apache-Jmeter? and stress the system for long periods of time and or the system is darn fast and the jmeter results files (*.jtl) get massive in hunderds of negabytes and or even a couple of gigbytes and there is no way that the jmeter gui can open even if you have assigned [...]
Tunnel HTTP Data through ssh/remote machine
How often have you been blocked from viewing certain http content? Well heres a work around to that, which is to tunnel http traffic through a ssh tunnel to a remote machine. Since i use Fedora as my primary workstation, the scope of this article will be limited to linux systems. window users may go [...]