Written by Dillon on: Thursday, February 24, 2011 - 16:49

Here are some shell commands used frequently in web development:

Common Shell commands

SSH (secure shell) into a (remote) server:
ssh {username}@{domainname}

Create a folder:
mkdir {foldername}

Create a symbolic link:
ln -s {path/to/original} {symboli...

Written by Dillon on: Thursday, February 24, 2011 - 15:28

I know that a lot of us forget passwords and so we use the same password for everything. This is a huge security risk. If you are hacked and your password is stolen, from your favourite forum for example. Your other websites will be at risk too.

It is always best to use mixed characters as...

Written by Dillon on: Monday, January 17, 2011 - 15:48

I had to recently reinstall all my development tools including MAMP, the Adobe suite as well as Subversion. It took a few clicks on Google for me to figure out how to get Subversion running, specifically on a Mac using the Terminal.

Subversion 101

Subversion is a...

Recent Comments