Installing Gitea from source Ubuntu 18.04

What is Gitea? Gitea is a painless self-hosted Git service that is a community managed lightweight code hosting solution written in Go. Why install Gitea? There are lots of free git services out there: GitHub, GitLab, Gogs, Bitbucket to name a few. Why is Gitea any different? Well, that is exactly the point: Gitea is,… Continue reading Installing Gitea from source Ubuntu 18.04

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 SSLH on Ubuntu 18.04

What is sslh? sslh probes for HTTP, TLS/SSL (including SNI and ALPN), SSH, OpenVPN, tinc, XMPP are implemented, and any other protocol that can be tested using a regular expression, can be recognized and then forwards based on its findings to where it needs to go. Quick overview The reason I wanted to use sslh… Continue reading Install SSLH 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