How to setup a cron job in Linux
How to setup a cron job in Linux Overview The following article will cover the basics of cron scheduler and showcase couple of examples on how to setup a cron job in Linux. Periodically,...
How to setup a cron job in Linux Overview The following article will cover the basics of cron scheduler and showcase couple of examples on how to setup a cron job in Linux. Periodically,...
Overview The topic for this post will be how to extract tar.gz file in Linux using the tar tool in terminal. In addition we’ll showcase other basic tar options too. If you are new...
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 install Jellyfin on Debian 11 Overview The following article will demonstrate the steps on how to install Jellyfin on Debian 11. We’re going to demonstrate two steps on how to install Jellyfin...
How to install ZSH on Linux Overview The following guide will demonstrate how to install ZSH in Linux(aka zshell) and also showcase the steps on how to set zsh as a default shell on...
How to jump to the end of file in VIM Overview This article will act as a simple guide to demonstrate how to jump to the end of file in VIM. Vim is a...
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...
Overview Urbackup is a cross-platform server/agent backup solution. Quite versatile, feature rich and available on many platforms. We already covered how to install Urbackup on distros such as Ubuntu and Debian and in this...
Overview The following article will cover the steps how to add a remote Docker host in Portainer using the edge agent. Portainer supports remote management of multiple Docker hosts and has features and multiple...
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...
Setup Nextcloud with Redis using Docker Overview We’ll go through the steps how to Setup Nextcloud with Redis using Docker. For this process we’ll be using Docker compose and build a stack to deploy...