This article covers how to install MongoDB (Community Edition Tutorial) on Debian 11. MongoDB is a popular open source NoSQL database. It is a document oriented database that supports structured and unstructured data, including JSON, XML, and organic data.
admin
How To Upgrade Debian to a New Release
Check Debian Version on Debian website: https://www.debian.org/releases/ Check version on system: Or USERS SHOULD BACKUP ALL DATA before attempting a release upgrade – SEE https://wiki.debian.org/DebianStability Only after the back – do the following: Ensure your system is up-to-date in it’s current release. If you haven’t already, ensure all backups are up-to-date. Make a backup of … Read more
How to Locate files in Linux with mlocate
This article show how to locate file easily in Linux. To install and update mlocate so as to use immediately.
Location of MySQL – MariaDB configuration file on Debian 11 and Tuning It
Locate mariadb config files: Tweaking mariadb To optimize the server, edit 50-server.cnf Run the tuner Create a simple bash script to check if MySQL is running and if not to restart it. Run this script every 5 minutes using a cron job like this one:
Basic DNS Setup with DNSMASQ
Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP server. It is designed to provide DNS and optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. Source: https://wiki.debian.org/dnsmasq Basic DNS Setup First things first, let’s install the package: If your goal … Read more
Install WordPress on Apache (Debian)
So, the following we run the commands to set up apache for wordpress. Download and unzip the WordPress package from: Then extract the package to the apache root directory: Activate Mod Rewrite. Create vhosts. After installing it, you will need to restart Apache services with the command: If needed, you will need to edit the … Read more
How to Create and Install Self Signed Certificate in Apache
This how-to guide will help you to step by step create and install Self Signed Certificate in Apache server on Linux systems. Step 2 – Create Self Signed Certificate (please change to your domain name 🙂Now create SSL certificate. Change the name “apache” to your site name if you plan on multiple sites. Openssl will … Read more
Ubuntu Zpool Error on Zpool Status
The following error shows up when checking a zpool group. This article describes the issue.
Rsync Files Locally
How to copy to local directory with the same name.
No Pub Key Mysql on Apt update Debian 11 with MySQL 8
Error on update with Debian 11 and MySql 8. On apt update… Now Run… Then update