Archive for March, 2009
Break out of your jail
Wednesday, March 25th, 2009We all know the cumbersome situation behind a company firewall. Break out with “ssh -tX username@someaccessible_host -X username@notaccessible_host”. You can add another host inbetween as you like.
A handy bastard
Tuesday, March 24th, 2009^foo^bar runs the latest command and replaces foo with bar. That’s a smarty pants!
route and virt-manager
Sunday, March 15th, 2009I basicly work all my testlabs with virt-manager (kvm). To make it possible to ssh direct into my VM i have to add a route to the VM-net. Goes like this:
route add -host 192.168.122.1 dev eth0
route add -net 192.168.122.0 netmask 255.255.255.0 gw 192.168.122.1
