Monitor Linux User Activity With Acct or Psacct Tools
https://linuxtldr.com/acct-and-psacct/
https://linuxtldr.com/acct-and-psacct/
Linux TLDR
Monitor Linux User Activity With Acct or Psacct Tools
Discover two favorite sysadmin commands, known as acct and psacct, that allow them to track the activity of users on the system.
π€1
Tbmk: A Tool to Bookmark Frequently Used Commands in Linux
https://linuxtldr.com/installing-tbmk/
https://linuxtldr.com/installing-tbmk/
Linux TLDR
Tbmk: A Tool to Bookmark Frequently Used Commands in Linux
Tbmk, also known as Terminal Bookmarker, is the best tool to reuse commonly used commands by bookmarking them in Linux.
π€1
Bat is a Modern Drop-in Replacement for Cat Command on Linux
https://linuxtldr.com/installing-bat/
https://linuxtldr.com/installing-bat/
Linux TLDR
Bat is a Modern Drop-in Replacement for Cat Command on Linux
Bat is a modern command-line program and drop-in replacement for the cat command that offers syntax highlighting, git changes, and many more.
π1
How to Create Device Files Using the Mknod Command in Linux
https://linuxtldr.com/mknod-command/
https://linuxtldr.com/mknod-command/
Linux TLDR
How to Create Device Files Using the Mknod Command in Linux
Learn how to create a block device, a character device, and a FIFO pipe file using the mknod command in Linux, with practical examples.
π€1
Running LLMs Locally Using Ollama and Open WebUI on Linux
https://linuxtldr.com/setup-ollama-and-open-webui-on-linux/
https://linuxtldr.com/setup-ollama-and-open-webui-on-linux/
Linux TLDR
Running LLMs Locally Using Ollama and Open WebUI on Linux
Learn how to install Ollama on Linux in a step-by-step guide, then install and use your favorite LLMs, including the Open WebUI installation step.
π1
Docker Rollout: Zero Downtime Deployment for Docker Compose
https://linuxtldr.com/installing-docker-rollout/
https://linuxtldr.com/installing-docker-rollout/
Linux TLDR
Docker Rollout: Zero Downtime Deployment for Docker Compose
Learn how to install and use Docker Rollout to quickly update the Docker Compose services with zero downtime by automating every task.
π2
How to Install and Use Codon on Ubuntu (and Other Linux Distros)
https://linuxtldr.com/installing-codon/
https://linuxtldr.com/installing-codon/
Linux TLDR
How to Install and Use Codon on Ubuntu (and Other Linux Distros)
Learn about the Codon compiler, how to use it to compile an existing Python program into byte code like C/C++, and how to get multi-threading.
π2
Cheat: Create a Cheatsheet for Your Favorite Command in Linux
https://linuxtldr.com/installing-cheat/
https://linuxtldr.com/installing-cheat/
Linux TLDR
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.
π1
How to Host V3 .Onion Website With Custom Domain on Linux
https://linuxtldr.com/host-onion-website/
https://linuxtldr.com/host-onion-website/
Linux TLDR
How to Host V3 .Onion Website With Custom Domain on Linux
This article will show you how to set up a web server, Tor, and then serve your localhost on the dark web with a custom V3 onion web address.
π€1
How to Deface Faces in Pictures and Videos With Free CLI Tool
https://linuxtldr.com/deface-faces-in-pictures-and-videos/
https://linuxtldr.com/deface-faces-in-pictures-and-videos/
Linux TLDR
How to Deface Faces in Pictures and Videos With Free CLI Tool
Learn how to deface human faces in pictures and videos using blur or custom images with a free CLI tool available for Linux, Windows, and macOS.
π€1
How to Install Telegram on Ubuntu (and Other Linux Distros)
https://linuxtldr.com/installing-telegram/
https://linuxtldr.com/installing-telegram/
Linux TLDR
How to Install Telegram on Ubuntu (and Other Linux Distros)
In this article, you will discover different ways to install the Telegram desktop client on Linux, including steps to enable dark mode.
π1
Installing and Using Tor Browser Safely on Major Linux
https://linuxtldr.com/installing-tor-browser/
https://linuxtldr.com/installing-tor-browser/
Linux TLDR
What is Tor Browser (and How to Install it on Major Linux)
Discover how to safeguard your online privacy on Linux by installing Tor Browser, a secure and anonymous web browser, with step-by-step instructions and essential tips for safe browsing.
π1
How to Clear Buffer and Cache Memory in Linux
https://linuxtldr.com/clear-buffer-cache-memory-linux/
https://linuxtldr.com/clear-buffer-cache-memory-linux/
Linux TLDR
How to Clear Buffer and Cache Memory in Linux
Dive into Linux memory management, explore the differences between cache and buffer, and discover how to clear them for optimal system performance.
π1
How to Find AWS EC2 Instance Type Over SSH (6 Methods)
https://linuxtldr.com/find-aws-ec2-instance-type/
https://linuxtldr.com/find-aws-ec2-instance-type/
Linux TLDR
How to Find AWS EC2 Instance Type Over SSH (6 Methods)
In this article, you'll learn how a developer or SysAdmin can find the AWS EC2 instance type over SSH using six practical methods.
π1
Gopeed: A High-Speed Cross-Platform Download Manager
https://linuxtldr.com/installing-gopeed/
https://linuxtldr.com/installing-gopeed/
Linux TLDR
Gopeed: A High-Speed Cross-Platform Download Manager
Gopeed is a free, open-source, and high-speed cross-platform download manager that comes with a beautiful UI built on Golang and Flutter.
π1
How to Install and Use Screen on Linux (15 Practical Examples)
https://linuxtldr.com/installing-screen/
https://linuxtldr.com/installing-screen/
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.
π1
Atoms is a Linux Chroot Management Tool with a User-Friendly GUI
https://linuxtldr.com/atoms-tool/
https://linuxtldr.com/atoms-tool/
Linux TLDR
Atoms is a GUI Tool for Chroot Management on Linux
Discover how Atoms, a user-friendly GUI tool, simplifies Linux chroot environment creation and management, making it easy for developers to focus on testing and development.
π€1
How to Reset a Forgotten MySQL Password on Linux
https://linuxtldr.com/reset-mysql-password-on-linux/
https://linuxtldr.com/reset-mysql-password-on-linux/
Linux TLDR
How to Reset a Forgotten MySQL Password on Linux
Learn how to reset a forgotten MySQL password on a Linux system in this comprehensive guide. Follow the step-by-step instructions to regain access to your MySQL database with ease.
π1
Difference Between /etc/profile, ~/.bash_profile, ~/.profile, ~/.bashrc, etc
https://linuxtldr.com/difference-between-bash-profiles/
https://linuxtldr.com/difference-between-bash-profiles/
Linux TLDR
Difference Between /etc/profile, ~/.bash_profile, ~/.profile, ~/.bashrc, etc
The bash uses multiple profiles, also known as shell configuration files, to configure the userβs interactive login or non-login shell.
π1
Wave: 21th Century Terminal Emulator Designed for Gen Z
https://linuxtldr.com/wave-terminal/
https://linuxtldr.com/wave-terminal/
Linux TLDR
Wave: 21th Century Terminal Emulator Designed for Gen Z
Discover a wave terminal especially designed for people who find existing Linux terminals boring, as it tends to make things way easier, especially for Linux beginners.
π1