Debian may have given up on MySQL but Oracle hasn’t given up on Debian. MySQL Server was officially released for Debian 12 a few days back. There are several ways to install it and we will cover all of them. Install MySQL using APT This is the method that I would recommend. The fir...
In order to setup NFS server on Debian 12, you need to install the NFS kernel server package, which is the currently recommended NFS server for use with Linux, featuring features such as NFSv3 and NFSv4, Kerberos support via GSS, and much more. NFS operates in server-client architecture. ...
You can install Apache, the number HTTP server on the internet and configure it to server your web application. Run System Update To ensure you are installing up-to-date packages on Debian 12, update the package cache by running the command below; sudo apt update Installing Apache Web Server...
There are two ways to install Jellyfin on Debian 12; we can install it using the repository or the deb package. In this tutorial, we are going to use the repository to install Jellyfin on Debian 12. # curl -fsSL https://repo.Jellyfin.org/Jellyfin_team.gpg.key | gpg --dearmor -o /...
Debian 12 supports MariaDB natively. It comes with MariaDB package which you can install directly using the following command. sudo apt install mariadb-server This will install MariaDB v10.11.3 which is fine for the most part. However, you can’t choose a different version of your choice ...
Example of Nginx server status OK on Debian Linux NGINX operates correctly if the output shows “active (running).” If not, the output will detail the error for troubleshooting. If NGINX isn’t enabled, use: sudosystemctlenablenginx --now ...
First of all, we need to log in to our Debian 12 VPS through SSH: ssh root@IP_Address -p Port_number Replace “root” with a user that has sudo privileges or root if necessary. Additionally, replace “IP_Address” and “Port_Number” with your server’s respective IP address and SSH...
To use the XRDP server on Debian 12, create a connection between Windows and Debian 12. Now, launch the “Remote Desktop Connection” on Windows: Add the IP address of the machine and then click on “Connect”: Now add the “username” and “password” of Debian 12, then click on the...
Step 2: Install TigerVNC Server on Debian Now with the execution of the next mentioned command, install the TigerVNC on Debian: $ sudo apt install tigervnc-standalone-server -y Step 3: Configure the TigerVNC When the installation is completed, configure the TigerVNC. For the configuration, ...
Before you start installing Postgres on Debian 12, make sure you meet the below-listed requirements: A Debian 12 (Bookworm) Server. A User With Sudo/Admin Rights. How to Install Postgres on Debian 12 Using its Default Repository? The default repository of Debian 12 contains all the popular ...