Tag: SystemD
-
Remote Setup with EdgeVPN
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. EdgeVPN makes use […]
-
Running Multiple Redis Instances
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. INSTALLING REDIS The easiest way to install Redis in Linux is with your distributions package manager. Here is how you would do it on openSUSE: In case your distribution doesn’t […]