All articles tagged Devops & Performance

Thumbnail image for Can Your Site Handle Going Viral?

Can Your Site Handle Going Viral?

It’s every publisher’s dream to “go viral” and reach thousands, if not millions, of new people. Many videos, tweets, images, articles, and infographics are created with exactly this goal in mind. But far too often, less thought goes into ensuring …
Thumbnail image for The Joy of Upstart

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 And that&#8217;s it! <ul> <li>sudo start ez_daemon</li> <li>sudo tail -f /var/log/upstart/ez_daemon.log</li> <li>sudo stop ez_daemon</li> </ul> You can do this for …