Postings
packet capture repository
Ever asked yourself the question of “I wonder what a trace of my favorite application protocol looks like”? I did that today and found myself browsing through the collection of sample packet captures on wireshark.org. The collection is quite impressive. There are nearly 50 categories of packet captures available, from HTTP to NTP to SQL to IPSec to Kerberos. You can even check out a capture of a slammer worm! Anyway, I thought this is a great resource and want to pass it on.
Filed under: Uncategorized — Tags: application, packet capture, wireshark — appgirl @ 8:19 pmComments (0)
Linux Files System Encryption
Encryption of files on a server is often the last gate in keeping unauthorized users from gaining access to sensitive data. File-level encryption is prevalent with tools like PGP. Unfortunately file-level encryption still exposes the OS structure of a server to the hacker. Plus, managing the encryption/decryption of individual files can be expense from a system resource perspective. An alternative would be to encrypt the entire file system and perform the encryption/decryption at the file system level on the fly. (more…)
Filed under: Uncategorized — Tags: disk, encryption, linux, pgp, waas — appgirl @ 8:25 pmComments (0)
Load Balancing Email
Here’s a different approach on using DNS to distribute users across multiple email servers. Load Balancing Email
Comments (0)

