How to Find the Most Used Commands in Your Linux System
https://linuxtldr.com/finding-the-most-used-commands-in-linux/
https://linuxtldr.com/finding-the-most-used-commands-in-linux/
Linux TLDR
How to Find the Most Used Commands in Your Linux System
In this article, you will learn how to list the most and least executed commands in your Linux system to find your favorite tool.
ExplainShell: The Best Alternative for Linux Man Pages
https://linuxtldr.com/explainshell/
https://linuxtldr.com/explainshell/
Linux TLDR
ExplainShell: The Best Alternative for Linux MAN PAGES
The explainshell is a web-based tool that can be said to be an alternative to traditional Linux man pages for providing you with detailed explanations in a beautiful hierarchy.
Display and Filter History Records Based on Date and Time in Linux
https://linuxtldr.com/display-and-filter-history-records-based-on-date-and-time/
https://linuxtldr.com/display-and-filter-history-records-based-on-date-and-time/
Linux TLDR
Display and Filter History Records Based on Date and Time in Linux
In this article, you will learn how to add date and time to the history record and how to list previously executed commands based on their date and time in Linux.
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 Run a Linux Command Without Keeping It in History
https://linuxtldr.com/run-linux-command-without-keeping-in-history/
https://linuxtldr.com/run-linux-command-without-keeping-in-history/
Linux TLDR
How to Run a Linux Command Without Keeping It in History
In this article, you will learn six different methods for running a Linux command without keeping track of its history.
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.