Yeah so apparently there is a good combination out there in the realm of beer and cookies. Leave it to me on Thanksgiving to figure out that a Sam Adams Brown Ale and a chocolate-chip cookie go hand in hand. Might have to do with the caramel/malt combination that they use in the brown ale, [...]
Archive for November, 2007
Holiday/Family Incident Response
Excellent article on the ISC diary for what you might want to have when you inevitably make that family pc-repair call this holiday weekend - http://isc.sans.org/diary.html?storyid=3669
Process Checker
Simple process checker for linux.
#!/usr/bin/perl
# Checks to see if service is still running, just throw into cron
my $service = "/var/run/daemon.pid";
my $restart = "/etc/init.d/daemon restart";
open (PROCESS, "$service") or die "PID file not valid or can’t open!\n";
while (< PROCESS >) {
($pid = $_) =~ /(\d+)/;
}
close (PROCESS);
chomp($pid);
$checkit = "ps -p [...]
Out of Office Spam
Good stuff - http://sunbeltblog.blogspot.com/2007/11/oof-spam-suppression.html
Hottest Certs for 2008
By hottest, I assume they mean most popular, because I can think of several that are more worthwhile in terms of knowledge gained in pursuit of. Got GIAC?
http://blogs.techrepublic.com.com/career/?p=223
Featured Articles
Protect Your PHP Includes...
Line 1: <?php Line 2: if ($_SERVER['REQUEST_URI'] == $_SERVER['PHP_SELF']) Line 3: exit(); [+]
Default Installations...
What is it with people leaving default installations public facing? They must think I don't [+]
Account Lockout in Linux - PAM Tally...
Some pretty basic functions are missing from most of the *-nix systems by default. One [+]
Categories
Archives
- November 2008 (1)
- October 2008 (4)
- September 2008 (1)
- August 2008 (3)
- July 2008 (1)
- June 2008 (3)
- May 2008 (2)
- April 2008 (3)
- March 2008 (2)
- February 2008 (3)
- January 2008 (2)
- December 2007 (3)
Meta
Google Ads
Recent Articles
- Protect Your PHP Includes
- Default Installations
- Account Lockout in Linux - PAM Tally
- Squid Log Parsing
- Oops… Bring out the backup.
- CISSP Begins…
- Outlook Organization
- Motorcycle Helmet Laws
- America needs more people like this asap
- American Musical - What you should not do.
Popular Tags
- beer browser ceh cell phones certs conversion cookies domain downloads firefox gadgets giac hacking incident response ipod isc linux minefield money mp3 pdf Perl php pix politics prelogic privacy programming registrars review sanitize input sans satillite radio scripting Scripts securecrt security sirius spam studying tftp toolkit validation vulnerability scanner web logs
