Latest Linux and open source news from around the web

All Sources 9to5Linux Fedora Magazine Foss Force How-to Geek It's FOSS Linux Insider Linux Journal Linux Magazine Linux TLDR Linux.org Linuxiac LPI LWN.net OMG! Ubuntu Phoronix
Linux TLDR

How to Install Zabbix Server on Ubuntu 24.04 (Noble Numbat)

Zabbix is an open-source enterprise-class monitoring software that tracks the performance and availability of servers, network devices, and applications in real-time. It uses a server-client model, where the central system needs the Zabbix server installed and the systems being monitored require the Zabbix agent. The The post How to Install Zabbix Server on Ubuntu 24.04 (Noble Numbat) appeared first on Linux TLDR.

Linux TLDR

Stellar Repair for MySQL โ€“ Product Review

MySQL Database Recovery Tool by Stellar is designed to assist in resolving various issues that may occasionally arise while managing MySQL and MariaDB databases. It can efficiently repair all inaccessible or corrupted database objects (tables, primary keys, views, triggers, etc.) created in the InnoDB and The post Stellar Repair for MySQL โ€“ Product Review appeared first on Linux TLDR.

Linux TLDR

How to Install RQuickShare (NearbyShare/QuickShare) on Linux

RQuickShare is a Rust implementation of the smartphone NearbyShare/QuickShare feature for Linux and macOS. Itโ€™s a free, open-source, lightweight tool designed to seamlessly transfer files between desktops and smartphones. There are very few options available in the settings; you can only adjust the default bootup The post How to Install RQuickShare (NearbyShare/QuickShare) on Linux appeared first on Linux TLDR.

Linux TLDR

How to Install RabbitMQ Server on Linux (Quick Guide)

RabbitMQ is a free and open-source message-broker program used for real-time communication between users in chat applications, supporting protocols such as STOMP, MQTT, AMQP, HTTP, WebSocket, and RabbitMQ Streams. Its functionality might remind you of Apache Kafka, but the difference is that RabbitMQ prioritizes end-to-end The post How to Install RabbitMQ Server on Linux (Quick Guide) appeared first on Linux TLDR.

Linux TLDR

How to Use Chattr Command in Linux (for Beginners)

Chattr is a UNIX command-line program thatโ€™s pre-shipped in most Linux distributions. The role of this command is to allow the admin user to set file attributes that impose restrictions on files. There are a handful of file attributes for different roles, such as the The post How to Use Chattr Command in Linux (for Beginners) appeared first on Linux TLDR.

Linux TLDR

How to Setup SOCKS5 Proxy Server on Linux Using MicroSocks

VPNs are popular these days, but many users still prefer using a SOCKS proxy to tunnel network connections through them, as it offers faster internet connections and is ideal for managing torrent traffic, despite the generic drawback of unencrypted traffic. You can even access blocked The post How to Setup SOCKS5 Proxy Server on Linux Using MicroSocks appeared first on Linux TLDR.

Linux TLDR

Reset the WordPress Admin Password Using CLI (via 2 Methods)

WordPress is a popular CMS for bloggers and journalists, offering a range of features, including multi-user management, allowing admins to create separate accounts for different users with varying privileges. The rule of thumb is to hand over the username and password to the user after The post Reset the WordPress Admin Password Using CLI (via 2 Methods) appeared first on Linux TLDR.

Linux TLDR

How to Check Python Version in Linux (via 3 Methods)

Python is one of the most widely used programming languages that powers many popular web applications, AI/ML technologies, IoT devices, task automation, and many more. Right now, Python 3 is the latest version, but if you are using an outdated system, you might be using The post How to Check Python Version in Linux (via 3 Methods) appeared first on Linux TLDR.

Linux TLDR

How to Check PHP Version in Linux (via 4 Methods)

PHP is a popular scripting language used in the backend during web development to take the client request, process the request and respond to it, or execute MySQL queries. Many popular CMS (content management systems), such as WordPress, Joomla, Drupal, Laravel, Magento, Symfony, and many The post How to Check PHP Version in Linux (via 4 Methods) appeared first on Linux TLDR.

Linux TLDR

[Fixed] pkg-config script could not be found in Linux

Are you also facing the โ€œpkg-config script could not be foundโ€ or โ€œconfigure: error: pkg-config is requiredโ€ error while compiling your favorite program? Then just run one of the following commands based on your Linux distribution, and the problem will be resolved. Interested in knowing The post [Fixed] pkg-config script could not be found in Linux appeared first on Linux TLDR.

Linux TLDR

Kill a Process Running on a Specific Port in Linux (via 4 Methods)

A newbie user often struggles to identify the process behind a specific listening port. Indeed, itโ€™s not all their fault, as some listening ports are started and managed by the OS. However, they may forget the name or struggle to find the process ID of The post Kill a Process Running on a Specific Port in Linux (via 4 Methods) appeared first on Linux TLDR.

Linux TLDR

Hoarder: A Bookmark and Note Taking App (Install via Docker)

Hoarder is a fantastic app for keeping your notes, images, and bookmarks in a single place. Itโ€™s a free, open-source, and self-hostable application for bookmarking that offers AI-based automatic tagging and full-text search, powered by the one and only ChatGPT. After giving it a try The post Hoarder: A Bookmark and Note Taking App (Install via Docker) appeared first on Linux TLDR.