If you’ve ever SSHed into a server, ran something, logged off and got frustrated because whatever you were running stopped running because you had to change coffee shops or go to class then you’ve experienced the need for GNU Screen. Put simply it allows you to maintain a persistent session, a terminal that does not [...]
Archive for the ‘deployment’ Category
21 May
Deploying MoinMoin on Ubuntu using Apache mod_wsgi
I just went through a somewhat lengthy setup process to deploy a moinmoin wiki on Ubuntu. There’s a lot of documentation on it which actually makes it take a bit longer than I’m used to for getting something running on Ubuntu. I thought I’d share my streamlined notes for this common deployment scenario. The first [...]