Using unused memory on my WRT54G V2

I was reading a bit around about openwrt and I recognized, that with 16 MB it wont be fun with 2 MB spare memory. After reading some FAQs and Wikis I found out, that some V2 are shipped with 32 MB but only 16 MB enables ... this rocks .. more space…

Remove all packages of one source

> #!/usr/bin/perl # # Author: Florian Ragwitz # E-Mail: florian@gnoppix.org # die("Packagelist needed") if(!@ARGV); while(<>) { if(/^Package: (.*)$/) { print $1."n"; system("apt-get remove $1"); } } As argument is a file with package informations needed (can be found in /var/lib/apt/…

Other resources

Seattle Wireless - LinksysWrt54g [http://www.seattlewireless.net/index.cgi/LinksysWrt54g] Wrt54gTools [http://www.seattlewireless.net/index.cgi/Wrt54gTools] Snort on the WRT54G [http://www.batbox.org/wrt54g.html] Linux on the WRT54G [http://www.batbox.org/wrt54g-linux.html] Linksys WRT54 Hardware Versions Under the Knife-the definitive guide [http://www.…

Linksys lspci

> 00:00.0 RAM memory: Broadcom Corporation: Unknown device 0803 00:01.0 Ethernet controller: Broadcom Corporation: Unknown device 4711 00:02.0 Ethernet controller: Broadcom Corporation: Unknown device 4713 00:03.0 Modem: Broadcom Corporation: Unknown device 4712 00:04.0 USB Controller: Broadcom Corporation: Unknown device 4715…

Linksys Boot messages

> CPU revision is: 00024000 Loading BCM4710 MMU routines. Primary instruction cache 8kb, linesize 16 bytes (2 ways) Primary data cache 4kb, linesize 16 bytes (2 ways) Linux version 2.4.20 (bdferris@localhost.localdomain) (gcc version 3.0 20010422 (prerelease) with bcm4710a0 modifications) #55 Sat Nov 15 12:23:…

Wlan Links

Wiki WirelessLan [http://adenin.rz.uni-konstanz.de/wiki/bin/search/Wireless/?search=WirelessLan&scope=text&ignorecase=on] wardriving.com [http://www.wardriving.com/] Kismet - an 802.11 wireless network sniffer [http://kismetwireless.net/] Wellenreiter - WaveLAN hacking [http://www.remote-exploit.org/] THC RELEASES [http://www.thc.org/…

Access Points with Intersil Prism Cards and *nix

Prism II Access Point Mini-Howto [http://www.cafwap.net/prism2ap/] Host AP driver for Intersil Prism2/2.5/3 [http://hostap.epitest.fi/] OpenAP project [http://opensource.instant802.com/home.php] Running Linux on the Apple Airport Base Station [http://www-hft.ee.tu-berlin.de/~strauman/airport/airport.html] Fake AP…