How to Install, Update, and Remove Brave on Linux
This comprehensive guide walks you through the simple steps to install Brave Browser on Linux, ensuring ad and tracker-free browsing for a safer internet experience.
New/Overhauled NTFS Driver Merged For Linux 7.1
As a very exciting follow-up to the recent article around the new NTFS driver being submitted for Linux 7.1 to address the shortcomings of the current Paragon NTFS3 driver and the prior read-only NTFS kernel driver, that work has been merged!..
Shuttle XPC slim DB860 Leverages Core Ultra 200 in Compact 1.3L Barebone
Shuttle has revealed the XPC slim DB860, a compact 1.35-liter barebone system built around Intel Core Ultra 200 series processors. The system provides desktop-class performance in a compact metal chassis and supports continuous operation. The platform supports Intel Core Ultra 200 processors (Arrow Lake-S) using the LGA1851 socket, with a maximum TDP of 65 W. […]
Intel Xe2 Lunar Lake Linux Graphics Performance Up ~17% Over Past Year
Given the Ubuntu 26.04 LTS release being imminent and also realizing it's been nearly one year to the day since reviewing the Lenovo ThinkPad X1 Carbon Gen 13 Aura Edition laptop under Linux, I ran some fresh benchmarks for seeing how the integrated Xe2 graphics have evolved on Linux over the past year.
Archinstall 4.2 Shifts to Wayland-First Profiles, Leaving X.Org Behind
The Arch Linux installer continues evolving alongside the broader Linux desktop ecosystem. With the release of Archinstall 4.2, a notable change has arrived: Wayland is now the default focus for graphical installation profiles, while traditional X.Org-based profiles have been removed or deprioritized.
Free Software Foundation Says OnlyOffice Cannot Use AGPL to Restrict Forks
The Free Software Foundation says OnlyOffice cannot use AGPLv3 to impose extra restrictions on forks, escalating the Euro-Office licensing dispute.
Fedora 44 Will Not Be Released Next Week
Fedora 44 final had been aiming for an early release target of 21 April, but due to outstanding blocker bugs, it's now revised to target a release on 28 April...
Archinstall 4.2 Arch Linux Installer Brings Granular KDE Plasma Configuration
Archinstall 4.2 text-based installer for Arch Linux is now available with granular KDE Plasma configuration, a new Pacman settings submenu with Color and Parallel Downloads, and other changes.
GIMP 3.2.4 Fixes Layer Fills, Text Tool Bugs, and File Import Issues
GIMP 3.2.4 image editor improves layer fills, text tool behavior, PDF export, and support for PSD, PNG, DDS, ORA, and other file formats.
AI Pushes Cal.com to Shutter Open and Go Nonfree
Cal.com blames AI-powered vulnerability hunting for its move from open source to locked-down code — and tosses a crippled ‘community’ edition to keep its cred.
GNU Linux-Libre 7.0 Kernel Is Now Available for Software Freedom Lovers
GNU Linux-libre 7.0 kernel is now available for download based on Linux kernel 7.0 and targeted at those seeking 100% freedom for their PCs.
Create New Custom Keyboard Shortcuts in Ubuntu
Learn how to enhance your productivity in Ubuntu and other Linux distributions by customizing and managing keyboard shortcuts.
Orange Pi Zero 3W arrives with A733 SoC in 65 × 32 mm design
The Orange Pi Zero 3W is a new single-board computer in a 65 × 32 mm form factor built around the Allwinner A733 processor. The design integrates an octa-core CPU, LPDDR5 memory, and wireless connectivity in a compact layout. The A733 SoC combines two Arm Cortex-A76 cores with six Cortex-A55 cores, operating at up to […]
OpenSSL 4.0 Released with Support for Encrypted Client Hello, SNMP KDF, and More
OpenSSL 4.0 is now available for download with support for Encrypted Client Hello, support for SNMP KDF and SRTP KDF, and other changes. Here’s what’s new!
AlmaLinux Kitten 10 Adds i686 Userspace Support
AlmaLinux Kitten 10 now provides i686 package repositories and official 32-bit x86 container images, with the same model planned for AlmaLinux 10 stable.
New Media Drivers Merged For Linux 7.1
The media subsystem updates have been merged for the ongoing Linux 7.1 merge window and includes new hardware support...
Proton 11 Enters Beta Testing with Support for Breath of Fire IV, Unknown Faces
Valve released today the beta version of the upcoming Proton 11 open-source compatibility tool for Steam Play, based on Wine and additional components for playing Windows games on Linux systems.
New NTFS File-System Driver Submitted For Linux 7.1
Making today very exciting in Linux 7.1 merge window land was a pull request being sent out for introducing the new, modern NTFS file-system driver. Linus Torvalds has yet to comment if he's going to merge the new driver but it looks like it's ready for providing a better Linux NTFS experience over the current NTFS3 driver that was upstreamed by Paragon Software a few years ago and hasn't seen too much feature progress...
FunOS: Ubuntu LTS with JWM and No Snaps
With Ubuntu LTS under the hood and JWM on top, FunOS keeps things light, snap?free, and ready for you to assemble your own workspace.
Linux 7.1 sched_ext Brings cgroup Sub-Scheduler Groundwork, Idle SMT Sibling Improvement
The extensible scheduler "sched_ext" code for allowing Linux scheduling behavior to be defined via BPF programs is seeing some useful improvements with the in-development Linux 7.1 kernel...
Linux Mint Will Adopt a Longer Development Cycle Starting with Linux Mint 23
Linux Mint project leader Clement Lefebvre revealed today in the monthly newsletter for March 2026 that Linux Mint will adopt a longer development cycle starting with the upcoming Linux Mint 23 release.
How to Add User to Sudo Group
Sudo users have the most authority over the system, including the ability to install, remove, update packages, and modify system files.
Linux Mint Targets Christmas 2026 for Next Major Release
Linux Mint 23 Alfa is now based on Ubuntu 26.04 LTS and Linux kernel 7.0, marking the start of development for the project’s next major release.
Rust 1.95 Released With Several Improvements
Rust 1.95 was released to the wild today as the latest feature update to this popular programming language...
Duane O’Brien Takes OSI’s Hot Seat
O’Brien’s first job at OSI won’t be polishing the logo; it’ll be navigating a community still concerned over the group’s Open Source AI Definition and last year’s messy board election.
Linux 7.1 Delivers Performance Regression Fix For Sheaves
The Linux 7.1 kernel is bringing performance improvements for Sheaves, the per-CPU caching layer introduced several kernel cycles ago (Linux 6.18) for better efficiency on today's high core count hardware. Sheaves began as an opt-in feature but since Linux 7.0 is now being used for all caches...
Zorin OS 18.1 Released With Lite Edition, Better App Support, and Linux 6.17
Zorin OS 18.1 is now available with the new Lite edition, Linux kernel 6.17, LibreOffice 26.2, and broader hardware support.
exFAT For Linux 7.1 Helps Reduce File Fragmentation, Fixes
The exFAT file-system changes have landed for the in-development Linux 7.1 kernel...
Raspberry Pi OS ends open-door policy for sudo
Command prefix will require password by default
The latest version of Raspberry Pi OS now requires a password for sudo by default.…
GDB source-tracking breakpoints
One of the main abilities of a debugger is setting breakpoints.GDB: The GNU Project Debugger now introduces an experimental featurecalled source-tracking breakpoints that tracks the source line a breakpointwas set to. Introduction Imagine you are debugging: you set breakpoints on a bunch ofsource lines, inspect some values, and get ideas about how to change yourcode. […]
There are 2 forums.
| Message Board | Who | Last Post |
|---|---|---|
| Linux | dba477 | Feb 18, 2025 11:23 AM |
| LXer Meta Forum | Scott_Ruecker | Jan 17, 2025 3:18 PM |
Showing articles from all categories. Filter:
- Android
- Apache
- Arch
- ARM
- Chrome
- Cloud
- Community
- Conectiva
- Debian
- Developer
- Distributions
- Eclipse
- Embedded
- EnGarde
- Enlightenment
- Fedora
- Fedora Legacy
- Games
- Gentoo
- GNOME
- GNU
- HP
- IBM
- Immunix
- Intel
- Intellectual Property
- JBoss
- KDE
- Kernel
- Linspire
- Linux
- LPI
- LXer
- LynuxWorks
- Mageia
- Mandriva
- Microsoft
- Migrations
- Mint
- Mobile
- MontaVista
- Mozilla
- Multimedia
- MySQL
- Novell
- OLPC
- OpenLDAP
- OpenOffice.org
- OpenPKG
- Oracle
- OSDL
- PHP
- Progeny
- Python
- Raspberry Pi
- Red Hat
- Ruby
- SCO
- SGI
- Slackware
- Sorcerer
- Standards
- Steam
- Sun
- SUSE
- Tablets
- TrollTech
- Trustix
- Turbolinux
- Ubuntu
- Virtualization
- Xandros
- Xfce
- Ximian
- Yellow Dog
