Posted inHowto

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 which has its own advantages and disadvantages 1. Round Robin (default method) Requests are distributed […]

Posted inHowto

How To Build and Install htop 3 on Debian 10/Ubuntu 20.04

htop a cross-platform process viewer with colorable, similar to top, the default process viewer on Linux. The old htop has been stagnant for few year before group of volunteers asking the author to maintenance the next htop which is the original author agrees, the old. repository had been archived Support ZFS ARC statistics, New display […]

Posted inHowto

How to Install TigerVNC Server on Ubuntu 20.04

Ubuntu 20.04 using GNOME as a desktop environment, this tutorial describes how to install and this tutorial describes how to install and config the TigerVNC server. So we’ll have using the default desktop, GNOME, instead of using XFCE as many tutorials used. Depend on your preferred DE you may need to install different DE for […]

Posted inHowto

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. MariaDB 10.5 new features – Includes the S3 storage engine – MariaDB ColumnStore storage engine […]

Posted inHowto

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) will never be bothered by ads again without any configuration for an individual device. Normally […]