Home Server

Linux

[Raspberry Pi 3] Installing Ubuntu 18.04 LTS (No Keyboard or Display Required)

A memo from setting up a home server on a Raspberry Pi. This covers installing Ubuntu on the Raspberry Pi and logging in …
Ubuntu

Regularly Update Dynamic DNS for a Custom Domain Registered with Onamae.com from Ubuntu

I registered a domain with Onamae.com, so I set up DDNS to automatically register the IP address of my home server. …
Ubuntu

Firewall Settings on Ubuntu 19.10

Since the machine connects directly to an external network over PPPoE, I enable the firewall. $ sudo ufw allow 80 $ sudo …
Ubuntu

Connect with PPPoE and Open Ports on Ubuntu 19.10

This is a memo from researching what to do when I wanted to run a home server in an environment with IPv6 but could not …