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.
Security
Spammers using a Thesaurus?
Spam bot ran English through a thesaurus to dodge filters - "beneficial perform" and "possess" exposed the trick.
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.
SEO
Make Google Ignore JSESSIONID
Google's Webmaster Tools now lets you tell crawlers to ignore session parameters like JSESSIONID.
Linux
Automated ClamAV Virus Scanning
Automate ClamAV virus scanning on Linux with cron and firewall tuning for continuous protection.
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`
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.
Linux
Hard Drive Fail
Server hard drive failed - don't forget to back up /etc and apt package lists along with your data.
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.
Performance
Additional CDN Information
CDNs boost end-user performance 20-25% while slashing server load - geographic distribution wins.
Security
Monster.com Security Breach
Monster.com breach: user IDs, passwords, emails compromised. Change yours now.
Comcast 50/10 Service
Comcast 50/10 launches in my area - blazing speeds after the kinks get ironed out.
Linux
Server Migration
Server migration complete - sites, apps, and email now live elsewhere. Report issues if you spot them.
Performance
Apache mod_deflate and mod_cache issues
mod_deflate + mod_cache = cache explosion. Compression multiplies files - separate or carefully manage.
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.
Linux
Why I love Debian (and PostgreSQL)
Load average 239+ but SSH worked perfectly: Debian + PostgreSQL kept systems responsive even under extreme duress.
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.
JBoss
JBoss jsessionid Query Parameter Removal
Strip jsessionid from URLs entirely instead of redirecting - prevent Google from indexing session chaos.