Fixing Yarn Install On Github Runner Using Docker
Image by Arief JR A few weeks ago, I was using a Docker container on a GitHub Actions runner to build and test my project. In case the developer team has built a new library project that needs t...
Image by Arief JR A few weeks ago, I was using a Docker container on a GitHub Actions runner to build and test my project. In case the developer team has built a new library project that needs t...
In previous article has create the configuration postfix and dovecot, because the article has too long so i split this article into sections. Configure Postgrey Postgrey is postfix policy server f...
Image by Arief JR S3fs is mean s3 filesystem that can mounting s3 bucket into operating system such as linux, macOs and FreeBSD via FUSE (Filesystem in Userspace). To install and configuration s...
Image by Arief JR Setting up and managing your own mail server can have several advantages and disadvantages. Here are some reasons why you might choose to install and configure a self-managed m...
Image by Arief JR Installing and configuring MariaDB on an Ubuntu 22.04 server is a straightforward process. Below is a step-by-step guide: Step 1: Update Your System Before installing any new ...
Image by Arief JR UFW is stand for Uncomplicated Firewall, the program is for managing a netfilter firewall designed to be easy to use. Blocking ICMP (Internet Control Message Protocol) requests...
ProxySQL is a high-performance MySQL proxy that can help manage a master-slave setup effectively. Here’s a detailed guide on how to install and configure ProxySQL on Ubuntu 22.04 with a MariaDB/MyS...
Image by Arief JR What is MySQL/MariaDB? MySQL: MySQL is an open-source relational database management system (RDBMS) developed by Oracle Corporation. It uses Structured Query Language (SQL) to ...
Image by Arief JR What is RabbitMQ? RabbitMQ is a widely-used open-source message broker that facilitates communication between different parts of a system using a message queue. It enables asy...
Image by Arief JR Pgpool-II is a middleware that sits between PostgreSQL servers and a PostgreSQL database client, providing features like connection pooling, load balancing, automated failover,...