automation Don't Do, Write Setting up a new server? Adding a new user? Installing a new package? Running a new service? Don’t do it, write it. It doesn’t really matter how or where you write it. Write a new Fabric task, update a playbook, update a
administration Using supervisorctl with linux permissions but without root or sudo I love supervisord, it’s been a fantastic way to manage things like gunicorn and celery processes. But I didn’t like that I needed to use sudo to restart a running server, e.g.: sudo supervisorctl restart todaysmeet-web A quick look through the