This article focuses on installing the latest version of Grafana on an Ubuntu 20.04 server. Recently, Grafana Labs released a brand new version of Grafana : v7.0 This new version…
schkn
-
-
This tutorial focuses on adding sudoers rights to a user on Ubuntu 20.04 Focal Fossa. When managing an Ubuntu 20.04 server, it is actually quite important to know how to…
-
When working with Git, it is quite common for developers to add many files to their repository, just to realize that they want to delete them later on. Deleting files…
-
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,…