Gopher Revision as of Wednesday, 18 September 2024 at 05:33 UTC

Trying out ye olde gopher protocol on an Ubuntu Server machine.

Installation

# Blah blah blah
sudo apt update && sudo apt upgrade -y
sudo apt install build-essential git -y

# Install Gophernicus
sudo apt install gophernicus

# Set it up as a service

# Add firewall rule

# Now add some sample content
sudo mkdir -p /var/gopher

Testing