Feed aggregator

[$] Multi-size THP creation, two different ways

Linux Weekly News - Thu, 02/13/2025 - 11:17
Huge pages can increase the performance of many programs, but they can also have unfortunate performance impacts of their own. Over the last few years, multi-size transparent huge pages (mTHPs) have increasingly been seen as a happy medium that bring the benefits of huge pages at a lower cost. The system cannot benefit from mTHPs, though, if it does not create them; two developers have independently posted patches to enable the creation of mTHPs in the background.

Granting and Revoking Sudo Privileges in Linux

Linux Today - Thu, 02/13/2025 - 10:44

Learn how to grant sudo privileges to regular users in Linux, ensuring security by allowing specific commands execution without revealing the root password.

The post Granting and Revoking Sudo Privileges in Linux appeared first on Linux Today.

Security updates for Thursday

Linux Weekly News - Thu, 02/13/2025 - 09:48
Security updates have been issued by AlmaLinux (doxygen and openssl), Debian (dcmtk and webkit2gtk), Fedora (chromium, clevis-pin-tpm2, envision, fido-device-onboard, gotify-desktop, keylime-agent-rust, keyring-ima-signer, libkrun, python3.10, python3.11, python3.14, rust-afterburn, rust-cargo-vendor-filterer, rust-coreos-installer, rust-eif_build, rust-gst-plugin-reqwest, rust-nu, rust-openssl, rust-openssl-sys, rust-pore, rust-rpm-sequoia, rust-sequoia-keyring-linter, rust-sequoia-octopus-librnp, rust-sequoia-policy-config, rust-sequoia-sqv, rust-sevctl, rust-snphost, rust-tealdeer, rustup, and s390utils), Mageia (ffmpeg, php-tcpdf, python-tornado, and subversion), Red Hat (openssl and python-jinja2), SUSE (crun, glibc, kernel, libngtcp2-16, libtasn1, netty, ovmf, podman, python, and python3), and Ubuntu (ansible, digikam, linux-aws, linux-aws-5.15, linux-azure-6.8, and ruby2.7).

Docker Desktop 4.38: AI Agent, Faster Builds, and Smarter Kubernetes Testing

Linux Today - Thu, 02/13/2025 - 09:44

Docker Desktop 4.38 brings AI-powered assistance and multi-node Kubernetes testing, plus Bake now integrates with Compose for seamless multi-service builds.

The post Docker Desktop 4.38: AI Agent, Faster Builds, and Smarter Kubernetes Testing appeared first on Linux Today.

vv – Image Viewer for Sixel Terminals

Linux Today - Thu, 02/13/2025 - 08:44

vv is different from the vast majority of image viewers. It’s a small command-line program to view images from the terminal. Not only does it display images in a terminal, it also supports the Kitty Graphics Protocol

The post vv – Image Viewer for Sixel Terminals appeared first on Linux Today.

next-20250213: linux-next

Latest Linux Kernel - Thu, 02/13/2025 - 01:30
Version:next-20250213 (linux-next) Released:2025-02-13

13 Linux CLI Tools Every Developer Should Master in 2025

Linux Today - Wed, 02/12/2025 - 20:38

In the world of software development, the command-line interface (CLI) remains a powerful and essential tool for developers.

As we move into 2025, CLI tools continue to evolve, offering more features and better performance to help developers work faster and smarter.

In this article, we’ll explore the top 10 CLI tools for developers in 2025, with a focus on tools like tmux, htop, fzf, bat, exa, and ripgrep that are designed to make your workflow more efficient.

The post 13 Linux CLI Tools Every Developer Should Master in 2025 appeared first on Linux Today.

[$] LWN.net Weekly Edition for February 13, 2025

Linux Weekly News - Wed, 02/12/2025 - 20:36
Inside this week's LWN.net Weekly Edition:

  • Front: BPF load-time checking; IRQ suspension; Rust for Linux; Rewriting coreutils; Selfish contributors; emlearn.
  • Briefs: RfL policy; OpenWrt 24.10.0; Arti 1.4.0; LibreOffice 25.2; OpenInfra; Plasma 6.3; Attacks on Codeberg; Quotes; ...
  • Announcements: Newsletters, conferences, security updates, patches, and more.

How to Create Device Files Using the Mknod Command in Linux

Linux Today - Wed, 02/12/2025 - 19:38

Learn how to create a block device, a character device, and a FIFO pipe file using the mknod command in Linux, with practical examples.

The post How to Create Device Files Using the Mknod Command in Linux appeared first on Linux Today.

