Author: cobra_admin
How to Install PostgreSQL on Ubuntu 20.04
Prerequisites Before you begin: Have an Ubuntu 20.04 server. Access the server using SSH as a non-root user with sudo privileges. Update the server. Install PostgreSQL PostgreSQL is available in the default APT repositories on Ubuntu. Follow the steps below to install the PostgreSQL database server packages and enable the application…
Read MoreHow to Install PHP and PHP-FPM on Ubuntu 20.04
Prerequisites Before you begin: Have an USbuntu 20.04 server. Set up a new A record for your domain that points to the server IP address. Access the server using SSH as a non-root user with sudo privileges. Update the server. Install PHP Ubuntu 20.04 includes PHP in its default APT repositories.…
Read MoreHow to Add Swap Memory in Ubuntu 20.04
Prerequisites Before you begin: Have an Ubuntu 20.04 server. Have an existing block storage. Access the server using SSH as a non-root user with sudo privileges. View Existing Swap Memory Follow the steps below to check existing swap usage before adding more. View the available server memory including RAM and Swap…
Read MoreHow to Install Nginx Web Server on Ubuntu 20.04
Prerequisites Before you begin: Have an Ubuntu 20.04 server. Set up a new A record for your domain that points to the server IP address. Access the server using SSH as a non-root user with sudo privileges. Update the server. Install Nginx on Ubuntu 20.04 The latest Nginx package is available…
Read MoreHow to Install Node.js and NPM on Ubuntu 20.04
Prerequisites Before you begin: Have an Ubuntu 20.04 server. Access the server using SSH as a non-root user with sudo privileges. Update the server. Choose a Node.js Version When selecting a Node.js version for your project, consider factors like stability, performance, and application compatibility. Below are the supported Node.js release types:…
Read MoreHow to Install MySQL on Ubuntu 20.04
Prerequisites Before you begin: Have an Ubuntu 20.04 server. Access the server using SSH as a non-root user with sudo privileges. Update the server. Install MySQL on Ubuntu 20.04 MySQL is included in Ubuntu 20.04’s default APT repositories. To install it, update your package index and install the latest MySQL server…
Read More