How To Setup Nginx as Load Balancer

Load balancing is a common technique to make high availability, reliability, and scalability. When the application grows you’ll need to think a way to scaling the server to serve the visitor or customer better. Nginx support few load balancing method…

How To Install Gitea Git Server on Debian 10

For lightweight git server, gitea already gain a lot user because it easy to install and the interface similar to Github. The goal of this post is to provide the easiest, fastest, and most painless way of setting up a…

How to Install Sublime Text on Ubuntu 20.04

Sublime Text for a while had been offering its own repository, which at this time hosted on Digital Ocean. In this tutorial, we’ll install Sublime Text on Ubuntu 20.04 Sublime Text famous for its lightweight installation and fast to open…

How to Install MariaDB 10.5 on Debian 10

MariaDB is an open-source, multi-threaded relational database management system. Commonly used for LAMP (Linux, Apache, MariaDB, PHP) or LEMP (Linux, Nginx, MariaDB, PHP). MariaDB gains popularity after Linux distro adopted MariaDB as the default replacement for MySQL due licensing issue.…

How To Install Pihole Without ARM SBC on Debian 10

Pihole renowned for ads blocker on DNS level, by using DNS no need to install any 3rd party application to avoid ads on your computer. If you follow this tutorial, then all devices inside your network (Mobile Phone, Computer, TV)…

How To Keep Your Linux Updated

Like any other operating system, we need to keep our system updated to avoid any bug or to improve hardware on Linux. If you using the official repository from the distro, you’re most likely won’t have a problem with software…

How To Install HAProxy 2.2 on Debian 10

Load balancing is a common solution for a website with a lot of traffic. HAProxy offers high availability which can be used for distributing database or web application accross multiple servers even multiple different cloud providers. Here are few HAProxy…