
Show Progress of cp, mv, Tar, Rsync, or Scp Commands in Linux
Learn how to show progress of cp, mv, rm, rsync, dd, scp, adb, tar, gzip, zip, 7z, unzip, etc., commands in Linux with/without using any tool.
Linux TLDR
How to Create a Systemd Service in Linux (under 1 Minute)
Learn how to create a systemd service file in Linux to manage your application or shell script file in the background as a service.
Linux TLDR
How to Check Your Private & Public IP Addresses in Ubuntu
Discover a step-by-step guide to check your private and public IP addresses, including both IPv4 and IPv6 protocols, using CLI and GUI methods.
Ubuntu Shell
How to List Logged-in Users Using w Command in Linux
In this article, you will learn how to check all the logged-in users in your system using the w command, including its different options (with practical examples).
Linux TLDR
How to Share Your Linux Terminal Over the Web Using Ttyd
Learn how to install ttyd on Linux, find out the ttyd default port, create a ttyd systemd service, and access the server via HTTPS.
Linux TLDR
How to Install and Use Screen on Linux (15 Practical Examples)
Learn how to install and use the screen command in Linux to manage multiple shell sessions during an SSH connection, with practical examples.
Linux TLDR
How to Use XXD Command in Linux: A Step-by-Step Guide
Learn how to use the XXD command to manage, convert, and display binary data from standard input or file on Unix and Linux.
Linux TLDR
How to Use Envsubst to Replace Environment Variables in Linux
Learn how to substitute single or multiple environment variables from a file using the envsubst command-line tool in Linux.
Linux TLDR
How to Find Uniqueness in Two Files in Linux
In this article, you will learn how to find similarities and differences between two files in Linux with practical examples from the CLI and GUI methods.
Ubuntu Shell
Cheat: Create a Cheatsheet for Your Favorite Command in Linux
Cheat is a Linux command-line tool that allows anyone to access the community cheatsheet or create their own personal cheatsheet in a sec.
Linux TLDR