I hereby claim:
- I am bucchere on github.
- I am bucchere (https://keybase.io/bucchere) on keybase.
- I have a public key ASDAWbt08SzFw_rWRAKSYto01ZeWYwMK6GnSERXJSHgcIAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| ActiveRecord::Base.logger = Logger.new(STDOUT) |
| du -sk * | sort -n | while read size fname; \ | |
| do for unit in k M G T P E Z Y; | |
| do \ | |
| if [ $size -lt 1024 ]; \ | |
| then echo -e "${size}${unit}\t${fname}"; \ | |
| break; \ | |
| fi; \ | |
| size=$((size/1024)); \ | |
| done; \ | |
| done |
| rvm use env@gemset |
| ssh -N -v -o ControlMaster=auto -o ExitOnForwardFailure=yes -o ConnectTimeout=10 \ | |
| -o NumberOfPasswordPrompts=3 -o TCPKeepAlive=no -o ServerAliveInterval=60 \ | |
| -o ServerAliveCountMax=1 username@hostname -L 1234/192.168.111.111/5678 |