Skip to main content

System Administration

How to Sync a Headless Server with Your Nextcloud Files
·451 words·3 mins
System Administration

When it comes to keeping your headless server synchronized with your Nextcloud server, setting up a reliable automated process is crucial. This guide will walk you through syncing top-level directories on an Ubuntu server. While this explanation uses Ubuntu, be aware that some commands, such as package installation, may vary on other Linux distributions.

Remote Setup with EdgeVPN
·208 words·1 min
System Administration

Last week I started using my old 13" laptop and left the bulky 15" workstation permanently at my desk. This setup gives me portability without loosing power when I’m connected to my home network. Today, I decided to configure EdgeVPN on both devices to also have this setup while on the road.

Running Multiple Instances of a Service
·679 words·4 mins
System Administration

This article will teach you how to run one or more Redis instances on a Linux server using systemd to spawn copies of a service.