Author Archives: Paul

About Paul

CERT Coordinator, Ham Radio Operator, GTD Fan; Photographer; Domino/Notes Administrator

Upgrading UbuntuServer from 14.04.4 LTS to 16.04.3 LTS

Summary and Lessons Learned: -I needed to do an upgrade to the latest 14.04.5 LTS, first: sudo apt update sudo apt dist-upgrade -Then the upgrade to version 16, using: sudo do-release-upgrade (and followed all prompts) Note: When asked to leave … Continue reading

Posted in Ubuntu | Leave a comment

Resolved – SSH connection from Mac to UbuntuServer

As a side fun project, I wanted to get back into working with my Ubuntu Server, and needed to connect terminal on Mac to the Server. This allows the server to be away from Mac. Figured I had to establish … Continue reading

Posted in Ubuntu | Leave a comment

Atom application installed (Python Ex. 0)

Purpose: Installation of Atom application, for editing Python code. Tutorial suggests using Python2 on MacOS. My Centos7 box (on same LAN) has Python2 as well. I’m going to hold off on upgrading to Python 3. Q: From the Atom IDE, … Continue reading

Posted in Python | Leave a comment