Monitoring Drupal with OSSEC - It is possible to monitor your Drupal site using OSSEC, the open source host based intrusion detection system, by implementing a custom decoder and a few simple rules.
Overriding Windows DNS - You query it using an nslookup and things are fine, but when you point a web browser at the location things just bork up.
Overriding Windows DNS - Quick instructions about how to modify your local DNS entries on a Windows system.
Installing Zend Studio on Linux - Recently while trying to install Zend Studio 5 on my Linux system I got an error message about libc.so.6.
Scripting GPG Encryption on Windows - Using GPG file level encryption allows you to distinctly identify files by filename while still protecting their content.
Using FreeNX on Mandriva - FreeNX is a remote desktop client/server program much like VNC. I've found that on Mandriva, remote connections using the TightVNC server that is usually installed, can be sluggish.
Return to Castle Wolfenstein on Mandriva - Playing Return to Castle Wolfenstein on Mandriva is a lot of fun. Linux detractors will often point out that Linux lacks games, and point to that as one of the main reasons to stay away from Linux for home use.
Mandriva 2007 on Intel dg965wh - I recently purchased a bunch of new parts, among them an Intel dg965wh motherboard, a new dual core Pentium processor, and an XFX Nvidia 7300 graphics card.
Web Development with CVS - Versioning control is a concept that has been around for quite some time.
Using Crontab - Crontab is an incredibly useful function that allows users to schedule tasks in the same way as the system does with cron.
Wireless Hacking with Kismet - The proliferation of wireless networks is sometimes scary when you consider how insecure most wireless configurations are.
Installing Perl on Windows - A quick guide to installing Active Perl on your Windows machines, including instructions on how to download and install extra packages from CPAN.
Unwanted Systray Items - The Windows system tray can give you a quick overview of programs running in the background on your machine.
Loading Data into MySQL from a Text File - Short article on loading text into a MySQL database from a plain text file. This operation is remarkably fast and easy, especially for data migration.
Executing MySQL via Textpad - Instructions on how to execute MySQL commands on a local database directly from within TextPad.
Posting to MySQL with TextPad - You can document the data model as you actually create it. This is wonderful news for anyone that has had to spec up a data model, then create it, then reverse engineer a text document that describes the model.
Hack by Numbers - An examination of the how-to steps taken by many system crackers.
Dynamically Add HTML Form Elements - This short example shows you how you can dynamically add form elements to an existing form based on user request.
Happy Hacking via Wireless - Abusing unsecured wireless connections for fun and profit, including advice for protecting your own wireless connections.
Monitoring Sun One Web Server Active Threads - Short Perl script for monitoring active threads on a Sun One Web Server through SNMP and reporting abnormally high thread counts using SMTP.
Effective File Removal - Removing a file from your computer is not as simple as just moving it to the 'Recycle Bin', read up on why and how to actually delete material from your hard drive.
Hardening Your Windows 2000 Server - A list of simple steps you can take to significantly increase the level of security on a default installation of Windows 2000.
Creating an Oracle .WAR file for deployment - Instructions for building a WAR to deploy a .jsp only application (no beans or whatever) through the Oracle management web interface.
BASH Shell Scripting - A quick introduction to shell scripting concepts and uses in the Bourne Again Shell (BASH).
Bypassing Linuxconf in Mandrake - Stopping and starting services without using linuxconf and how to mimic this functionality at the command line.
Linux Networking Primer - A description of how to examine and change your Linux networking settings from the shell. Info on DNS, gateways and IP settings.
Designing a Data Driven Website - Part 1 - Choosing a good platform for your website needs, including operating system, scripting language, and database server.