Gopher Revision as of Friday, 27 December 2024 at 23:30 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