How to add user to sudoers on Linux
How to add user to sudoers on Linux Overview This post will cover multiple procedures on how to add user to sudoers on Linux or in other words, how to give sudo privileges to...
How to add user to sudoers on Linux Overview This post will cover multiple procedures on how to add user to sudoers on Linux or in other words, how to give sudo privileges to...
This article will act as a guide for a procedure – how to setup NFS server on Alma Linux or in another words and how to create an NFS share on Alma Linux. NFS...
IPtables commands cheat sheet Overview IPtables is one of the most well know firewalls(and quite effective as well) which also comes on many Linux distro’s pre-installed by default. The purpose of this post is...
How to install Docker using Ansible Overview This article will showcase a process how to install Docker using Ansible. We’ll be creating an Ansible playbook which will contain only five lines of code. What...
Convert Virtualbox VMs to QEMU/KVM[VDI to QCOW2] Overview In the following article, we’ll go through the steps how to convert Virtualbox VMs to QEMU/KVM hypervisor, or in another words, how to convert VM files...
Setup Urbackup server on Ubuntu 20.04 Overview UrBackup is an Open Source client/server backup system, that through a combination of image and file backups features, differential backups and other tools can do various backup...
Install NFS server on Rocky linux 8[NFS share mount] Overview The post will showcase the steps how to install NFS server on Rocky linux. On another post, we covered the other method as well...
Vim commands for navigation and editing Overview Vim is an extremely powerful text editor and can be especially useful when editing larger files. It can speed up/ease up the process. We’ll be looking at...
How to setup Zabbix on Ubuntu 20.04 Overview Zabbix is an open source monitoring solution for diverse IT components, including networks and network devices, virtual machines, servers, and cloud services. Zabbix provides monitoring metrics...
Install OpenVPN server on Rocky Linux 8 Overview On this post we are going to showcase the steps how to Install OpenVPN server on Rocky Linux 8. OpenVPN is one of the well-known and...