Tech Magic
- Install FExplore with only MMC
- MadEats new setup
- DAoC UI Editor
- Mozilla ALT>tooltip
- Using procmailrc to handle email list
- Using php4-cgi to bypass Ad from ChartDirector demo
- Unix tricks
- Simple Basic Computer Protection
- WinXP - Ad Hoc Internet Connection Sharing doc
- WinXP - Fixing Windows Update behind Proxy
- select - option - states
- select - option - countries
- Thunderbird Send Mail copy IMAP Fix
- Snort Intrustion Detection System automated block cron PHP script
- rsync as a backup method
- List of Backup options
- Generate Missing File list with packages, Debian
- SSH no password
- NSIS script with .NET detection, installation, GUID generation, logging via HTTP Get, multi-lingual
- MySQL Dump wth PHP script
- Oblivion Mods
- Filemon
- RootKitRevealer
- FireFox addon — IE Tab
- Snort Rules
- ps2pdf - ps2pdf -dAutoRotatePages=/All
- Apache SegFault articule
Limit SSH connections to 8 per minute
sudo iptables -A INPUT -i eth0 -p tcp –dport 22 -m state –state NEW -m recent –set –name SSH
sudo iptables -A INPUT -i eth0 -p tcp –dport 22 -m state –state NEW -m recent –update –seconds 60 –hitcount 8 –rttl –name SSH -j DROP







