The
linuxlog posted a nice shell script to compare your penis size with others.
#!/bin/bash
LC_ALL=C
echo $(uptime\
|grep Tage\
|sed 's/.*an \([0-9]*\) Tag.*/\1\/10+/';\
cat /proc/cpuinfo|grep MHz|awk '{print $4"/30+";}';\
free\
|grep '^Mem'\
|awk '{print $3"/1024/3+"}'; df -P -k -x nfs\
| grep -v 1k\
| awk '{if ($1 ~ "/dev/(scsi|sd)"){ s+= $2} s+= $2;} END\
{print s/1024/50"/15+70";}'\
)\
|sed 's/,/./g'\
|bc\
|sed 's/\(.$\)/.\1cm/'
It seems like my penis is 38.0 cm long (tested with the modprobe server)
Maybe someone should write something like this to compare your bandwith with others because:
I found a little script on nion's blog how to calculate the size of my virtual penis: #!/bin/bash LC_ALL=C echo $(uptime\ |grep Tage\ |sed 's/.*an \([0-9]*\) Tag.*/\1\/10+/';\ cat /proc/cpuinfo|grep MHz|awk '{print $4"/30+";}';\ free\ |grep '^Me
Tracked: Sep 28, 17:21
Tracked: Oct 01, 23:56
... in Anlehnung an nions Blogeintrag: Meiner ist 1,792 m!
Tracked: Oct 02, 23:44