Blog

Archive for the Mac Category


Delete Mail if Mac Terminal Says “You have mail.” When You Open It
Posted on March 13, 2016 in Command Line, Mac by Matt Jennings

Make sure you’ll in your home directory by doing:
cd
Then to view all mail do:
mail
Delete all mail by doing:
delete *
Quit mail
Read more…


Using SSH Keys to Connect to a Remote Server without Passwords
Posted on January 7, 2016 in Command Line, Linux, Mac by Matt Jennings

If you haven’t done so already, create an SSH key in your Mac by following these steps.
Then follow
Read more…


Fix Problems with Creating SSH Keys Using Mac Terminal
Posted on January 7, 2016 in Command Line, Mac, SSH by Matt Jennings

Per steps from GitHub, I tried using the code below in Mac Terminal to create a new SSH
Read more…


How to View a Website on Mac Using Localhost and BrowserStack.com
Posted on October 22, 2015 in BrowserStack.com, Mac by Matt Jennings

Steps to view a website on localhost (like localhost:8888) using BrowserStack.com on a Mac:

Download the appropriate executable Mac
Read more…


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…

To Top ↑