Blog

Archive for the Linux Category


Vim Text Editor Common Commands
Posted on January 23, 2017 in Linux, Vim by Matt Jennings

gg
Jump to first line of document.
G
Jump to last line of document.
0
Jump to first character of current line.
$
Jump to last character …

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


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

To Top ↑