Feed aggregator
23 Best Free and Open Source GUI Internet Radio Software
Here’s our verdict on the best GUI-based internet radio software.
The post 23 Best Free and Open Source GUI Internet Radio Software appeared first on Linux Today.
Kernel prepatch 6.12-rc2
Anyway, this isn't one of the small rc2's. But looking at historical trends, being a bigger rc2 isn't _that_ unusual, and nothing in here looks all that odd. Yes, the diffstat may look a bit unusual, in that we had a global header renaming (asm/unaligned.h -> linux/unaligned.h) and we had a couple of reverts that stand out as spikes in the stats, but everything else looks nice and small.
CachyOS October 2024 Update Brings Enhanced AMD Support
Arch-based CachyOS’s October ’24 update fixes AMD GPU issues, improve the KDE Wayland session, and upgrades Python and Mesa.
The post CachyOS October 2024 Update Brings Enhanced AMD Support appeared first on Linux Today.
07/10 Karoshi 15.0.0
6.12-rc2: mainline
How to Install MongoDB on AlmaLinux 9
MongoDB is an open-source, cross-platform, and distributed NoSQL (Non-SQL or Non-Relational) database system. This guide will show you how to install MongoDB on an Alma Linux 9 server.
The post How to Install MongoDB on AlmaLinux 9 appeared first on Linux Today.
Ardour 8.8 DAW Launches with Hot-Fixes and New Features
Ardour 8.8 Digital Audio Workstation introduces new features, including track dragging, ruler changes, and powerful parallel disk I/O.
The post Ardour 8.8 DAW Launches with Hot-Fixes and New Features appeared first on Linux Today.
How to Install Odoo 18 on Ubuntu 24.04
Odoo 18 is an open-source suite of business applications that provides a complete ERP (Enterprise Resource Planning) solution for organizations of various sizes. It offers a wide range of integrated tools and modules to help manage all aspects of a business, such as finance, sales, inventory, human resources, and more.
The open-source community edition is free, making it accessible to small businesses and developers. The enterprise edition, on the other hand, offers additional features, services, and support.
Odoo is highly customizable. Businesses can tailor modules to meet their specific needs, create custom workflows, or build entirely new apps using Odoo’s development framework.
In summary, Odoo is a versatile business management software that can streamline operations and provide real-time insights, making it an ideal solution for companies looking to optimize their business processes.
In this tutorial, we will show you how to install Odoo 18 on a Ubuntu 24.04 OS.
The post How to Install Odoo 18 on Ubuntu 24.04 appeared first on Linux Today.
Akamai finds many systems with exposed CUPS vulnerability
Akamai released a report pointing out that the recently-reported CUPS vulnerability (original disclosure) could be used to drive distributed denial-of-service (DDoS) attacks as well. Even if an attacker cannot gain remote control over a computer, they can still cause it to fetch a URL of their choice — potentially getting free DDoS amplification.
The Akamai Security Intelligence and Response Team (SIRT) found that more than 198,000 devices are vulnerable to this attack vector and are accessible on the public internet; roughly 34% of those could be used for DDoS abuse (58,000+).Banana Pi and OpenWrt’s One/AP-24.XY Router Board Hits the Market
The first official OpenWrt One/AP-24.XY router board goes on sale, featuring MediaTek’s latest SoC with WiFi 6 for enhanced connectivity, priced at $111.
The post Banana Pi and OpenWrt’s One/AP-24.XY Router Board Hits the Market appeared first on Linux Today.
How to Install Pydio Cells on AlmaLinux 9
Pydio Cells is an open-source document-sharing and collaboration platform for your organization. In this guide, we’ll show you how to install Pydio Cells on an Alma Linux 9 server.
The post How to Install Pydio Cells on AlmaLinux 9 appeared first on Linux Today.
05/10 EuroLinux 9.4
Fwupd 2.0 Open-Source Linux Firmware Updater Released with Major Changes
This new major release beaks the libfwupd ABI to drop legacy signing formats for verification of metadata and firmware, reduce the runtime memory usage and CPU startup cost significantly, remove all the long-deprecated legacy CLI tools, remove libgusb and GUdev from plugins and use libusb and sysfs instead, and stream firmware binaries over a file descriptor rather than into memory.
The post Fwupd 2.0 Open-Source Linux Firmware Updater Released with Major Changes appeared first on Linux Today.
PyGObject: A Guide to Creating Python GUI Applications on Linux
Creating graphical user interface (GUI) applications is a fantastic way to bring your ideas to life and make your programs more user-friendly.
PyGObject is a Python library that allows developers to create GUI applications on Linux desktops using the GTK (GIMP Toolkit) framework. GTK is widely used in Linux environments, powering many popular desktop applications like Gedit, GNOME terminal, and more.
In this article, we will explore how to create GUI applications under a Linux desktop environment using PyGObject. We’ll start by understanding what PyGObject is, how to install it, and then proceed to building a simple GUI application.
The post PyGObject: A Guide to Creating Python GUI Applications on Linux appeared first on Linux Today.
Fwupd 2.0: Major Changes and New Hardware Support
Fwupd 2.0 launches with major enhancements: drops old signing formats, adds Darwin support, and revamps device firmware management.
The post Fwupd 2.0: Major Changes and New Hardware Support appeared first on Linux Today.
XFCE 4.20 Aims To Bring Preliminary Wayland Support
The XFCE developers are aiming to release the XFCE version 4.20 with the introduction of preliminary Wayland support in December 2024.
The post XFCE 4.20 Aims To Bring Preliminary Wayland Support appeared first on Linux Today.
qBittorrent: A Lightweight, Feature-Rich BitTorrent Client for Linux
qBittorrent is a popular open-source BitTorrent client that allows users to download and share files over the internet. The latest version, qBittorrent 5.0, was released recently and comes packed with new features and improvements.
This article will guide you on how to install qBittorrent 5.0 on Linux, highlight its key features, and explain how to use the AppImage format for installation.
The post qBittorrent: A Lightweight, Feature-Rich BitTorrent Client for Linux appeared first on Linux Today.
Tilix: A Tiling Terminal Emulator With Bookmark Support
Discover an amazing Tilix terminal emulator that offers features such as tiling management and command bookmarking.
The post Tilix: A Tiling Terminal Emulator With Bookmark Support appeared first on Linux Today.
OpenStack Dalmation Advances Open Source Cloud with New Dashboard, Better AI Support
The latest release of the open-source OpenStack cloud platform introduces a more modern dashboard and key features aimed at improving AI workloads and security.
The post OpenStack Dalmation Advances Open Source Cloud with New Dashboard, Better AI Support appeared first on Linux Today.
[$] Smart pointers for the kernel
Rust has a plethora of smart-pointer types, including reference-counted pointers, which have special support in the compiler to make them easier to use. The Rust-for-Linux project would like to reap those same benefits for its smart pointers, which need to be written by hand to conform to the Linux kernel memory model. Xiangfei Ding presented at Kangrejos about the work to enable custom smart pointers to function the same as built-in smart pointers.