Caching Proxies – the Cheap Way to Handle Lots of Traffic

Over the course of my sysadmin career I’ve managed server setups designed to handle very large volumes of traffic, including one site that needs to periodically handle over 10000 concurrent users. In order to meet these demands they were designed with complex hosting – load-balancers, auto-scaling cloud infrastructure and things …

Fix Slow SSH Logins

Often, when trying to ssh into Linux boxes, it can take over 30 seconds to log in or even see the login …

Generate SSH Keys

Generating SSH keys is fairly standard Linux task to do. SSH keys allow a more secure method of logging into a remote …

Find Out Process Memory Usage

Figuring out how much memory a process is using can be tricky due to the way Linux does memory management. However, here …