Linux Today

Subscribe to Linux Today feed Linux Today
Updated: 34 min 20 sec ago

Counting Number of Files and Directories in a Specific Directory

Wed, 03/05/2025 - 11:35

Learn how to find and count the total number of file and directory occurrences in a specific directory using the find and wc commands.

The post Counting Number of Files and Directories in a Specific Directory appeared first on Linux Today.

How to Use Wildcards to Match Filenames in Linux

Wed, 03/05/2025 - 11:30

Learn how to use wildcards in Linux, including *, ?, [], and {}, to match filenames efficiently and simplify file searching and management.

The post How to Use Wildcards to Match Filenames in Linux appeared first on Linux Today.

Framework Announces Framework Desktop and 2-in-1 Framework Laptop 12

Wed, 03/05/2025 - 11:25

The Framework Desktop is a tiny 4.5L Mini-ITX machine powered by the AMD Ryzen AI Max “Strix Halo” processors with discrete-level Radeon 8060S graphics and 16 CPU cores at 5.1GHz boost clock, up to 128GB LPDDR5x RAM, up to 16TB of storage, and a semi-custom 400W power supply with FSP in a standard Flex ATX form factor.

The post Framework Announces Framework Desktop and 2-in-1 Framework Laptop 12 appeared first on Linux Today.

VLC Celebrates 20 Years by Sending Videos to the Moon

Wed, 03/05/2025 - 11:20

Believe it or not, to celebrate its 20th anniversary, VLC—the renowned media player used by millions worldwide—has announced a truly out-of-this-world project: sending user-submitted videos to the Moon.

The post VLC Celebrates 20 Years by Sending Videos to the Moon appeared first on Linux Today.

KDE Plasma 6.3.2 Released with Animated WebP and GIF Support for Spectacle

Wed, 03/05/2025 - 11:15

Coming only a week after KDE Plasma 6.3.1, the KDE Plasma 6.3.2 release adds animated WebP and GIF support to the Spectacle screenshot tool, along with a warning notification when WebP support is missing and a prompt that notifies users that WebP is better than GIF.

The post KDE Plasma 6.3.2 Released with Animated WebP and GIF Support for Spectacle appeared first on Linux Today.

Best Free and Open Source Alternatives to Salesforce Tableau

Wed, 03/05/2025 - 11:10

Tableau is a visual analytics platform transforming the way we use data to solve problems.

Tableau is proprietary software. We recommend the best free and open source alternatives for Linux.

The post Best Free and Open Source Alternatives to Salesforce Tableau appeared first on Linux Today.

Open Source Strikes Back: Nextcloud Hub 10 Challenges Big Tech’s Monopoly on AI and Privacy

Wed, 03/05/2025 - 11:05

With the launch of Hub 10, Nextcloud demonstrates that open source is a viable alternative for secure, enterprise-grade collaboration. The new release improves integration, security, and performance, offering organizations a self-hosted alternative.

The post Open Source Strikes Back: Nextcloud Hub 10 Challenges Big Tech’s Monopoly on AI and Privacy appeared first on Linux Today.

Gentoo Linux Offers Bootable QCOW2 Images For Cloud Deployment

Tue, 03/04/2025 - 11:45

Gentoo Linux offers bootable QCOW2 disk images for amd64 and arm64 architectures, designed for cloud environments and easy testing with QEMU.

The post Gentoo Linux Offers Bootable QCOW2 Images For Cloud Deployment appeared first on Linux Today.

What Is Virtualization and How Does It Benefit Your Server?

Tue, 03/04/2025 - 11:40

What is virtualization, and how does it benefit your server? In computing, virtualization divides physical computer resources into individual virtual machines called virtual private servers (VPS). Server virtualization masks server resources from server users into individual virtual private servers with their own operating system. Servers get isolated from the OS of the other servers hosted on the master physical machine known as the host. So, what is virtualization? In simple terms, virtualization is a process that partitions one big server into multiple smaller servers.

The post What Is Virtualization and How Does It Benefit Your Server? appeared first on Linux Today.

12 Best Free and Open Source QR Code Tools

Tue, 03/04/2025 - 11:35

There’s a good range of QR tools available for Linux. Here’s our verdict captured in a legendary LinuxLinks-style ratings chart.

The post 12 Best Free and Open Source QR Code Tools appeared first on Linux Today.

Apache NetBeans 25 Brings Updates for Java, PHP, Maven, and More

Tue, 03/04/2025 - 11:30

