Linux

How To Add Swap Space on Ubuntu 20.04 or 20.10

One way to guard against out-of-memory errors in applications is to add some swap space. What is Swap? Swap is…

4 years ago

Install Docker-Compose on Ubuntu 20.04 or 20.10

Docker Compose is a tool that allows you to run multi-container application environments based on definitions set in a YAML…

4 years ago

Install Docker on Ubuntu 20.04 or 20.10

Make sure your Ubuntu is up to date and patched. $ sudo apt update $ sudo apt upgrade Docker is…

4 years ago

Install Git on Ubuntu 20.04 or 20.10

Git is likely already installed in your Ubuntu 20.04. You can confirm this is the case on your server with…

4 years ago

Generate SSH Public Key on Ubuntu 20.04 or 20.10

Many Git servers authenticate using SSH public keys. In order to provide a public key, each user in OS system…

4 years ago

Install Maria-DB on Ubuntu 20.04 or 20.10

Make sure your Ubuntu is up to date and patched. $ sudo apt update $ sudo apt upgrade MariaDB is…

4 years ago

Install Node.js on Ubuntu 20.04 or 20.10

Make sure your Ubuntu is up to date and patched. $ sudo apt update $ sudo apt upgrade Node.js is…

4 years ago

Install NPM on Ubuntu 20.04 or 20.10

Make sure your Ubuntu is up to date and patched. $ sudo apt update $ sudo apt upgrade NPM is…

4 years ago

Install Composer on Ubuntu 20.04 or 20.10

Make sure your Ubuntu is up to date and patched. $ sudo apt update $ sudo apt upgrade Composer is…

4 years ago

Install PHP on Ubuntu 20.04 or 20.10

Make sure your Ubuntu is up to date and patched. $ sudo apt update $ sudo apt upgrade PHP is…

4 years ago