Terraform 9 May 2022 Terraform - Proxmox Provider Setup I want to learn more about Infrastructure as a Code and the first tool I wil be testing is terraform. In another article, I have
Docker 28 April 2022 Terraform - Running from a Docker Container The official terraform container has its entrypoint set to the terraform binaries. It means that every time you need invoke the terraform command the container
Linux 18 April 2022 Arch Linux - Updating Pacman Keyring Everytime I create a new VM from my arch template and I try to update or install new packages the below error happens : error: python-itsdangerous:
14 April 2022 libreNMS - HTTPS with self-signed Certificates The default libreNMS installation uses the insecure HTTP as its default protocol for web traffic. This tutorial will describe how to change to the more
Minecraft 24 March 2022 Minecraft - How to change the world seed with NBTUtil Follow the previous article to compile the NBTUtil binary. Run the binary as follow pointing to your level.dat file using the flag --printtree to
Linux 10 February 2022 Arch Linux - NBTUtil 1) Install mono-git from here. git clone https://aur.archlinux.org/mono-git.gitmakepkgpacman -U mono-git-6.12.0.170.r1395.ffae74c99a7-1-x86_64.pkg.tar.zst2) Clone
Linux 5 February 2022 Linux - Systemd Service Unit for Minecraft Servers I am currently running two Minecraft servers and planning to spin a third. However it is becoming an ordeal to manage all the tmux sessions
Linux 2 February 2022 Linux - Systemd Scheduling and Executing Scripts I am currently in need of running a script every day at a certain time and what immediately came to my mind was crontab. However,
Linux 27 January 2022 Arch Linux - How to Fix "Invalid or corrupted package" I was trying to upgrade my arch linux package and encountered the following error : error: failed to commit transaction (invalid or corrupted package) After a
Docker 9 January 2022 Arch Linux - Docker Node - Udating GitLab Container - ( Part V ) I have revisited my GitLab container recently and noticed that it is asking for an update. Updating a GitLab docker container is relatively easy. Let's