How to Backup and Restore Linux Command History
https://linuxtldr.com/backup-and-restore-linux-command-history/
https://linuxtldr.com/backup-and-restore-linux-command-history/
Linux TLDR
How to Backup and Restore Linux Command History
In this article, you will learn how to view, backup, and restore the Linux command history on a Linux system, so stick with it till the end to learn everything.
How to Change History File Location in Linux
https://linuxtldr.com/change-history-file-location-in-linux/
https://linuxtldr.com/change-history-file-location-in-linux/
Linux TLDR
How to Change History File Location in Linux (with an Example)
In this article, you will learn how to use another file instead of the traditional "~/.bash_history" file to store your command history.
Beginners Guide for Rename Command in Linux
https://linuxtldr.com/rename-command/
https://linuxtldr.com/rename-command/
Linux TLDR
Beginners Guide for Rename Command in Linux
In Linux, the rename command is an amazing utility that allows you to rename single or multiple files at once, based on a set of rules or regular expressions you specify.
Beginners Guide for Vipw and Vigr Commands in Linux
https://linuxtldr.com/vipw-and-vigr-commands/
https://linuxtldr.com/vipw-and-vigr-commands/
Linux TLDR
Linux Vipw and Vigr Commands Explained
In this article, you will learn about the vipw and vigr commands that let you safely edit the configuration files related to users or groups in your favorite text editor.
How To Disable Directory Listing From the Command Line in Linux
https://linuxtldr.com/disable-directory-listing-in-linux/
https://linuxtldr.com/disable-directory-listing-in-linux/
Linux TLDR
How To Disable Directory Listing From the Command Line in Linux
In this article, you will learn how to disable the directory content listing from the command line in Linux.
What are File Descriptors in Linux
https://linuxtldr.com/file-descriptors-linux/
https://linuxtldr.com/file-descriptors-linux/
Linux TLDR
What are File Descriptors in Linux
In this article, you will learn everything about file descriptors, like their uses in Linux, what a file descriptor table is, how to view the file descriptors under a specific process, and how to change the limit of a file descriptor in Linux.
Everything About /proc File System in Linux
https://linuxtldr.com/proc-file-system/
https://linuxtldr.com/proc-file-system/
Linux TLDR
Everything About /proc File System on Linux
In this article, you'll learn about the proc file system (short for "procfs", referring to the "/proc" directory) and how it's useful to check the running processes related information on Linux.
What is SystemD in Linux?
https://linuxtldr.com/systemd-linux/
https://linuxtldr.com/systemd-linux/
Linux TLDR
What is SystemD in Linux?
This article will teach you what systemd is and why it replaced SysVinit; what systemd unit files are; how to list all and specific unit files; and how to view the content of a unit configuration file.
Controversy of ‘init’ and ‘systemd’ in Linux
https://linuxtldr.com/init-vs-systemd/
https://linuxtldr.com/init-vs-systemd/
Linux TLDR
Systemd Vs Init for Linux Beginners (Final Verdict)
Dive into the contentious world of 'init' vs. 'systemd' on Linux, uncovering their features, the heated debate surrounding them, and the choices they offer, all while exploring their impact on the Linux community.