How to install and configure Django in a shared hosting account (Linux)

This post is an adaptation of the original article “How to install and configure Django on a Linux shared hosting account” from a2hosting with the following changes: 1. ‘myapp’ changed to ‘mysite’ to make the text more usable with the original django tutorials (where ‘mysite’ is used throughout the text); 2. Added the Prerequisites section; […]

Continue reading


How to configure OpenSSH on Windows 7

I needed a simple ssh client for windows. Here’s what I did when installing OpenSSH, this worked for me, so hopefully will work for your install of ssh as well 🙂 Get OpenSSH for windows from sourceforge.net (http://sourceforge.net/projects/sshwindows/files/OpenSSH%20for%20Windows%20-%20Release/) Run the installer, accept defaults of set the options to your liking. Now SSH is installed but […]

Continue reading