Category
DevOps & Infrastructure
48 notes
DevOps & Infrastructure 01
How to identify the process listening on a port
Use fuser to identify which process owns that unexpected port immediately.
DevOps & Infrastructure 02
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.
DevOps & Infrastructure 03
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.
DevOps & Infrastructure 04
Home Backups
Bash rsync scripts keep backups and remote MacBook storage in sync via cron - set ssh keys and forget.
DevOps & Infrastructure 05
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.
DevOps & Infrastructure 06
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.
DevOps & Infrastructure 07
Server Move
A server migration brings growing pains but opens the door to future expansion after years of constraints.
DevOps & Infrastructure 08
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.