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...
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...
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
Popular Threads
Monthly archive
- December 2010 (3)
- January 2011 (5)
- February 2011 (6)
- March 2011 (8)
- April 2011 (6)
- May 2011 (1)
- June 2011 (4)
- July 2011 (8)
- August 2011 (1)
- October 2011 (2)
