Feed aggregator
Kernel prepatch 6.12-rc3
So the diffstat looks a bit odd, because one of the fixes here caused the UTF tables to be regenerated, and an effective one-liner change turned into 6703 lines of diff.
But if you ignore that effect, everything looks normal.
6.12-rc3: mainline
Asahi Linux Brings Gaming to M1/M2 Macs
Asahi Linux’s alpha release allows a smooth Apple’s M1/M2 hardware gaming with Vulkan 1.3 drivers and x86 emulation.
The post Asahi Linux Brings Gaming to M1/M2 Macs appeared first on Linux Today.
How to Convert SVG to PNG in Linux
SVG (Scalable Vector Graphics) files are commonly used for logos, icons, and illustrations because they can be resized without losing quality.
However, sometimes you need to convert SVG files to a PNG (Portable Network Graphics) format for better compatibility with websites or applications.
In Linux, there are several ways to do this conversion easily, using both command-line tools and graphical applications.
The post How to Convert SVG to PNG in Linux appeared first on Linux Today.
How to Temporarily Set a Static IP Address on a Linux System
Setting a static IP address on a Linux system temporarily is useful in situations where you need to troubleshoot network issues or configure networking for a specific session.
This temporary change won’t persist after a reboot, but it can be easily applied for immediate network setup needs.
In this guide, we’ll walk through the steps to configure a static IP address on a Linux system using command-line tools.
The post How to Temporarily Set a Static IP Address on a Linux System appeared first on Linux Today.
Germany Puts Microsoft on Five Years Probation for Antitrust Bullying
For the next five years, Microsoft will be under the watchful eye of Germany’s Federal Cartel Office, which will be seeking to thwart any monopolistic activity coming from Redmond proactively.
The post Germany Puts Microsoft on Five Years Probation for Antitrust Bullying appeared first on Linux Today.
12/10 Raspberry Slideshow 20.0
NotebookLM AI – Creates YouTube Videos into Study Guides
Google has been pushing the boundaries of Artificial Intelligence (AI) with its various tools and services. One of its latest innovations is NotebookLM, a powerful tool designed to make learning and note-taking easier.
Recently, Google introduced a new feature for NotebookLM that allows it to transform YouTube videos into study guides. This update has the potential to revolutionize the way students and learners interact with online video content.
In this article, we’ll explore what NotebookLM is, how this new YouTube video-to-study-guide feature works, and why it can be a game-changer for learners around the world.
The post NotebookLM AI – Creates YouTube Videos into Study Guides appeared first on Linux Today.
How to Install Python 3.13 on Ubuntu and Other Linux Distros
Discover a step-by-step guide on installing Python 3.13 on Ubuntu and other Linux distros via Launchpad PPA and source code.
The post How to Install Python 3.13 on Ubuntu and Other Linux Distros appeared first on Linux Today.
KDE Frameworks 6.7.0 Is Out, Here’s What’s New
KDE releases Frameworks 6.7.0, with Breeze icon fixes, CMake updates, KAuth improvements, and more.
The post KDE Frameworks 6.7.0 Is Out, Here’s What’s New appeared first on Linux Today.
What is Systemctl and How Should You Use It?
Systemd is a popular init system that serves as a management tool for various systems within the Linux operating environment. Through systemd, we can perform essential administrative and maintenance functions, like managing system resources, controlling startup options, logging, and journaling. At the same time, systemctl is a command used to manage systemd services, which are currently standard on Linux.
Lennart Poettering is the person behind the development of systemd, a software engineer who now works at Microsoft. Lennart Poettering previously also created controversial programs, namely Avahi and PulseAudio.
The post What is Systemctl and How Should You Use It? appeared first on Linux Today.
How to Self-host a Search Engine in 15 Minutes
After trialing SearXNG for a while, I decided to host my own SearXNG instance. In case you are not familiar with SearXNG, it’s a metasearch engine that pulls search results from multiple sources, such as Google, Qwant, Brave Search, DuckDuckGo, etc. It does that while scrubbing off tracking, profiling, and other surveillance capitalism cruft.
The post How to Self-host a Search Engine in 15 Minutes appeared first on Linux Today.
[$] FFI type mismatches in Rust for Linux
At Kangrejos, Gary Guo wanted to discuss three problems with the way Rust and C code in the kernel interact: mismatched types, too many type casts, and the overhead of helper functions. To fix the first two problems, Guo proposed changing the way the kernel maps C types into Rust types. The last problem was a bit trickier, but he has a clever workaround for that, based on tricking the compiler into inlining the helper functions across language boundaries.
CIQ Unveils a Version of Rocky Linux for the Enterprise
Want a Red Hat Enterprise Linux clone with all the business fixings? CIQ has an enterprise Linux release for you.
The post CIQ Unveils a Version of Rocky Linux for the Enterprise appeared first on Linux Today.
TUXEDO Stellaris 16 Gen6 Linux Laptop Unveiled as High-End Desktop Replacement
Powered by an Intel Core i9-14900HX processor with 24 cores and 32 threads, the TUXEDO Stellaris 16 Gen6 notebook features up to NVIDIA GeForce RTX 4090 graphics with 16 GB GDDR6 VRAM, up to 64 GB DDR5 SO-DIMM RAM, and up to 8 Terabytes PCIe 4.0 high-speed SSD storage.
The post TUXEDO Stellaris 16 Gen6 Linux Laptop Unveiled as High-End Desktop Replacement appeared first on Linux Today.
Ubuntu 24.10 “Oracular Oriole” Is Now Available for Download, This Is What’s New
Powered by the latest Linux 6.11 kernel series, Ubuntu 24.10 features the latest and greatest GNOME 47 desktop environment for the Ubuntu Desktop flavor with additional patches for Mutter and GNOME Shell to enhance stability and performance. In addition, the Ubuntu Dock now visualizes Snap refreshes and includes better handling for PWAs installed via the Chromium Snap.
The post Ubuntu 24.10 “Oracular Oriole” Is Now Available for Download, This Is What’s New appeared first on Linux Today.
Security updates for Friday
4 Ways to Disable or Lock Package Updates in Yum and DNF
A package manager is software that allows a user to install new software, upgrade the system, or update specific software, among other tasks. On Linux-based systems, where software often has many dependencies that must be present on the system for complete installation, tools like package managers become essential on every system.
Each Linux distribution ships with its default package manager for the above-mentioned functionalities, but the most commonly found ones are: Yum on RHEL and Fedora systems (where it is being replaced by DNF from Fedora 22+ onwards) and Apt on Debian-based systems.
The post 4 Ways to Disable or Lock Package Updates in Yum and DNF appeared first on Linux Today.
How to Allow or Deny Access to Websites in Apache
Apache is one of the most widely used web servers in the world, offering a robust and flexible platform for hosting websites.
When managing a website, you might need to control who can access certain resources or entire websites. For example, you may want to block specific IP addresses or allow access only from certain regions or networks. Apache makes this possible using a feature called Access Control.
In this guide, we’ll walk through the steps to allow or deny access to websites in Apache using a simple, human-readable configuration.
The post How to Allow or Deny Access to Websites in Apache appeared first on Linux Today.