How to Install and Use Docker on Ubuntu 18.04
Tue Aug 27 2019

How to Install and Use Docker on Ubuntu 18.04

Docker is a containerization technology that allows you to quickly build, test and deploy applications as portable, self-sufficient containers that can run virtually anywhere. In this tutorial, we'll cover how to install Docker on Ubuntu 18.04 and explore the basic Docker concepts and commands.

How to Install RPM Packages on CentOS
Tue Aug 27 2019

How to Install RPM Packages on CentOS

RPM is a packaging system used by Red Hat and its derivatives such as CentOS and Fedora. In this tutorial, we will show you two methods of how to install RPM packages on CentOS.

How To Add Apt Repository In Ubuntu
Mon Aug 26 2019

How To Add Apt Repository In Ubuntu

In this tutorial, we will show you two ways to add apt repository on Ubuntu and Debian systems. The first method is by using the add-apt-repository command and the second one is to manually add the repository using a text editor.

How to Mount an NFS Share in Linux
Fri Aug 23 2019

How to Mount an NFS Share in Linux

NFS is a distributed file system protocol that allows you to share remote directories over a network. In this tutorial, we will show you how to manually and automatically mount an NFS share on Linux systems.

Fri Aug 23 2019

How to Mount and Unmount File Systems in Linux

Thu Aug 22 2019

How to Delete MySQL Users Accounts

Wed Aug 21 2019

How to Set DNS Nameservers on Ubuntu 18.04

Tue Aug 20 2019

Rename Command in Linux (Rename Files)

Tue Aug 20 2019

How to Install Node.js and npm on Ubuntu 18.04

Mon Aug 19 2019

How to Transfer Files with Rsync over SSH