BIND chrooted on Debian Sarge

# /etc/init.d/bind9 stop We need to edit /etc/default/bind9 to run the daemon as the unprivileged user bind and chrooted to /var/lib/named, change the content to > OPTS="-u bind -t /var/lib/named". Creating all directories under /var/lib: # mkdir -p /var/…

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/…

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:…

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…

Global Sun Tech Accesspoints (D-Link DWL-900AP+ and similars..)

Wap11 Ver 2.2 to D-Link DWL-900AP+ Hack [http://www.seattlewireless.net/index.cgi/Wap11Ver22Hack] Hacking the D-Link DWL-900AP+ By Ralph Fowler N4NEQ [http://www.ralphfowler.com/links/dwl900.html] Firmwares etc ... [http://www.andrewhakman.dhs.org/wap11/] Global Sun Tech FAQ [http://mobileaccess.de/wlan/howto/GlobalSunTech]…