8 Best Free and Open Source Linux Photo Management Software

Linux Today - Wed, 02/12/2025 - 18:38

To provide an insight into the quality of software that is available, we have compiled a list of 8 of the most useful free photo management tools.

The post 8 Best Free and Open Source Linux Photo Management Software appeared first on Linux Today.

Debian 13 to Feature GNOME 48 Desktop Environment

Linux Today - Wed, 02/12/2025 - 17:38

The next major Debian release, 13 “Trixie,” is expected to ship with GNOME 48 desktop environment.

The post Debian 13 to Feature GNOME 48 Desktop Environment appeared first on Linux Today.

How to Install Thunderbird 135 on a Linux

Linux Today - Wed, 02/12/2025 - 17:38

Mozilla Thunderbird is a free, open-source, cross-platform email, calendar, news, chat, and contact management client that is designed to handle multiple email accounts and news feeds efficiently.

On February 5, 2025, Mozilla released Thunderbird 135, introducing several new features, performance improvements, and security fixes.

The post How to Install Thunderbird 135 on a Linux appeared first on Linux Today.

How to Install LXD on Linux (with Pro’s Practical Examples)

Linux Today - Wed, 02/12/2025 - 16:38

This article covers everything about LXD from its installation to managing containers using LXC commands with advanced concepts.

The post How to Install LXD on Linux (with Pro’s Practical Examples) appeared first on Linux Today.

Codeberg responds to hate attacks

Linux Weekly News - Wed, 02/12/2025 - 15:30
The Codeberg development forge has recently been subject to sustained attacks resulting in, among other things, abusive email being sent to the site's users. The organization has now put up a description and a defiant response:

Extreme right forces actively target members of our communities and discriminate based on ethnicity and gender, political background, sexual orientation, disabilities, nationality and faith. However diversity is an important asset in free/libre software communities and it is what makes our software great and development productive.

By targeting some of our most active translators, nicest designers, best developers and all other motivated contributors, they are hurting the free/libre software ecosystem as a whole.

Best Free and Open Source Alternatives to Apple Universal Control

Linux Today - Wed, 02/12/2025 - 15:25

Universal Control is software which lets you use the keyboard and mouse (or trackpad) of your Mac to control up to two other nearby Mac or iPad devices.

The post Best Free and Open Source Alternatives to Apple Universal Control appeared first on Linux Today.

How to Lock a File for Renaming/Deleting in Linux

Linux Today - Wed, 02/12/2025 - 14:25

If you’ve ever worked with sensitive files on Linux, you might have wanted to prevent others (or even yourself) from accidentally renaming or deleting them. Thankfully, Linux provides a few methods to “lock” a file, making sure it stays safe from unwanted changes.

In this guide, we’ll show you how to lock a file to prevent renaming or deleting it using simple commands and tools available in Linux. We’ll also walk through an example to demonstrate each method.

The post How to Lock a File for Renaming/Deleting in Linux appeared first on Linux Today.

[$] Milliwatt machine learning with emlearn

Linux Weekly News - Wed, 02/12/2025 - 13:46
While large language models and the expensive hardware they require are all the rage now, other areas of artificial intelligence work within much more constrained hardware environments. At FOSDEM 2025, Jon Nordby presented his open-source machine-learning inference engine for microcontrollers, named emlearn. The project also boasts bindings for MicroPython, thus making machine-learning applications even more accessible.

Fedora in 2025: AI Integration, Wayland Advancements, HDR, and More

Linux Today - Wed, 02/12/2025 - 13:28

In a blog post, Christian Schaller, Red Hat’s Director of Software Engineering, shares Fedora Linux’s 2025 plans and upcoming features.

The post Fedora in 2025: AI Integration, Wayland Advancements, HDR, and More appeared first on Linux Today.

Best Free and Open Source Alternatives to Microsoft Windows Media Player

Linux Today - Wed, 02/12/2025 - 12:28

Windows Media Player is a video and audio player that’s a built-in Windows component. Media Player is proprietary software. We recommend the best free and open source alternatives for Linux.

The post Best Free and Open Source Alternatives to Microsoft Windows Media Player appeared first on Linux Today.

How to Create and Launch Your First AWS EC2 Instance

Linux Today - Wed, 02/12/2025 - 11:28

Learn how to easily create and launch your first AWS EC2 instance with this comprehensive step-by-step guide for beginners in IT and cloud computing.

The post How to Create and Launch Your First AWS EC2 Instance appeared first on Linux Today.

Pages

Subscribe to Just Linux aggregator