Linux TLDR's Avatar

Linux TLDR

@linuxtldr.bsky.social

Discover, Learn, and Master Linux with Us 🐧

318 Followers  |  0 Following  |  506 Posts  |  Joined: 07.02.2024
Posts Following

Posts by Linux TLDR (@linuxtldr.bsky.social)

Preview
Beginners Guide for Whoami Command on Linux In this article, you will learn the usage of the whoami command, how to use it in shell scripts, and its alternative commands.

Beginners Guide for Whoami Command on Linux

03.03.2026 02:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Beginners Guide for Realpath Command on Linux In this article, you learn how to print the absolute path of a symbolic link, file, or directory using the realpath command on Linux.

Beginners Guide for Realpath Command on Linux

02.03.2026 02:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Beginners Guide for File Command on Linux The file command on Linux is used to determine the MIME encoding (e.g. β€˜image/jpeg; charset=binary’) or file type (e.g. β€˜ASCII text’) for the target file.

Beginners Guide for File Command on Linux

28.02.2026 02:31 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Beginners Guide for Pstree Command on Linux In this article, you will learn how to use the pstree command and how to use the different available options with it (with practical examples).

Beginners Guide for Pstree Command on Linux

27.02.2026 03:56 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Beginners Guide for Uname Command on Linux In this article, you will learn how to use the uname command and its options to print kernel, hardware, and operating system information.

Beginners Guide for Uname Command on Linux

26.02.2026 02:30 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Switch to Root or Normal User Account on Linux A root or normal user can easily switch to another user account using the su command if they know their current or another user's password.

How to Switch to Root or Normal User Account on Linux

25.02.2026 03:41 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Beginners Guide for Usermod Command on Linux The usermod command is a user management tool to modify user account information like username, user ID, default shell, home directory, and many more.

Beginners Guide for Usermod Command on Linux

24.02.2026 02:53 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Beginners Guide for Bash Command on Linux The bash (Bourne-Again SHell) is a sh-compatible command-line interpreter that reads from standard input or from a file and gives you the resulting output.

Beginners Guide for Bash Command on Linux

23.02.2026 03:25 β€” πŸ‘ 3    πŸ” 2    πŸ’¬ 0    πŸ“Œ 0
Preview
Beginners Guide for Mkdir Command on Linux The mkdir command is used to create single or multiple directories while also setting a permission when they are created in a Linux system.

Beginners Guide for Mkdir Command on Linux

21.02.2026 03:16 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Beginners Guide for Chsh Command on Linux The chsh is a UNIX/Linux command-line tool to change the existing or specified user login shell into a new login shell.

Beginners Guide for Chsh Command on Linux

20.02.2026 02:45 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Use lsblk Command on Linux Learn how to list and get information about all the block devices in your system using the lsblk command and its options, with practical examples.

How to Use lsblk Command on Linux

19.02.2026 03:28 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Install and Use Original Vim Editor on Linux Vim is a popular text editor on Linux, providing advanced features and functionalities compared to its competitor, the GNU Nano editor.

How to Install and Use Original Vim Editor on Linux

18.02.2026 03:07 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Uh-Halp is an AI-Powered Command-Line Helper for Linux Discover an AI-powered uh-halp command line tool that can help you in your command-line journey with the steps to install it in your favorite Linux distribution.

Uh-Halp is an AI-Powered Command-Line Helper for Linux

17.02.2026 04:02 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Ping Multiple Hosts at High Performance with fping on Linux In this article, you will learn how to ping multiple hosts, scan the network, and scan hosts from a text file using the fping command in Linux.

How to Ping Multiple Hosts at High Performance with fping on Linux

16.02.2026 03:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
35+ Examples of Zypper Command for openSUSE Linux Zypper, the powerful command-line package manager to effortlessly install, update, and manage packages on SUSE Linux, with practical examples

35+ Examples of Zypper Command for openSUSE Linux

14.02.2026 03:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Configure Docker Containers with DockSTARTer on Linux In this article, you will learn how to install and configure Docker and Docker Containers with DockSTARTer on Linux.

