Category Ubuntu

How to Install Docker and Run a Docker Container on Ubuntu

Docker is an application that simplifies the process of managing application processes in containers. Containers let you run your applications in resource-isolated processes. Containers are similar to Virtual Machines, but are much less resource-intensive, as they only need the absolute…

How to Install and Configure PostgreSQL on Ubuntu

PostgreSQL, or Postgres, is a relational database management system that provides an implementation of the SQL querying language. It is a popular choice for many small and large projects, having many advanced features like transaction management and transaction without read-locks,…

How to Install Node.JS on Ubuntu 18.04

Install Nodejs On Ubuntu

In this tutorial, we’ll look at how we can install Node.JS on Ubuntu 18.04 machine, in just a few steps! Node.JS is one of the most popular Javascript frameworks used in web development – whether it be front end or…

Installing MySQL on Debian/Ubuntu

The installation for MySQL on Debian will be through the APT repository. Now there is a default MySQL server installation and one that is offered by Oracle through their software repositories. We’ll take the official route by first adding Oracle’s…

How To Change SSH Port in Linux and Ubuntu

Changing the SSH port on Linux is pretty easy and straightforward. As it is with most of the packages that are available for any Linux distribution including Ubuntu, they come with a configuration file. Let’s modify that configuration file and…