How To Use Ansible To Automate Logical Volume Manager (LVM) In Linux
As part of the LVM series, we have seen how to export and import logical volumes between different machines in the previous article. In this article, we will see how …
Linux Howto’s for System Administrations
linuxhowto.net AI Version 0.8
As part of the LVM series, we have seen how to export and import logical volumes between different machines in the previous article. In this article, we will see how …
As you may already know, AUR (Arch User Repository) is the community-driven, largest third-party software repository. AUR hosts tens of thousands of user-generated packages for Arch-based systems. In this guide, …
In the LVM series, we have seen what LVM snapshots are and how to restore snapshots in our last article. In this article, we are going to discuss yet another …
In the last article, we have seen how to expand and shrink volume groups and logical volumes. In this article, we will focus on how to protect the data by …
Applying updates regularly should be the top priority in the day-to-day tasks of a System administrator. Running unpatched systems for a long time is quite risky. There are many ways …
Today, we are going to see how to encrypt and decrypt files from command line in Linux using a free utility named GNU Privacy Guard (shortly GPG or GnuPG). There are, of …
Microsoft Visual Studio Code is an open source, lightweight and powerful source code editor. It comes with built-in support for JavaScript, TypeScript and Node.js and has a rich ecosystem of …
In this short tutorial, we will see how to prohibit directory listing in Linux from commandline. To put this in other words, we are going to deny the regular users …
In the previous article, we have covered what is LVM and how to create Volume group and Logical volumes in Linux. This article will teach you how to resize LVM …
This detailed guide explains what is SFTPGo, how to install SFTPGo in various Linux distributions, and finally how to setup a SFTP server with SFTPGo in Linux. What is SFTPGo? …