Install OpenSSH on Ubuntu 18.04

Notes The purpose of this guide is to perform all the tasks necessary to install SSH on the computer that you want to manage. Install sudo apt update sudo apt install openssh-server Creating SSH2 RSA key; this may take some time … 2048 SHA256:2v8uIOT+JCKqzJQx0mqn1I5bLVG70EYyBGCyUC+OiAc root@dwdu (RSA) Creating SSH2 ECDSA key; this may take some time… Continue reading Install OpenSSH on Ubuntu 18.04

Install Plume on Ubuntu 18.04

A meditative guide What this guide will cover Must have a server setup already with apache2 as your web server Will be using PostgreSQL as your database Givens apachectl -V “Apache2” needs to be version 2.4.17 or higher A working knowledge of bash, command line typing, and lack of fat fingers 😀 You are using… Continue reading Install Plume on Ubuntu 18.04