Showing headlines posted by linuxtldr
« Previous ( 1 2 3 4 5 6 7 8 9 10 11 ... 12 ) Next »Converting Documents to Other Formats Using Morphosis in Linux
Learn how to install and use Morphosis on Linux to convert one file format to another using this GUI application with practical examples.
How to Install VirtualBox on Ubuntu 24.04 (with Extension Pack)
Learn how to install VirtualBox and the Extension Pack on the latest Ubuntu 24.04 (Noble Numbat) with practical examples.
What is Package Manager in Linux (Their Types with Examples)
In this article, you'll learn what package managers are in Linux, their types, and the Linux distribution that uses them.
How to Install PyCharm on Ubuntu and Other Linux Distros
Learn how to install PyCharm on Ubuntu and Other Linux Distros using multiple different method with practical examples.
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.
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.
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.
Linux Weekly Roundup: RHEL 8.10, AlmaLinux 8.10, GNOME 46.2, Transmission 4.0.6, and More!
Stay updated with our Linux Weekly Roundup for the latest news, hardware innovations, essential tools, and distribution updates in the Linux community.
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.
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.
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.
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).
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.
Understanding the /etc/mtab File in Linux
Learn about the /etc/mtab file in Linux, the different sections inside it, and the similarities between mtab and fstab files with examples.
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.
How to Use ed (Standard Line Editor) on Unix/Linux
Learn how to use "ed", the oldest line editor in Unix/Linux, to create, edit, display, and manipulate files with practical examples.
Linux Weekly Roundup: MX-23.3, NVIDIA 555, FreeBSD 14.1-BETA3, and More!
Stay updated with our Linux Weekly Roundup for the latest news, hardware innovations, essential tools, and distribution updates in the Linux community.
Running LLMs Locally Using Ollama and Open WebUI on Linux
In this article, you will learn how to locally access AI LLMs such as Meta Llama 3, Mistral, Gemma, Phi, etc., from your Linux terminal by using an Ollama, and then access the chat interface from your browser using the Open WebUI.
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.
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.