Self-Host 6 Nov 2024 · 6 min read How to setup Portainer on Linux If you are thinking of using a linux machine to setup services, best way forward is to use docker-compose and portainer is a free and open-source tool to manage docker-compose with ease. Read on to find how to set up Portainer. Read more
Linux 10 Oct 2024 · 2 min read How to setup Docker on Linux Setting up Docker on a linux machine is pretty easy and can be done in less than 10 minutes. Read on to find out how. Read more
Self-Host 20 Mar 2024 · 6 min read How to setup Minio Object Storage Object storage is the cheapest form of cloud storage solutions. Setting Up Minio Object storage isn't that complicated. Read on to find out. Read more
Dev-Ops 26 Jul 2023 · 3 min read Simple Ways to Free Up Space in Ubuntu Server Low Disk Problem or ran out of space on Ubuntu Server? This article shows you several easier ways to clean up your system or to free up the space on your Ubuntu Server. Read more
Java 22 Mar 2023 · 4 min read How to Run a Java application jar as a Windows service Running a Java application is easy. But how to run the same java application as a windows service? Read on to find out. Read more