How to Configure Docker Containers with DockSTARTer on Linux

13.02.2026 07:37 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Install, Update, and Remove Vivaldi on Linux Learn how to install Vivaldi, a highly customizable web browser, on Debian, Ubuntu, Linux Mint, RHEL, Fedora, Rocky, Arch, Manjaro, and openSUSE.

How to Install, Update, and Remove Vivaldi on Linux

11.02.2026 06:04 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Fixed vs. Rolling vs. Semi-Rolling Release in Linux (Explained) Discover the differences between fixed, rolling, and semi-rolling release Linux distributions to make an informed choice that aligns with your needs for stability, cutting-edge software, or a balance of both.

Fixed vs. Rolling vs. Semi-Rolling Release in Linux (Explained)

10.02.2026 08:02 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 1    πŸ“Œ 0
Preview
How to Install and Use LunarVim on Linux (Complete Guide) Discover a fully-fledged CLI IDE based on NeoVim that provides all the advanced features of a modern IDE, like VSCode Studio, in your terminal.

How to Install and Use LunarVim on Linux (Complete Guide)

09.02.2026 04:49 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
MusicPod: Music, Radio, and Podcast Player for Ubuntu MusicPod is a decent local music player but an excellent podcast and internet radio player for your Ubuntu desktop that was written in Flutter.

MusicPod: Music, Radio, and Podcast Player for Ubuntu

07.02.2026 03:32 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Difference Between Docker and Podman (Ultimate Guide) Discover the differences between Podman and Docker, including daemonless architecture, rootless containers, systemd integration, and more. Learn which container management tool suits your needs best.

Difference Between Docker and Podman (Ultimate Guide)

06.02.2026 06:45 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Install and Use Yay on Arch Linux and Manjaro In this article, you will learn how to install Yay on your Arch-based systems, how to use it (with practical examples), and when not to use it.

How to Install and Use Yay on Arch Linux and Manjaro

05.02.2026 04:18 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Install and Use Perl on Linux Learn how to install Perl on Linux and run your first Perl program. Discover why Perl remains a powerful choice for text processing, system administration, and web development.

How to Install and Use Perl on Linux

04.02.2026 03:50 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
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.

How to Change History File Location in Linux (with an Example)

03.02.2026 04:31 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Installing and Running Fortran Program on Linux Learn how to install and write your first Fortran program on Linux, a high-level language crucial for scientific and engineering calculations in niche domains.

Installing and Running Fortran Program on Linux

02.02.2026 03:29 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Install and Use Pipx on Linux Discover different virtual isolation tools in Python, including pipx installation and usage on Linux, with practical examples.

How to Install and Use Pipx on Linux

31.01.2026 05:01 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Install Podman on Your Favorite Linux Distribution Discover how to install Podman on your Linux distribution with step-by-step instructions and command usage to kickstart your container journey.

Install Podman on Your Favorite Linux Distribution

30.01.2026 02:48 β€” πŸ‘ 0    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Install C# on Linux (and Usage with Practical Examples) Learn how to install and write your first C# program on Linux using the .NET SDK. Explore the features, drawbacks, and more in this comprehensive guide.

How to Install C# on Linux (and Usage with Practical Examples)

28.01.2026 03:50 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
How to Install MySQL Workbench on Linux Discover how to easily install MySQL Workbench on Linux, including Debian, Red Hat, Arch-based distributions, and more, in this article.

How to Install MySQL Workbench on Linux

26.01.2026 02:20 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0
Preview
Installing Figma on Linux: Unofficial Desktop Clients and Workarounds Discover the recommended ways to install Figma on Linux, explore potential issues with unofficial methods, and optimize your Figma experience on the Linux desktop.

Installing Figma on Linux: Unofficial Desktop Clients and Workarounds

23.01.2026 04:44 β€” πŸ‘ 1    πŸ” 0    πŸ’¬ 0    πŸ“Œ 0