Select Page
How To Install Docker Compose On Ubuntu 20.04

How To Install Docker Compose On Ubuntu 20.04

Docker Compose is a tool for defining and running multi-container Docker applications. Docker Compose uses YAML files to configure your application’s services. Then create and start all services from the configuration with a single command. Compose works in all...
How To Create A Sudo User On Ubuntu 20.04

How To Create A Sudo User On Ubuntu 20.04

sudo is a program for Unix-like computer operating systems that allows a user to run programs with the security privileges of another user (superuser by default). When administering a server, you may want users to be able to run commands as root, an...
How To Install Samba On Ubuntu 20.04

How To Install Samba On Ubuntu 20.04

Samba lets you share files and printers between computers running Microsoft Windows or computers running Unix. It is an implementation of dozens of services and dozens of protocols, including NetBIOS over TCP/IP (NBT). Samba sets up a network share of the selected...