Category
DevOps & Infrastructure
48 notes
SEO
Hiding jsessionid parameter from Google
Google crawlers skip jsessionid parameters, diluting your rank. Mod_rewrite strips them cleanly without breaking sessions.
ATG
Spark::red Expands ATG Hosting Offering
Spark::red specializes in ATG hosting with response times measured in days, not months.
Performance
13 Steps to peace of mind
Load balance with redundancy, monitoring, and failover - 13 steps to bulletproof uptime.
Security
Don't like people leeching your wireless?
Block wireless leeches? Get creative - upside-down internet redirects everything.
Linux
How to identify the process listening on a port
Use fuser to identify which process owns that unexpected port immediately.
Linux
Apache Proxy & Making Things Look Nice
Apache mod_proxy consolidates multiple services on a single port 80, making your dev stack accessible with clean URLs and proper routing.
Linux
How to block an IP in Linux
Block malicious IPs in Linux with iptables - a simple script keeps brute-force attackers from hammering your server.
Linux
Home Backups
Bash rsync scripts keep backups and remote MacBook storage in sync via cron - set ssh keys and forget.
JBoss
Firefox, xhtml, JBoss 4.2.0, JSF, and Google Ads
Firefox rendering failures for Google ads explain a revenue drop after JBoss upgrade - sometimes the culprit is unexpected.
Email
How to cleanout your postfix queues by sender
A massive postfix queue backup teaches lessons in email management - qshape uncovers hidden bottlenecks before they cripple the server.
Server Move
A server migration brings growing pains but opens the door to future expansion after years of constraints.
JBoss
Index page issues when putting JBoss behind Apache
Switching from .seam to .html files in Apache-proxied JBoss breaks index pages - a gotcha that directory listings can't solve.