Certainly! Here’s the complete, revised set of steps to fully uninstall and reinstall Nginx on Debian 12, ensuring all configurations are reset: Step 1: Stop and Disable Nginx Stop the Nginx service to ensure it’s not running: Disable Nginx so it won’t start on boot: Step 2: Uninstall Nginx with Purge Use the –purge option… Continue reading
Date archives "November 2024"
Adjust The Log Rotation Settings on Debian 12 Bookworm to Save Space
To adjust the log rotation settings on Debian 12 Bookworm to save space, you can modify the configuration in /etc/logrotate.conf or add specific configurations in the /etc/logrotate.d/ directory for individual log files. Here’s a general approach to help reduce disk usage: After editing, apply the settings by running: To compress old logs on Debian 12,… Continue reading
How to Install pm2 and pm2-logrotate on Debian 12 Bookworm
Here’s a guide to install pm2 and pm2-logrotate on Debian 12: Step 1: Update the System Make sure your system is up-to-date: Step 2: Install Node.js (if not already installed) If Node.js and npm aren’t installed yet, install them. Use the NodeSource setup script to get the latest stable version. Step 3: Install pm2 Install… Continue reading
MariaDB Master Slave Installation and Configuration on Linux Debian 12 Bookworm
MariaDB is an open-source relational database management system (RDBMS) that emerged as a fork of MySQL after concerns over its acquisition by Oracle. Developed by the original creators of MySQL, MariaDB retains compatibility with MySQL while offering additional features and enhancements. It supports ACID-compliant transactions, is known for its performance and scalability, and is widely… Continue reading
How to Install Redis Master Slave on Debian 12 Bookworm
To set up a Redis master-slave replication on Debian 12, you’ll follow these general steps on each server to configure the master and slave nodes: Step 1: Install Redis Step 2: Configure Redis Master Step 3: Configure Redis Slave On the slave server(s), edit the configuration to connect to the master server. Step 4: Testing… Continue reading
How to create a user with sudo privileges on Debian 12, an run commands without needing to type a password
To create a user with sudo privileges on Debian 12, allowing them to run commands without needing to type a password, follow these steps: Then, add the following line at the end of the file: Replace username with the actual username you created. The user now has sudo privileges and can run commands without entering… Continue reading
How to Install MariaDB on Debian 12 Bookworm ?
To install MariaDB on Debian 12, follow these steps: 1. Update Package Index Start by updating the package index to ensure your system has the latest information on available packages. 2. Install MariaDB Server Use the following command to install the MariaDB server and client: 3. Start and Enable MariaDB Service Once installed, start the… Continue reading
TinyRDM dari Negara Tirai Bambu, Redis Client yang Bisa Diandalkan
Apakah kamu merasa bingung, dan sedikit frustasi dalam menemukan aplikasi Desktop Client untuk Redis yang tepat? Sebelumnya saya lumayan kesal dan pasrah ketika harus mengelola Redis Server, tidak ada satupun aplikasi Desktop Client yang bisa diandalkan. Bisa diandalkan dalam hal ini, aplikasinya ringan, simple, mudah digunakan dan memiliki fungsi yang lengkap. Entah kenapa, rata-rata aplikasi… Continue reading