Apache NetBeans 25 open-source IDE updates Gradle, Maven, and Java tooling, refining dependency resolution, test execution, and UI stability.

The post Apache NetBeans 25 Brings Updates for Java, PHP, Maven, and More appeared first on Linux Today.

Dietpi Released a New Version v9.11 (Pi-Hole V6 Support)

Tue, 03/04/2025 - 11:25

DietPi is a lightweight Debian based Linux distribution for SBCs and server systems, with the option to install desktop environments, too. It ships as minimal image but allows to install complete and ready-to-use software stacks with a set of console based shell dialogs and scripts.

The source code is hosted on GitHub: https://github.com/MichaIng/DietPi
The main website can be found at: https://dietpi.com/
Wikipedia: https://de.wikipedia.org/wiki/DietPi

The project released the new version DietPi v9.11 on February 23rd, 2025.

The highlights of this version are:

  • Pi-hole: Support for Pi-hole v6 added. This was the relevant change to issue the v9.11 release quick after the v9.10
  • Initial boot / Firstboot: Fixes for Quartz64/Star64/VisionFive 2 and WiFi connected hardware
  • Fixes for Fail2Ban
The full release notes can be found at: https://dietpi.com/docs/releases/v9_11/

The post Dietpi Released a New Version v9.11 (Pi-Hole V6 Support) appeared first on Linux Today.

12 Years of Incubating Wayland Color Management

Tue, 03/04/2025 - 11:20

It’s been a long road for Wayland’s recently landed color management extension. We take a brief look back at how this latest feature was formed.

The post 12 Years of Incubating Wayland Color Management appeared first on Linux Today.

Armbian 25.2 Released with Support for New Boards, Linux 6.12 LTS, and More

Tue, 03/04/2025 - 11:15

Armbian 25.2 is here almost three months after Armbian 24.11 featuring the long-term supported Linux 6.12 LTS kernel series for most of the supported boards, with extensive refinements in all areas, as well as support for new boards including Rock 2A and 2F, NanoPi R3S, Retroid Pocket RP5, RPMini, Rock 5T, GenBook, MKS-PI, SKIPR, Armsom CM5, NextThing C.H.I.P, and Magicsee C400 Plus.

The post Armbian 25.2 Released with Support for New Boards, Linux 6.12 LTS, and More appeared first on Linux Today.

Misconfig Mapper: Open-Source Tool to Uncover Security Misconfigurations

Tue, 03/04/2025 - 11:10

Misconfig Mapper is an open-source CLI tool built in Golang that discovers and enumerates instances of services used within your organization. It performs large-scale detection and misconfiguration assessments, leveraging customizable templates with detection and misconfiguration fingerprints to identify potential security risks in widely used third-party software and services.

The post Misconfig Mapper: Open-Source Tool to Uncover Security Misconfigurations appeared first on Linux Today.

How to Install Ntopng on Debian 12

Tue, 03/04/2025 - 11:05

Ntopng is an open-source network traffic monitoring tool for traffic analysis and real-time visualization. In this tutorial, you’ll learn how to install the Ntopng Network Monitoring Tool on the Debian 12 server.

The post How to Install Ntopng on Debian 12 appeared first on Linux Today.

Machine Learning in Linux: Jan – Alternative to ChatGPT

Tue, 03/04/2025 - 11:00

Jan is a ChatGPT-alternative that runs 100% offline on your desktop. The aim of the project is to make it easy for anyone to run LLMs and use AI yet retain full control and privacy.

The post Machine Learning in Linux: Jan – Alternative to ChatGPT appeared first on Linux Today.

Docker Hub Drops Pull Consumption Fees

Mon, 03/03/2025 - 15:58

Docker Hub remains free of pull consumption charges, with improved pull limits and delayed storage fees to support developers.

The post Docker Hub Drops Pull Consumption Fees appeared first on Linux Today.

How to Install Magento 2 on AlmaLinux

Mon, 03/03/2025 - 11:50

Magento is a free and open-source e-commerce platform written in PHP. It is simple, easy to use, customizable, and allows you to host your online store within a few minutes. In this post, we will show you how to install Magento 2 with Apache and Let’s Encrypt SSL on AlmaLinux.

The post How to Install Magento 2 on AlmaLinux appeared first on Linux Today.

11 Best Free and Open Source CSS Front-End Frameworks

Mon, 03/03/2025 - 11:45

This article recommends the finest free and open source software that lets you dive into responsive design using CSS.

The post 11 Best Free and Open Source CSS Front-End Frameworks appeared first on Linux Today.

Pages