Monthly Archive for July, 2006

LVM and Quota with Vserver on Debian

This article is based on the excellent article on 5dollarwhitebox.org.

At first install nessesary packages:

# aptitude -t sarge-backports install lvm2\
util-vserver coreutils linux-image-2.6-vserver-686

Continue reading ‘LVM and Quota with Vserver on Debian’

Installing Creative Labs WebCam 3 on Debian ’sarge’ GNU/Linux with camserv

I did reinstall the setup on a sarge box and here are the details:

# echo “options ov511 force_palette=15″ > /etc/modprobe.d/ov511
# mknod /dev/video0 c 81 0
# chown nobody:video /dev/video0
# chmod 640 /dev/video0
# ln -s /dev/video0 /dev/video

Plug the cam into your usb port!

aptitude install camserv

You can modify /etc/camserv/camserv.cfg for your needs. Have fun!

Wireless Bridge and WPA(2) on Linksys Router … or how to look for a needle in a haystack

I was searching half a night and 2 hours today to get a Linksys Router working a wireless bridge with WPA(2) encryption. I tried Openwrt White Russian RC5 and DD-Wrt V23 SP1 and many combinations of WPA, WPA2, TKIP, AES. The bridge works well with WEP and without any encryption….

Continue reading ‘Wireless Bridge and WPA(2) on Linksys Router … or how to look for a needle in a haystack’