LAMP How To – Open Source At Work

Only Passion Matters

Entries for July, 2009

Xen: add sound to domU

Update xen and just add
soundhw=”all”
to the xen config file and its all done. Simple and sweet.

linux: clearing routing rules

I am used to the route command but I just realised the ip command is really good as well. Well, I am aware of it but I just didn’t use it because I am so used to the route, ifup and ifdown commands.
If for some reason, I can’t drop the interface,

ip link set [iface] up/down

is [...]