Category

DevOps & Infrastructure

48 notes
Security

Why you should be using a VPN

Wireless networks expose personal data constantly. A VPN encrypts traffic and protects privacy everywhere.
Oct 2010 · 3 min
Security

Spammers using a Thesaurus?

Spam bot ran English through a thesaurus to dodge filters - "beneficial perform" and "possess" exposed the trick.
Mar 2010 · 1 min
Email

SpamCop RBL is Blocking Several Facebook Mail Servers

SpamCop's RBL blocklist is flagging legitimate Facebook servers - if you use it, verify your allowlist.
Mar 2010 · 1 min
SEO

Make Google Ignore JSESSIONID

Google's Webmaster Tools now lets you tell crawlers to ignore session parameters like JSESSIONID.
Feb 2010 · 2 min
Linux

Automated ClamAV Virus Scanning

Automate ClamAV virus scanning on Linux with cron and firewall tuning for continuous protection.
Jan 2010 · 4 min
Linux

Looking for abusive clients in your web server logs

Find IPs hammering your web server with a single command: `cut -d ' ' -f 2 | sort | uniq -c | sort -nk 1`
Jul 2009 · 1 min
AWS

Server Backups to S3

After a hard drive failure, I moved backups to Amazon S3 - cheap, remote, and fast enough for cost-effective disaster recovery.
Jul 2009 · 8 min
Linux

Hard Drive Fail

Server hard drive failed - don't forget to back up /etc and apt package lists along with your data.
Jun 2009 · 1 min
Java

Ant Exec Spawn Jobs Broke Under Hudson?

Hudson's February 2009 update fixed one bug but broke ant spawn tasks - upgraded builds stop starting application servers.
Mar 2009 · 2 min
Performance

Additional CDN Information

CDNs boost end-user performance 20-25% while slashing server load - geographic distribution wins.
Jan 2009 · 1 min
Security

Monster.com Security Breach

Monster.com breach: user IDs, passwords, emails compromised. Change yours now.
Jan 2009 · 2 min

Comcast 50/10 Service

Comcast 50/10 launches in my area - blazing speeds after the kinks get ironed out.
Dec 2008 · 1 min
Linux

Server Migration

Server migration complete - sites, apps, and email now live elsewhere. Report issues if you spot them.
Nov 2008 · 1 min
Performance

Apache mod_deflate and mod_cache issues

mod_deflate + mod_cache = cache explosion. Compression multiplies files - separate or carefully manage.
Nov 2008 · 5 min
Security

AT&T DNS Cache Poisoning

AT&T DNS servers hit by cache poisoning attacks; vulnerable servers can poison others through trust chains - widespread problem.
Aug 2008 · 3 min
Linux

Why I love Debian (and PostgreSQL)

Load average 239+ but SSH worked perfectly: Debian + PostgreSQL kept systems responsive even under extreme duress.
Jun 2008 · 1 min
Linux

Using IPTables to Prevent SSH Brute Force Attacks

Two iptables rules throttle brute-force SSH attacks: three tries, then a three-minute lockout that bots can't bypass.
May 2008 · 2 min
JBoss

JBoss jsessionid Query Parameter Removal

Strip jsessionid from URLs entirely instead of redirecting - prevent Google from indexing session chaos.
May 2008 · 7 min