Blog

Archive for the Command Line Category


Node.js, npm, and Homebrew Mac Terminal Commands
Posted on July 10, 2015 in Command Line, Mac, Node.js by Matt Jennings

After Installed Homebrew on a Mac, How to Install Node.js via Terminal

brew install node

View Node.js Version

node -v

View npm
Read more…


Shell Command to Find Out My Linux Distribution Name and Version
Posted on April 3, 2015 in Command Line, Linux by Matt Jennings

lsb_release -a


Mass Replace Files with a “.html” Extension with a “.php” Extension Including Links
Posted on July 3, 2014 in Command Line, Linux by Matt Jennings

Sometimes it is necessary to use HTTrack Website Copier to inherit a website, including moving it onto a
Read more…


Using GitHub with Cygwin After Setting Up an RSA Key and a User
Posted on June 17, 2014 in Command Line, GitHub, Linux by Matt Jennings

Open Cygwin and navigate to the parent directory or where your repositories are located.

If needed type chgrp Users *
Read more…


Make a Mac Executable File via the Command Line to Quickly Clean Your Trash
Posted on May 31, 2014 in Command Line, Linux, Mac by Matt Jennings

The commands below may also work in Linux and Unix. Both the Mac OS and Linux are based on Unix.

Open
Read more…

To Top ↑