BLOG

All articles tagged Devops & Performance

The Joy of Upstart

Upstart is a ridiculously easy way to turn your scripts into daemons. Take this python script: /home/myuser/ez_daemon.py: exec python /home/myuser/ez_daemon.py …

Graham King

Graham King October 17, 2024

Detecting File Moves & Renames with Rsync

Without patching, the rsync utility lacks support to detect when a file was renamed/moved across multiple directories inside the synced …

Vláďa Macek

Vláďa Macek October 17, 2024

Tracking Application Response Time with Nginx

Recently we noticed some intermittent slow downs with our Gondola sites and wanted to track down the source of the …

Vláďa Macek

Vláďa Macek October 17, 2024

Automatically Running Supervisord on Startup

I really like supervisord for long-running process management. It is Python, so it is easy to install and it is …

Peter Baumgartner

Peter Baumgartner October 17, 2024

Pro Tip: Redirecting to a Custom Nginx Maintenance Page

Here’s one I struggled with a bit while upgrading lincolnloop.com yesterday. Scenario: You need to take your site offline and …

Peter Baumgartner

Peter Baumgartner October 17, 2024