Archive
All posts
RedHat
Installing PostgreSQL on RHEL
Step-by-Step Guide Enable PostgreSQL to start on boot: If PostgreSQL is running, you should see an active (running) status.
RedHat
Installing MariaDB on RHEL
Step-by-Step Guide Add the following content to the file: Enable MariaDB to start on boot: This script will prompt you to set a root…
Debian
Installing PostgreSQL on Debian
Step-by-Step Guide If PostgreSQL is running, you should see an active (running) status. You will be prompted to enter the password for the new…
Debian
Installing MariaDB on Debian
Step-by-Step Guide This script will prompt you to set a root password, remove anonymous users, disallow root login remotely, remove test databases, and reload…
How-To
How to Install, Configure, and Secure PostgreSQL on Linux
Welcome to our beginner’s guide on installing, configuring, and securing PostgreSQL on a Linux system. PostgreSQL is a powerful, open-source relational database system that’s…