Today I got some hint how to implement joining public chats via API in linux Skype.
 Continue reading “Linux Skype: Participate in Pulic Chats”
Month: August 2009
Debian Lenny Xen StepByStep
on a plain Lenny with Grub as Boot Manager (Lilo doesn’t work with xen 🙁 ):
- apt-get install xen-hypervisor-3 xenwatch xen-tools linux-image-2.6-xen-amd64
- /etc/xen/xend-config.sxp: "(network-script network-bridge)"
- Edit /etc/xen-tools/xen-tools.conf
- time xen-create-image --hostname=test --ip=10.0.0.11 --arch=amd64 --role=udev
