If you are a conscientious system administrator, you have probably already wondered how you can make your files secure. Nowadays, as system attacks get more and more frequent, it isn’t…
-
-
As a system administrator, you are probably dealing with a lot of services every day. On Linux, services are used for many different purposes. They may be used in order…
-
On Linux, the root account is probably one of the most powerful accounts that there is. Considered the most privileged account on a Unix system, root can perform any tasks…
-
In Git, branches are commonly used in order to have a development separated from your main workflow. In software engineering teams, it is quite common to have a specific workflow…
-
This tutorial focuses on how to create swap space on Ubuntu 20.04 using a swap partition or a swap file. For system administrators, it is quite common for servers to…
-
GrafanaGuideLinux System AdministrationUbuntu
How To Install Grafana on Ubuntu 20.04
by schknby schknThis 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…
-
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…