AOE and iSCSI on Software RAID
January 2nd, 2014AOE
- Using ATA Over Ethernet (AoE) On Ubuntu 12.04 (Initiator And Target) - Page 2
- Using ATA Over Ethernet (AoE) On Ubuntu 12.04 (Initiator And Target)
- AoE module doesn't work with vblade
- WinAoE
- Windows Diskless with AoE
- Use AoE to Build Your Own SAN
iSCSI
RAID
- Software RAID HOWTO
- Ubuntu – Howto Easily Setup RAID 5 with LVM
- mdadm GUI - A graphical interface to Linux software RAID via Webmin
- 5 Tips To Speed Up Linux Software Raid Rebuilding And Re-syncing
- Script to tune mdadm raid5
- A script to tune RAID (should work with any type of RAID)
- RAID 5 Rebuild Time?
- 5 Tips To Speed Up Linux Software Raid Rebuilding And Re-syncing
HP HDX Dragon
January 2nd, 2014HP HDX Dragon
- HP HDX 9000 Dragon owners lounge part 1
- HP HDX 9000 Dragon owners lounge part 2
- page 100 post
- Touch Pad Disable Board (video)
- SSD Information
- [Drivers] HP dv6-2XXX / dv7-3XXX / dv8 / HDX16 / HDX18 (INTEL)
- Base install load sequence
- HP Pavilion HDX9494NR Entertainment Notebook PC support
- X9000 CPU Upgrade Information
Perl Web Server
January 2nd, 2014Perl Web Server
- How do I write an HTTP server in Perl?
- HTTP::Daemon - a simple http server class
- HTTP::Daemon - a simple http server class
- GUI with HTTP::Daemon
- LWP - The World-Wide Web library for Perl
- Pre-forking HTTP Daemon In Perl
- HTTP::Daemon::Threaded - Apartment threaded HTTP::Daemon-based server
- Perl Background processes in Windows
- Win32::Process - Create and manipulate processes.
- Perl Background processes in Windows
- Perl HTTP server
- Pizza calculator
- HTTP::Status - HTTP Status code processing
Perl Encryption
Perl IPC
Setting up a Subversion (SVN) server on Ubuntu
January 2nd, 2014I recently set up a SVN server to manage the eGiveIt codebase. Here are some details and links that helped.
Using find to delete files more than x days old
July 8th, 2013find . -name "server.log*" -mtime +30 -exec rm -f {} \;
