TWiT 51: Digg This
Kevin Rose explains how digg works in this TWiT epsidoe. For all you people of digg community, this podcast episode will answer quite a lot of questions. It’s definitely worth checking out (and subscribe to TWiT podcasts!)
Linux Performance Tuning
Tune the Performance of your Linux System…
WRT54G V5 Hackable!!!!
Brainslayer has once again gone and done the unthinkable. Apparently he’s found some time away from the FON project to continue forging ahead on getting DD-WRT into the previously un-hackable WRT54Gv5.
How to back up your linux system with bash, tar and netcat
A HOWTO style article describing a simple way to backup your Linux system using standard tools over a network.
Using Top More Efficiently
An article covering an in depth look on using the top function more efficiently and getting more out of it.
Configuring a free VPN solution in your home
A very nice and easy walkthrough/screenshot article on configuring an XP machine as a VPN server, configuring a linksys router and windows firewall to allow the VPN and configuring a VPN client to connect to the server. Great for anyone needing secure file sharing capability from their office to their home.
Ipod Diagnostic Mode
A list and description of ways to further run diagnostics on your ipod. All the way from testing your scroll wheel to Scanning your ipods hard drive
HOW-TO- set up your own DNS
All hosts on the Internet, or any TCP/IP network for that matter, have an assigned 32-bit IP address. Most hosts have a name, as well, since host names are easier to remember than host addresses. The Domain Name System (DNS) is the distributed database that contains the names and addresses of all reachable hosts on a TCP/IP subnet and the internet.
Configuring Apache for Maximum Performance
Apache server performance can be improved by adding additional hardware resources such as RAM, faster CPU etc. But, most of the time, the same result can be achieved by custom configuration of the server. This article looks into getting maximum performance out of Apache with the existing hardware resources, specifically on the Linux systems.
Mysql Database Backup Script
A script to take daily, weekly and monthly backups of your MySQL databases using mysqldump. Features - Backup mutiple databases - Single backup file or to a seperate file for each DB - Compress backup files - Backup remote servers - E-mail logs � More