Linux Today
Tangram Is an Interesting Linux Web Browser
Tangram is a different type of browser. This software is designed to organise and run web applications with each tab being persistent and independent.
The post Tangram Is an Interesting Linux Web Browser appeared first on Linux Today.
How to Verify Debian and Ubuntu Packages Using MD5 Checksums
Have you ever wondered why a given binary or package installed on your system does not work according to your expectations, meaning it does not function correctly as it is supposed to, or perhaps it cannot even start at all?
While downloading packages, you may face challenges such as unsteady network connections or unexpected power blackouts. This can result in the installation of a corrupted package.
Considering this an important factor in maintaining uncorrupted packages on your system, it is therefore a vital step to verify the files on the file system against the information stored in the package.
In this article, we will explain how to verify the MD5 checksums of installed packages on Debian-based distributions such as Ubuntu and Mint.
The post How to Verify Debian and Ubuntu Packages Using MD5 Checksums appeared first on Linux Today.
Oracle Brings Its Version of Leapp In-Place Upgrade Tool to OpenELA
Initially developed for Oracle Linux, this version brings many useful enhancements to this open-source framework for in-place migrations.
The post Oracle Brings Its Version of Leapp In-Place Upgrade Tool to OpenELA appeared first on Linux Today.
How to Install Apache Kafka on Ubuntu 24.04
Apache Kafka is an open-source distributed event streaming platform used for building real-time data pipelines and applications. Originally developed by LinkedIn and now part of the Apache Software Foundation, Kafka is designed for high-throughput, low-latency, and fault-tolerant data processing across systems.
In this tutorial, we will show you the complete steps to install Apache Kafka on Ubuntu 24.04 OS.
The post How to Install Apache Kafka on Ubuntu 24.04 appeared first on Linux Today.
openSUSE’s Agama Installer Lands with Enhanced Web UI
openSUSE’s new Agama installer v13 is here, bringing hostname configuration, LVM support, and more.
The post openSUSE’s Agama Installer Lands with Enhanced Web UI appeared first on Linux Today.
GStreamer 1.26: Improved hardware efficiency, the MPEG-5 LCEVC codec, and more
The GStreamer project has recently released version 1.26, and once again, Collabora has made numerous contributions including improved hardware efficiency, the MPEG-5 LCEVC codec and improved support for analytics and machine learning.
The post GStreamer 1.26: Improved hardware efficiency, the MPEG-5 LCEVC codec, and more appeared first on Linux Today.
ArcoLinux Sails Into the Sunset
Another small but well-maintained distro with a dedicated following reaches the end of the trail.
The post ArcoLinux Sails Into the Sunset appeared first on Linux Today.
Mail Notification Tools: 7 Best Free and Open Source Software
A mail notification tool lets you know when new emails are received. A prominent feature of these tools is the non-obtrusive passive notification about important emails which will let you concentrate on your work and avoid unnecessary interruptions.
The post Mail Notification Tools: 7 Best Free and Open Source Software appeared first on Linux Today.
ArcoLinux Project Winds Down
ArcoLinux announces its closure, transitioning users to Arch + Chaotic-AUR while keeping tools, code, and tutorials online for the future.
The post ArcoLinux Project Winds Down appeared first on Linux Today.
Periodic Table Tools: 5 Best Free and Open Source Linux Tools
The periodic table, also known as the periodic table of the elements, is a rows and columns arrangement of the chemical elements.
The post Periodic Table Tools: 5 Best Free and Open Source Linux Tools appeared first on Linux Today.
Proxmox Backup Server 3.4 Brings Performance and Sync Enhancements
The new Proxmox Backup Server 3.4 boosts performance with optimized garbage collection, better offsite sync filters, and improved tape backup throughput.
The post Proxmox Backup Server 3.4 Brings Performance and Sync Enhancements appeared first on Linux Today.
PinePods is a Rust-based podcast management system
PinePods is a Rust-based podcast management system that supports multiple users and relies on a central database with clients to connect to it.
The post PinePods is a Rust-based podcast management system appeared first on Linux Today.
A Beginners Guide To Convert A PDF File To Markdown (With Images) In Linux
If you want to convert a PDF to Markdown format (while keeping the images), this guide will show you how to do it using poppler-utils and pandoc, two powerful open-source tools used for document processing.
The post A Beginners Guide To Convert A PDF File To Markdown (With Images) In Linux appeared first on Linux Today.
PipeWire 1.4.2 Adds Extra MIDI Checks to Avoid 100% CPU Usage on Older Kernels
Highlights of PipeWire 1.4.2 include extra checks for MIDI to avoid 100% CPU usage on older kernels, support for using header metadata by default in the videoadapter, improved pw-cat verbose sndfile format debug, improved handling of set_format results from v4l2, and the addition of the missing –channel-map long option for pw-loopback.
The post PipeWire 1.4.2 Adds Extra MIDI Checks to Avoid 100% CPU Usage on Older Kernels appeared first on Linux Today.
10 Free and Open Source Game Engines – Part 3
Game engines are referred to as “game middleware” because they provide a flexible and reusable software platform.
The post 10 Free and Open Source Game Engines – Part 3 appeared first on Linux Today.
Cardo is a GUI Podcast Client Written in TypeScript
Cardo is a Linux podcast client for the desktop, seeking inspiration from Antennapod, a podcast aggregator for Android.
The post Cardo is a GUI Podcast Client Written in TypeScript appeared first on Linux Today.
Rust, Linux and Cloud Native Computing
Even Linus Torvalds admits that integrating Rust into Linux isn’t easy, but Greg Kroah-Hartman says it’s worth the trouble.
The post Rust, Linux and Cloud Native Computing appeared first on Linux Today.
OpenSSL 3.5 Released with Support for PQC Algorithms, Server-Side QUIC
Coming more than six months after OpenSSL 3.4, the OpenSSL 3.5 release introduces new features like support for server-side QUIC (RFC 9000), support for third-party QUIC stacks (including 0-RTT support), support for PQC algorithms (ML-KEM, ML-DSA and SLH-DSA), and support for central key generation in CMP.
The post OpenSSL 3.5 Released with Support for PQC Algorithms, Server-Side QUIC appeared first on Linux Today.
17 Best Free and Open Source Linux MySQL Tools
To provide an insight into the quality of software that is available, we have compiled a list of 17 excellent MySQL tools. Hopefully, there will be something of interest for anyone interested in managing MySQL databases with the minimum of fuss.
The post 17 Best Free and Open Source Linux MySQL Tools appeared first on Linux Today.
How to View and Edit a Host File Location in Linux
In this tutorial, we will explain everything about the hosts file in Linux. The purpose of the host file is to map a domain name to its IP address. In this file, we can configure which websites can access the system, how specific hostnames can be resolved, which websites we want to block, etc. In the following paragraphs, we will describe a host file, how to find the host file location in Linux, how it is used, and how to edit it in any Linux operating system.
Editing a host’s files requires root privileges on the server or a user with sudo privileges. This is important because, at the end of the tutorial, we will explain how to edit the host’s file in Linux with real examples. Let’s get started!
The post How to View and Edit a Host File Location in Linux appeared first on Linux Today.