autossh – Automatically restart SSH sessions and tunnels

autossh is a program to start an instance of ssh and monitor it, restarting it as necessary should it die or stop passing traffic. The idea is from rstunnel (Reliable SSH Tunnel), but implemented in C. Connection monitoring is done using a loop of port forwardings. It backs off on the rate of connection attempts […]
Continue reading…

 

Howto Determine the throughput of a pipe command

If you want to Determine the throughput of a pipe you need to use cpipe.Cpipe copies its standard input to its standard output while measuring the time it takes to read an input buffer and write an output buffer. Statistics of average throughput and the total amount of bytes copied are printed to the standard […]
Continue reading…

 

Setup Easy Hosting Control Panel (ehcp) for Debian/Ubuntu

ehcp is a new Hosting Control Panel in Linux world. Although it is in beta stage, its basic functions are well functioning. it operates strongly with debian/ubuntu”s apt-get package manager.. it differs from other control panels, or even other opensource panels that, ehcp is the first and only: opensource,full php, object oriented, gpl, free hosting […]
Continue reading…

 

Mounting the lazy way (Windows & Linux File Systems)

Imagine… You just bought an new hard drive. And you want to mount it with FSTAB so it will be mounted every boot up. But your too lazy to understand FSTAB. I approve your lazy life stile like I am used to be. And here I will tell you an great secret from the lazy […]
Continue reading…