Sudo linux
Syndicate content LXer Linux News
Linux and Open Source news headlines
Updated: 22 hours 59 min ago

New Linux Patches Cleanup Code For Running x86 32-bit Kernels On x86_64 CPUs

Thu, 12/05/2024 - 22:20
As we approach 2025, hopefully none of you are still running x86 32-bit kernels / 32-bit OS software on x86_64 processors, but should you still be into that, there are improvements on the way.
Categories: Linux News

How to Back Up Your Raspberry Pi

Thu, 12/05/2024 - 22:20
Learn how to back up your Raspberry Pi using rsync - from basic folder backups to full system automation - with this comprehensive guide.
Categories: Linux News

Fresh releases of Xfce, Mint, Cinnamon desktops out in time for the holidays

Thu, 12/05/2024 - 22:20
Cinnamon 6.4 is already out and Xfce 4.20 is very nearly ready. Fancy spending time refreshing your setup over the holidays? Two of the more popular Windows-style FOSS desktops are about to drop new point releases, one for higher-end machines and one for lower-end kit.
Categories: Linux News

5 Signs You're Becoming an Advanced Linux User

Thu, 12/05/2024 - 22:20
Ever find yourself tinkering with settings or exploring new tools on your Linux system and wonder if you're becoming more proficient? If you've been using Linux for a while, here are five signs that might indicate you're moving into advanced user territory.
Categories: Linux News

GStreamer 1.24.10 Released with Over 40 Security Fixes

Thu, 12/05/2024 - 22:20
GStreamer 1.24.10 multimedia framework released with bug fixes, 40+ security improvements, and enhanced stability.
Categories: Linux News

Reclaim the internet: Mozilla’s rebrand for the next era of tech

Thu, 12/05/2024 - 22:20
Mozilla isn’t just another tech company — we’re a global crew of activists, technologists and builders, all working to keep the internet free, open and accessible. For over 25 years, we’ve championed the idea that the web should be for everyone, no matter who you are or where you’re from.
Categories: Linux News

10 Ways To Harden Your Linux Containers Against Attacks

Thu, 12/05/2024 - 22:20
Learn practical strategies for protecting containerized applications on Linux.
Categories: Linux News

Rustls Multi-Threaded Performance Is Battering OpenSSL

Thu, 12/05/2024 - 22:20
The Rustls project as a modern TLS library written in the Rust programming language and an alternative to the likes of the widely-used OpenSSL and Cloudflare's BoringSSL has published some new performance figures.
Categories: Linux News

Elementary OS 8 'Circe' conjures Wayland magic

Thu, 12/05/2024 - 22:20
Based on Ubuntu 24.04, more accessibility, still looks great. Elementary OS 8 "Circe" is here, based on Ubuntu 24.04, with Wayland support in the Pantheon desktop.
Categories: Linux News

How to Add an SSH Fingerprint to Your known_hosts File in Linux

Thu, 12/05/2024 - 22:20
If your Linux shell scripts are getting tripped up by SSH fingerprints, follow this concise tutorial for an easy solution.
Categories: Linux News

Chill With Tux: 16 Relaxing Games That Run on Linux

Thu, 12/05/2024 - 22:20
After a long day at work, you might not fancy sweating through a stressful Counter-Strike match or juggling a dozen objectives in your favorite MMO. Sometimes, all you want to do is relax before bed. So here are 15 cozy games that run on Linux, natively or via Proton.
Categories: Linux News

Debian 13 Unveils ‘Ceratopsian’ as Its Default Desktop Theme

Thu, 12/05/2024 - 22:20
After the survey for selecting a new artwork ended, 2817 votes crown 'Ceratopsian' as the default theme for the upcoming Debian 13 'Trixie.'
Categories: Linux News

Bash Script Flags Without Arguments: How to Use and Parse Them

Thu, 12/05/2024 - 22:20
Flags in Bash scripts are crucial for modifying the behavior of scripts without needing to pass lengthy arguments. Particularly, flags without arguments provide a simple way to enable or disable features in your scripts, often making your scripts more user-friendly and easier to use.
Categories: Linux News

Debian 13 Desktop Theme Finalized Ahead Of Next Years Release

Thu, 12/05/2024 - 22:20
As a follow-up to last month's article around the Debian 13 release processes continuing and desktop artwork voting underway for Debian 13 "Trixie", the winning desktop theme/artwork was announced today...
Categories: Linux News

How to Secure GRUB Boot Loader with Password

Thu, 12/05/2024 - 22:20
The GRUB boot loader plays a critical role in booting Linux systems, serving as the first program executed when the computer starts. Securing GRUB with a password can prevent unauthorized users from tampering with boot parameters or gaining root access to the system. This is especially important for systems that require heightened security.
Categories: Linux News

Fedora Moves Towards Forgejo -- A Unified Decision

Thu, 12/05/2024 - 22:20
The decision to move to Forgejo as the new git forge has been made. There are numerous factors involved in this decision and this article will discuss them, present some background on the process, and invite one more chance for feedback before the formal Fedora Council vote.
Categories: Linux News

This Is the Default Theme of Debian GNU/Linux 13 “Trixie”

Thu, 12/05/2024 - 08:12
The Debian Project unveiled today the default theme of the next major Debian operating system release, Debian GNU/Linux 13 “Trixie,” made by Elise Couper.
Categories: Linux News

Linux Candy: yosay - like cowsay but less cow

Thu, 12/05/2024 - 08:12
yosay is a command-line tool and library that generates an ASCII picture with a message. It’s billed as software which is like cowsay but with less cow.
Categories: Linux News

What Is the Linux Kernel, and Why Does It Matter?

Thu, 12/05/2024 - 08:12
The Linux kernel is the beating heart of every Linux installation. We look at where it came from, what its purpose is and why, without the kernel, there would be no Linux.
Categories: Linux News

Protecting Data Integrity on Ext4 and XFS with dm-integrity and LUKS

Thu, 12/05/2024 - 08:12
Unlike COW filesystems like BTRFS and ZFS, traditional Linux filesystems like ext4 and XFS have no way to detect slow data degradation (also known as bitrot), since they don’t perform data checksumming. When using those filesystems, however, we can store and verify integrity information at the block level, using dm-integrity. In this tutorial, we learn how to create dm-integrity devices with the integritysetup utility, and when creating LUKS containers, using cryptsetup.
Categories: Linux News