About Me

I am a Dutch Linux SysAdmin, recently changed jobs from being a full time freelance press photographer. Here i will describe my struggle for RHCE certification

Links

More RedHat

Search


Archive for March, 2009

Break out of your jail

Wednesday, March 25th, 2009

We 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, 2009

I 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