All posts
Installing Node.js on Debian
Step-by-Step Guide This command will add the NodeSource repository for Node.js 16.x. You should see the Node.js version information displayed. You should see the…
Installing Python on Debian
Step-by-Step Guide This command installs Python 3 and pip, the Python package installer. You should see the Python version information displayed. You should see…
Installing PHP on Debian
Step-by-Step Guide This command installs PHP, the Apache PHP module, and the PHP MySQL extension. You should see the PHP version information displayed. Add…
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…
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…