I tested the Oracle Cloud Services and changed in the end to the „Always Free cloud services“ which includes following: Infrastructure 2 AMD based Compute VMs with 1/8 OCPU** and 1 GB memory each 4 Arm-based Ampere A1 cores and 24 GB of memory usable as one VM or up to 4 VMs 2 Block Volumes Storage, 200 GB total… Read more →
Schlagwort: ubuntu
Synology / Zabbix / Docker with Virtual Machine
**** UPDATE 2022 02 24 – NEW Article with installing Zabbix direct on the Synology Docker ******LINK I got a lot of good feedback to my article „Synology Docker install ZABBIX Server with GUI„. Some of you asked if I can create a short installation guide for the 5x version. This is not that easy because we can not use… Read more →
docker-compose systemd
If you want to start your docker container with the boot of the system you can use the systemd function in your Ubuntu System. First you have to find the path to your docker-compose installation. Use the „which“ command. Then you get the path to your installation: in this example: /usr/bin/docker-compose Now you can create the .service file by using:… Read more →
Ubuntu Docker Compose Error
When you install docker with the default installer of Ubuntu (in our case. 20.04.3) you get following error by using „sudo docker-compose up“ It is quiet easy to be fixed. Just install/reinstall docker-compose with following command: an then you can use: Read more →
WireGuard VPN – Ubuntu Server
WireGuard is the most modern and easiest way to go if you want to create an VPN Server. The guys from PiVPN created a great installer for RaspberryPi’s. But I need some more Power 🙂 So here is the fast installation guide for this: Update and Upgrade your Server Install all needed packages Now you can use the pivpn.io script… Read more →