Tag: linux

  • Installing Arch Linux (Dual Boot with Windows – Seperate Drives)

    Installing Arch Linux (Dual Boot with Windows – Seperate Drives)

    Have you always wanted to be able to add the iconic words; “I use Arch BTW” to your signature on a Linux forum? Are you distro-hopping and thought it would be a good idea to try out Arch Linux? It doesn’t really matter because it took me a bit of trial-and-error to get a working…

  • Installing ERPNext 14 on Debian 12

    Installing ERPNext 14 on Debian 12

    ERPNext is an amazing, free and open-source ERP system built using the Frappe Bench framework. It is scale-able, simple to use and quite beautiful. It is also quite difficult to install outside of the easy-installers which do not play nice with Debian. In my case, I have an LXC Container on Proxmox VE, running Debian…

  • Installing ERPNext on Fedora 37

    Installing ERPNext on Fedora 37

    ERPNext is an amazing, free and open-source ERP system built using the Frappe-Bench framework. It is scale-able, simple to use and quite beautiful. It is also quite difficult to install outside of the easy-installers which do not play nice in an existing Fedora Server setup due to the use of their own, in-house framework called…

  • Debian 11 Groupware Server – LEMP Stack

    Debian 11 Groupware Server – LEMP Stack

    Installing a mailserver running on Debian 11 (Either as a VM, on bare-metal or in an LXC Container). Since Google has decided to retire their Google Apps for Business and force migration to their paid Workspace Product, I found the need to migrate some of my deployed domains to a self-hosted Mail Service. My requirements…

  • How I like my KDE

    How I like my KDE

    I am a huge fan of the KDE UI when it comes to any Linux Distro I may be using at any given time. The obvious exlusion is servers which necessarily don’t use GUI’s. I also liked some of the optimizations and customizations implemented by Garuda and Manjaro and therefore have documented some of the…

  • Installing NextCloud on Debian 11 LEMP

    Installing NextCloud on Debian 11 LEMP

    NextCloud is a fantastic solution to manage documents, however the added app features, including integration with Collabora CODE server makes it an invaluable method to store your files and access them remotely. In this tutorial we will assume that you know the basics of deploying your server with DNS and IP Routing and that subdomain.example.com…

  • Configure a Debian 11 Groupware Server – LAMP Stack

    Configure a Debian 11 Groupware Server – LAMP Stack

    Installing a mailserver on a Debian 11 LXC Container with Groupware Features contained in SOGo or NextCloud. Since Google has decided to retire their Google Apps for Business and force migration to their paid Workspace Product, I found the need to migrate some of my deployed domains to a self-hosted Mail Service. My requirements were…

  • Installing ERPNext using Docker

    Installing ERPNext using Docker

    In this Tutorial we will go through the steps to install ERPNext as a Docker Container Stack. The official documentation is a little complex and needs tweaking, however these steps will get the job down simply and without much effort. We will assume that you already have Docker installed and running and that you are…

  • Installing Docker as an LXC Container in Proxmox VE – Debian 10 / 11

    Installing Docker as an LXC Container in Proxmox VE – Debian 10 / 11

    While LXC Containers are my general preference by virtue of the built-in support in Proxmox VE as well as the more open nature of such containers, sometimes it is necessary to run Docker because the solution you are looking for just does not deploy in LXC. For this reason, I have found it necessary to…

  • Using Certbot to obtain and update free SSL Certificates for your Debian Web Server

    Using Certbot to obtain and update free SSL Certificates for your Debian Web Server

    How to use Certbot and Letsencrypt to install SSL Certificates for your self hosted websites on Debian/Fedora Webservers (Works on Debian 9, 10, and 11, Fedora 34, 35, 36, and 37, either running as Proxmox LXC Containers or on Bare-Metal) This tutorial assumes that you have a registered Domain and that your port forwarding is…