Wavelan Antennas

Dosen (Pringels) Antenne für 2.4 GHz Wireless Lan [http://www.myteron.de/wavehan/index.php?C=9] Simple 2.4 GHz Antenna [http://www.wlan.org.uk/simple_double_quad.gif] Quarter wave omni-directional antenna for 2.4GHz [http://flakey.info/antenna/omni/quarter] Use a Surplus Primestar Dish…

Traffic Shaping

Linux Advanced Routing & Traffic Control HOWTO [http://lartc.org/howto/] Test script for P2P [http://lists.netfilter.org/pipermail/netfilter/2003-June/044718.html] Shaping ADSL traffic with linux [http://nsd.dyndns.org/shapedsl/] Filtering IPv6 Traffic [http://lartc.org/howto/lartc.adv-filter.ipv6.html]…

Generating Certificates for Apache

$ openssl genrsa -des3 -rand file1:...:filen \ -out www.yourdomain.org.key 1024 $ openssl rsa -in www.yourdomain.org.key -out www.yourdomain.org.key $ openssl req -new -key www.yourdomain.org.key \ -out www.yourdomain.org.csr -days $DAYS $ openssl req -x509 -key www.yourdomain.org.key \ -in www.yourdomain.…