Install and Use Grunt JavaScript Task Runner on Linux & macOS
https://linuxtldr.com/installing-grunt-javascript-task-runner/
https://linuxtldr.com/installing-grunt-javascript-task-runner/
Linux TLDR
Install and Use Grunt JavaScript Task Runner on Linux & macOS
Learn how to install and use Grunt Javascript Task Runner, from basic usage to real-life implementation in web development projects.
👍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
How to Run JavaScript in Python (with an Example)
https://linuxtldr.com/executing-javascript-from-python/
https://linuxtldr.com/executing-javascript-from-python/
Linux TLDR
How to Run JavaScript in Python (with an Example)
Discover the multiple ways to execute JavaScript code or files with basic to advanced functionality in the Python program with practical examples.
👍1
Zellij: Modern Drop-in Replacement for Tmux Command on Linux
https://linuxtldr.com/installing-zellij/
https://linuxtldr.com/installing-zellij/
Linux TLDR
Zellij: Modern Drop-in Replacement for Tmux Command on Linux
Zellij is a modern CLI terminal multiplexer and a great drop-in replacement for Tmux that anyone can use without worrying about keybindings.
👍1
Walk: A Lightweight Terminal Navigator for Linux
https://linuxtldr.com/installing-walk/
https://linuxtldr.com/installing-walk/
Linux TLDR
Walk: A Lightweight Terminal Navigator for Linux
Discover how to enhance your Linux file and directory navigation with Walk, a minimalistic terminal navigator that replaces traditional ls and cd commands.
👍1
FFmpeg: Powerful Multimedia Processing Tool (Installation + Usage)
https://linuxtldr.com/ffmpeg-command/
https://linuxtldr.com/ffmpeg-command/
Linux TLDR
FFmpeg: Powerful Multimedia Processing Tool (Installation + Usage)
Discover FFmpeg, the powerful multimedia processing tool, its installation steps, and various command-line examples of its usage.
👍1
How to Setup SOCKS5 Proxy Server on Linux Using MicroSocks
https://linuxtldr.com/setup-socks5-proxy-server-on-linux-using-microsocks/
https://linuxtldr.com/setup-socks5-proxy-server-on-linux-using-microsocks/
Linux TLDR
How to Setup SOCKS5 Proxy Server on Linux Using MicroSocks
Learn how to setup the SOCKS5 proxy server on Debian, Ubuntu, Linux Mint, Red Hat, Fedora, and Rocky Linux using the MicroSocks.
👍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
Show Progress of cp, mv, Tar, Rsync, or Scp Commands in Linux
https://linuxtldr.com/show-progress-of-linux-commands/
https://linuxtldr.com/show-progress-of-linux-commands/
Linux TLDR
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.
👍1
Reset the WordPress Admin Password Using CLI (via 2 Methods)
https://linuxtldr.com/reset-the-wordpress-admin-password/
https://linuxtldr.com/reset-the-wordpress-admin-password/
Linux TLDR
Reset the WordPress Admin Password Using CLI (via 2 Methods)
Learn how to reset (or update and change) the MySQL admin password using either the MySQL command-line tool or the WP-CLI tool.
👍1
Create Desktop Shortcut for AppImage in Linux (3 Methods)
https://linuxtldr.com/create-desktop-shortcut-in-linux/
https://linuxtldr.com/create-desktop-shortcut-in-linux/
Linux TLDR
Create Desktop Shortcut for AppImage in Linux (3 Methods)
Learn how to create desktop shortcuts for AppImage, files, scripts, or applications using Menu Editor, AppImageLauncher, and a custom method.
👍1
How to Install RQuickShare (NearbyShare/QuickShare) on Linux
https://linuxtldr.com/install-rquickshare-on-linux/
https://linuxtldr.com/install-rquickshare-on-linux/
Linux TLDR
How to Install RQuickShare (NearbyShare/QuickShare) on Linux
Learn how to quickly install RQuickShare on major Linux distributions such as Debian, Ubuntu, Red Hat, Fedora, Arch, and more.
👍1
A Modern Warp Terminal With AI Features on Linux (Install + Use)
https://linuxtldr.com/installing-warp-terminal/
https://linuxtldr.com/installing-warp-terminal/
Linux TLDR
A Modern Warp Terminal With AI Features on Linux (Install + Use)
Warp is a modern terminal with AI integration and a few additional features that directly set it apart from traditional terminals.
👍1
Superfile: A Modern Terminal File Manager for Linux and macOS
https://linuxtldr.com/installing-superfile/
https://linuxtldr.com/installing-superfile/
Linux TLDR
Superfile: A Modern Terminal File Manager for Linux and macOS
Discover a new CLI file manager named Superfile, learn how to install it, use it with different key bindings, and install plugins and themes.
👍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
Kill a Process Running on a Specific Port in Linux (via 4 Methods)
https://linuxtldr.com/kill-a-process-running-on-a-specific-port-in-linux/
https://linuxtldr.com/kill-a-process-running-on-a-specific-port-in-linux/
Linux TLDR
Kill a Process Running on a Specific Port in Linux (via 4 Methods)
Learn different ways to kill a process running on a specific port in Debian, Ubuntu, Linux Mint, Red Hat, Fedora, Arch, and other distros.
👍1
How to Set Up UFW Firewall on Ubuntu 24.04 (for Beginners)
https://linuxtldr.com/configure-ufw-firewall-on-ubuntu/
https://linuxtldr.com/configure-ufw-firewall-on-ubuntu/
Linux TLDR
How to Set Up UFW Firewall on Ubuntu 24.04 (for Beginners)
In this article, you'll learn how to use UFW on Ubuntu to create, delete, and manage firewall rules in user-friendly ways.
👍1
How to Install Symfony Framework in Linux (for Beginners)
https://linuxtldr.com/install-symfony-framework-in-linux/
https://linuxtldr.com/install-symfony-framework-in-linux/
Linux TLDR
How to Install Symfony Framework in Linux (for Beginners)
Learn how to install, configure, and use Symfony Framework on Debian, Ubuntu, Red Hat, or Fedora Linux distributions with practical examples.
👍1