This tutorial focuses on setting up and configuring a SSH server on a Ubuntu 20.04 desktop environment. As a system administrator, you are probably working with SSH on a regular…
-
-
This tutorial provides step by step instructions on how to install Ubuntu 20.04 with a GNOME environment. As announced on the Ubuntu official website, Canonical has just released a brand…
-
As a network administrator, you are probably already very familiar with the ARP protocol. ARP is commonly used by layer two devices in order to discover as well as communicating…
-
Docker images are a big part of the Docker ecosystem. Docker images are used to define instructions to be executed on your containers. On Docker images, you may choose to…
-
As a developer, you are probably pushing your code to your remote origin every day. Git is a decentralized versioning system : even if you make changes locally, you have…
-
Copying directories on Linux is a big part of every system administrator routine. If you have been working with Linux for quite some time, you know how important it is…
-
On Git, tags are used in order to define commits in your history that may be more important than others. When you are performing a merge commit, right before deploying,…
-
If you are working on a small to medium entreprise network, you probably have dozens of drives and printers that need to be shared. Besides the NFS protocol, there are…