Access Local PC With a Domain Name Using Cloudflare Tunnels
https://linuxtldr.com/setup-cloudflare-tunnel-for-webserver/
https://linuxtldr.com/setup-cloudflare-tunnel-for-webserver/
Linux TLDR
Access Local PC With a Domain Name Using Cloudflare Tunnels
Discover the easiest way to access your PC with a web server running (without a static IP or port forwarding) over the internet using a Cloudflare tunnel.
👍1
How to: Reduce VLC Subtitle Font Size (Using the 2 Method)
https://linuxtldr.com/control-vlc-subtitle-font-size/
https://linuxtldr.com/control-vlc-subtitle-font-size/
Linux TLDR
How to: Reduce VLC Subtitle Font Size (Using the 2 Method)
Discover the two methods to reduce or decrease the VLC subtitle font size to just 5 px font size without any external tools (with practical examples).
👍1
How to Install and Use Dockge on Linux: A Step-By-Step Guide
https://linuxtldr.com/installing-dockge/
https://linuxtldr.com/installing-dockge/
Linux TLDR
How to Install and Use Dockge on Linux: A Step-By-Step Guide
Dockge is a free, open-source, simple, and beautiful Docker container or compose file management front-end web interface.
👍1
How to Disable Avahi-Daemon Without Uninstalling in Linux
https://linuxtldr.com/disable-avahi-daemon-in-linux/
https://linuxtldr.com/disable-avahi-daemon-in-linux/
Linux TLDR
How to Disable Avahi-Daemon Without Uninstalling in Linux
Learn how to disable avahi-daemon in Linux, what exactly avahi-daemon is, and whether you should consider enabling it back.
👍1
Tokei: Quickly Count Different Metrics in Your Codebase
https://linuxtldr.com/installing-tokei/
https://linuxtldr.com/installing-tokei/
Linux TLDR
Tokei: Quickly Count Different Metrics in Your Codebase
The Tokei CLI tool assists the developer in finding the number of programming languages, lines, comments, and blanks in their codebase.
👍1
Upscayl: The Ultimate Open-Source AI Image Upscaler
https://linuxtldr.com/installing-upscayl/
https://linuxtldr.com/installing-upscayl/
Linux TLDR
Upscayl: The Ultimate Open-Source AI Image Upscaler
Discover upscayl, an open-source AI image upscaler that effortlessly enhances low-resolution or compressed images while preserving perfect quality.
Easily Convert TS Videos to MP4 File Format via CLI or GUI
https://linuxtldr.com/convert-ts-file-to-mp4-format/
https://linuxtldr.com/convert-ts-file-to-mp4-format/
Linux TLDR
Easily Convert TS Videos to MP4 File Format via CLI or GUI
Discover CLI and GUI methods to convert that Choppy-running TS video file in VLC Media Player with the step-by-step guide mentioned in this article.
How to Automate SSH Login Using sshpass on Linux
https://linuxtldr.com/sshpass-command/
https://linuxtldr.com/sshpass-command/
Linux TLDR
How to Automate SSH Login Using sshpass on Linux
In this article, you will learn how to use the sshpass command to gain non-interactive access to a remote server by providing the password on the same line.
Writing Single-line, Inline, and Multi-line Comments in Linux Shell Script
https://linuxtldr.com/comments-shell-script/
https://linuxtldr.com/comments-shell-script/
Linux TLDR
Writing Single-line, Inline, and Multi-line Comments in Linux Shell Script
Like other programming languages, bash provides you with the option to ignore a single line, inline, or a block of lines from execution.
What is Shell? | CLI vs GUI | Shell Scripting Explained
https://linuxtldr.com/shell/
https://linuxtldr.com/shell/
Linux TLDR
What is Shell? | CLI vs GUI | Shell Scripting Explained
The shell is nothing more than a program that carries the user typed commands or instructions from the terminal to the kernel.
Purpose of utmp, wtmp, and btmp files in Linux (with an Example)
https://linuxtldr.com/linux-utmp-wtmp-btmp-files/
https://linuxtldr.com/linux-utmp-wtmp-btmp-files/
Linux TLDR
Purpose of utmp, wtmp, and btmp files in Linux (with an Example)
In this article, you will learn what utmp, wtmp, and btmp log files are, their purpose, and how to read them using the built-in command tool in Linux.
Difference between "dir" and "ls" Commands (with an Example)
https://linuxtldr.com/ls-vs-dir-command/
https://linuxtldr.com/ls-vs-dir-command/
Linux TLDR
Difference between "dir" and "ls" Commands (with an Example)
In the Linux world, two common commands, “ls” and “dir“, replicate each other so well that most Linux users think one of them is an alias or symbolic link to the other.
How to Install Geany IDE on Linux (with Dark Theme)
https://linuxtldr.com/installing-geany-text-editor/
https://linuxtldr.com/installing-geany-text-editor/
Linux TLDR
How to Install Geany IDE on Linux (with Dark Theme)
Discover the lightweight yet powerful open-source Geany text editor alternative to Notepad++ on Linux with an installation guide and a few tips and tricks.
How to Display the List of All Users in Linux (Ultimate Guide)
https://linuxtldr.com/listing-users-in-linux/
https://linuxtldr.com/listing-users-in-linux/
Linux TLDR
How to Display the List of All Users in Linux (Ultimate Guide)
It is important for a Linux administrator to find out all the users in their current system so that they can adjust the rules and privileges for each one.
Understanding Stdin, Stdout, and Stderr Streams in Linux
https://linuxtldr.com/understanding-streams-in-linux/
https://linuxtldr.com/understanding-streams-in-linux/
Linux TLDR
Understanding Stdin, Stdout, and Stderr Streams in Linux
In Linux, stdin, stdout, and stderr streams are already part of your Linux system and attached to your terminal device to inspect the data.