Beginners Guide for Vdir Command on Linux
https://linuxtldr.com/vdir-command/
https://linuxtldr.com/vdir-command/
Linux TLDR
Beginners Guide for Vdir Command on Linux
The vdir command is an equivalent to the “ls -l -b” command, printing the content in long list format and showing escape characters on the file or directory name, just like the dir command is equivalent to the “ls -C -b” command.
Different Ways to Search Files or Directories on Linux
https://linuxtldr.com/searching-files-or-directories-in-linux/
https://linuxtldr.com/searching-files-or-directories-in-linux/
Linux TLDR
Different Ways to Search Files or Directories on Linux
On Linux, you have multiple tools like which, whereis, locate, and find that can help you find the absolute path for files and directories in your system.
Guide to Installing, Configuring, and Managing MySQL on Linux
https://linuxtldr.com/installing-mysql/
https://linuxtldr.com/installing-mysql/
Linux TLDR
Guide to Installing, Configuring, and Managing MySQL on Linux
In this article, I will guide you on how to install MySQL on your preferred Linux system and how to configure and manage it.
How to List All Logged-In Users in Your Linux System
https://linuxtldr.com/linux-logged-in-users/
https://linuxtldr.com/linux-logged-in-users/
Linux TLDR
How to List All Logged-In Users in Your Linux System
In this article, you will learn four ways to find all logged-in users on the remote machine or server, including the past one (with practical examples).
List of Special Parameters in Bash with Examples
https://linuxtldr.com/special-parameters-in-bash/
https://linuxtldr.com/special-parameters-in-bash/
Linux TLDR
List of Special Parameters in Bash with Examples
In this article, you will learn what the difference is between variables and parameters, what special parameters are, and a list of predefined special parameters in Bash.
Stacking Directories With "pushd" and "popd" Commands for Easy Navigation
https://linuxtldr.com/pushd-and-popd-commands/
https://linuxtldr.com/pushd-and-popd-commands/
Linux TLDR
Stacking Directories With "pushd" and "popd" Commands for Easy Navigation
The pushd and popd commands are ways to efficiently navigate between different directory paths by stacking them in memory and popping them out when they are required using the index number.
How to Check, Allow, or Disallow Terminal Write Access in Linux
https://linuxtldr.com/mesg-command/
https://linuxtldr.com/mesg-command/
Linux TLDR
How to Check, Allow, or Disallow Terminal Write Access in Linux
In this quick tutorial, you will learn how to check all the users and specific user terminal write access and how to set or stop the terminal’s permission for writing messages.
Find the Last Logged-In Users on Linux with Lastlog Command
https://linuxtldr.com/lastlog-command/
https://linuxtldr.com/lastlog-command/
Linux TLDR
Find the Last Logged-In Users on Linux with Lastlog Command
In this article, you will learn how to use the lastlog command on Linux to check the most recent login of all users or a specific user, as well as how to clear a single or all user’s last login records.
How to Install, Update, and Remove Brave on Linux
https://linuxtldr.com/installing-brave/
https://linuxtldr.com/installing-brave/
Linux TLDR
How to Install, Update, and Remove Brave on Linux
This comprehensive guide walks you through the simple steps to install Brave Browser on Linux, ensuring ad and tracker-free browsing for a safer internet experience.
How to Install and Use Flatpak in Linux
https://linuxtldr.com/installing-flatpak/
https://linuxtldr.com/installing-flatpak/
Linux TLDR
How to Install and Use Flatpak in Linux
In this article, you will see the comparison between Flatpak and its alternative Snap, how to install Flatpak on your preferred Linux system, and how to use the flatpak command.
How to Hide "PackageKit" Message in openSUSE
https://linuxtldr.com/hide-packagekit-message-in-opensuse/
https://linuxtldr.com/hide-packagekit-message-in-opensuse/
Linux TLDR
How to Hide "PackageKit" Message in openSUSE
Discover how to get rid of the persistent PackageKit message on your openSUSE system and enjoy hassle-free package management without interruptions.
How to Create Permanent Bookmarks in VLC Without a Playlist
https://linuxtldr.com/create-permanent-bookmarks-in-vlc/
https://linuxtldr.com/create-permanent-bookmarks-in-vlc/
Linux TLDR
How to Create Permanent Bookmarks in VLC Without a Playlist
Discover a unique way of creating permanent bookmarks in VLC without creating and saving changes to the playlist, making the process more seamless.
How to Install, Update, and Remove Firefox on Linux
https://linuxtldr.com/installing-firefox/
https://linuxtldr.com/installing-firefox/
Linux TLDR
How to Install, Update, and Remove Firefox on Linux
Learn how to install, update, and remove Firefox on your Linux system with this comprehensive guide, including package manager, Flatpak, Snap, and source installation methods.
What is File Globbing in Linux (How to Use It with Examples)
https://linuxtldr.com/file-globbing-linux/
https://linuxtldr.com/file-globbing-linux/
Linux TLDR
What is File Globbing in Linux (How to Use It with Examples)
In this article, you will learn what file globbing is on Linux and how to use it with various commands through practical examples.
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.
Systemctl Mask vs Systemctl Disable
https://linuxtldr.com/systemctl-mask-vs-systemctl-disable/
https://linuxtldr.com/systemctl-mask-vs-systemctl-disable/
Linux TLDR
Systemctl Mask vs Systemctl Disable
The systemctl mask and systemctl disable are both crucial commands for Linux administrators, and you must know their differences to decide which one to choose in certain situations.
Mullvad Browser is a Tor Browser without a Tor Network
https://linuxtldr.com/installing-mullvad-browser/
https://linuxtldr.com/installing-mullvad-browser/
Linux TLDR
Mullvad Browser is a Tor Browser without a Tor Network
Discover Mullvad Browser, a collaborative effort by Mullvad VPN and the Tor Project, ensuring unparalleled privacy by eliminating tracking and fingerprinting.
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.