Skip to content

Securing SSH

Leave a Comment Coding Alan Bollinger May 10, 2019

If you are using SSH, you'll want to run down this checklist of to make that ssh server a bit more secure. If any of these settings is absent from the configuration file, you should add them. For Ubuntu this is in the file /etc/ssh/sshd_co...

Read More »

What I Use 2018

Leave a Comment Opinions Alan Bollinger April 2, 2018

The updated 2018 list of my gadgets, computers and software I use on a daily basis. Computer: MacBook Pro I continue to use my Mid 2014 MacBook Pro 13" with an attached 23" monitor. It's fast, has crazy long battery life, and works perfectl...

Read More »

Using GIT Properly

Leave a Comment Coding Alan Bollinger August 1, 2017

Everyone needs to get into the habit of branching when they use GIT. Whether it's a new feature, a bug fix, or a small improvement to some existing code, every ticket should get its own branch. Do some work on this branch, committing early...

Read More »