Lock Linux User Account after Multiple Failed Login Attempts
Follow through this guide to learn how to lock Linux user account after multiple failed login attempts. Linux through Pluggable Authentication Modules, PAM, can be
Follow through this guide to learn how to lock Linux user account after multiple failed login attempts. Linux through Pluggable Authentication Modules, PAM, can be
In this tutorial, we are going to learn how to install and setup Zsh and Oh-my-Zsh on Ubuntu 20.04/Ubuntu 22.04. Install ZSH and Oh-My-Zsh on
In this guide, we are going to learn how to add users to sudo group in Linux. More often than not, you want, as a
Want to upgrade a single package on CentOS/Fedora systems? Worry not, because, CentOS/Fedora or any other RHEL based distribution provides a way to upgrade a
In this guide, you are going to learn how to run only specific commands with sudo in Linux. Our previous guide covered how to add
Is your Linux system in BIOS or UEFI mode? Don’t worry, this guide will show you quick ways to check if Linux system is using
This tutorial will guide you on viewing system processes using ps and top commands. When commands are run on a system, various processes associated with
Follow through this guide to learn how to upgrade a single package on Ubuntu. Upgrading a Single package on Ubuntu Ubuntu and other Debian derivatives
Good day folks. Today, we would like to discuss how to extract log lines of specific dates from a log file. If you are a
This guide will take you through how to delete lines matching specific pattern in a file using VIM. Linux system admins work with files day