Linux Today
How to Check if a Package Is Installed on Debian, RedHat And Derivative Systems
For example, Debian-based systems like Ubuntu and Linux Mint use dpkg, while Fedora and Red Hat-based systems use rpm. If you’re also exploring alternatives like AlmaLinux, check out this overview of AlmaLinux OS 10.
Before attempting to install new software or investigating why a command fails, checking whether the software is already present can save time and prevent redundancy. For more command-line productivity tips, consider reading about passwordless sudo for root access, changing a user’s default shell, opening files from the terminal, automating inputs with the yes command, or installing a new kernel on Ubuntu.
The post How to Check if a Package Is Installed on Debian, RedHat And Derivative Systems appeared first on Linux Today.
How Red Hat just quietly, radically transformed enterprise server Linux
RHEL 10 becomes the first major enterprise Linux distro to discard traditional packaging and embrace immutable. See how we got here.
The post How Red Hat just quietly, radically transformed enterprise server Linux appeared first on Linux Today.
WizOS: A New Enterprise Linux Built on Alpine’s Secure Foundation
Wiz rolls out its own brand of secure container Linux images.
The post WizOS: A New Enterprise Linux Built on Alpine’s Secure Foundation appeared first on Linux Today.
Grafito: Systemd Journal Log Viewer with a Beautiful Web UI
Grafito is a sleek, systemd journal viewer that makes reading system logs easy, with live streaming, powerful filters, and a clean web-based UI.
The post Grafito: Systemd Journal Log Viewer with a Beautiful Web UI appeared first on Linux Today.
VoIPster Communications President Launches Open-Source Voice Dictation Solution for Linux
Andrew Mitchell, President and Senior Network Engineer of VoIPster Communications, Inc., has officially announced the release of the Linux Dictation Project, an open-source voice dictation and voice command interface tailored for Linux users with accessibility in mind. Available now on GitHub, the project aims to empower users—especially those with physical disabilities—by enabling full voice-driven text entry and computer control using natural speech.
The tool integrates OpenAI’s Whisper for transcription and features command modes for controlling applications such as LibreOffice, window navigation, text selection, and even keyboard shortcuts using voice input.
“As someone living with cerebral palsy, I’ve experienced firsthand the barriers that traditional computing interfaces present,” said Mitchell. “This project is about giving back and creating a reliable, fully customizable, offline-capable dictation system that respects user privacy and works natively on Linux.”
Key features include:
– Offline transcription powered by Whisper
– Text dictation mode and command control mode
– Voice-controlled selection and editing functions
– Support for modifier key operations (Shift, Ctrl, Alt, Super)
– Systemd integration for always-on startup on Linux systems
The Linux Dictation Project is designed to be extensible and is freely available under an open-source license to foster collaboration and further innovation within the community.
Join the Movement Contributions, feedback, and collaboration are welcome. Developers, accessibility advocates, and users are encouraged to explore the repository, report issues, or suggest new features.
GitHub Repository: https://github.com/wheeler01/Linux-Dictation-Project
The post VoIPster Communications President Launches Open-Source Voice Dictation Solution for Linux appeared first on Linux Today.
Microsoft Wants to Update All Your Software — Here’s What That Means
Microsoft is preparing to change the way your PC handles updates with a new centralized software update platform. Instead of relying on a patchwork of tools and notifications, this system aims to streamline the process—updating all apps, drivers, and system components in one place. This kind of coordination could have as much impact on your digital life as a shift in perspective on people can have in your personal one.
Why the Change?Windows users have long been frustrated by inconsistent and scattered update systems. While Windows Update handles the OS and some drivers, third-party apps often require their own updaters—or worse, manual intervention. This leads to missed updates, security gaps, and wasted time.
Microsoft’s solution is a single orchestration platform that can manage all updates intelligently and efficiently. Developers can register their apps using PowerShell or WinRT APIs, allowing the operating system to handle everything from update scheduling to notifications.
The post Microsoft Wants to Update All Your Software — Here’s What That Means appeared first on Linux Today.
Constructor acquires, destructor releases
In this final article of a three-part series, I examine locking with C++ and Matt Godbolt’s concept of CADR.
The post Constructor acquires, destructor releases appeared first on Linux Today.
Raspberry Pi 5 Desktop Mini PC: Script To Use a ZRAM Swapdrive
More RAM is a handy script that sets up ZRAM to increase the capacity of your RAM. ZRAM is a kernel module to compress data on-the-fly and store it in RAM. It has all sorts of uses, and works well with the Pi.
The post Raspberry Pi 5 Desktop Mini PC: Script To Use a ZRAM Swapdrive appeared first on Linux Today.
Gnome’s New Director Tackles Funding, Pride and Prejudice
Given the current political climate in the US and parts of Europe, it’s not surprising that the haters have been targeting one of open source’s most beloved projects.
The post Gnome’s New Director Tackles Funding, Pride and Prejudice appeared first on Linux Today.
As EDA Ban Hits China Will Europe Step Up on Open Hardware?
The post As EDA Ban Hits China Will Europe Step Up on Open Hardware? appeared first on Linux Today.
How to Give Passwordless Root Privileges to a Normal User
Granting passwordless root privileges can streamline workflows, especially when managing multiple automated processes or scripts that require administrative access. If you’re already familiar with changing a user’s default shell, the next step in managing user permissions effectively is understanding how to safely give sudo access without a password prompt.
Before continuing, it’s a good idea to review related foundational topics, such as creating and removing directories, opening files from the terminal, using the Linux yes command, manually creating users, or these basic Linux commands that every admin should know. All of these tools work together to give you a complete understanding of Linux system administration.
The post How to Give Passwordless Root Privileges to a Normal User appeared first on Linux Today.
Warp Takes Your Terminal to Light Speed and Beyond
You’ll think you’re cruising through hyperspace — Warp brings speed, insight, and next-level productivity to the command line.
The post Warp Takes Your Terminal to Light Speed and Beyond appeared first on Linux Today.
Fix Slow Linux Boot Issue and Speed Up Your Linux System in Less Than 5 Minutes
Fix slow Linux boot issues using the systemd-analyze command. Learn how to find and disable slow services to speed up your Linux startup.
The post Fix Slow Linux Boot Issue and Speed Up Your Linux System in Less Than 5 Minutes appeared first on Linux Today.
Audacity 3.7.4 Patches Critical Crashes and Rendering Issues
Audacity 3.7.4 open-source audio editor fixes crashes, waveform rendering, and clip deletion issues.
The post Audacity 3.7.4 Patches Critical Crashes and Rendering Issues appeared first on Linux Today.
How To Reuse Last Command Arguments Without Retyping in Linux
In this guide, you’ll learn different methods to reuse the last argument of your previous command in Bash, Fish and Zsh shells.
The post How To Reuse Last Command Arguments Without Retyping in Linux appeared first on Linux Today.
Hackers Are Using AI-Generated Videos on TikTok to Spread Malware
Cybercriminals are now leveraging AI-generated content on TikTok to spread malware and deceive users at scale. According to a recent report by GBHackers, attackers are using highly convincing deepfake-style videos—many of them created with generative AI—to promote fake apps, phishing links, and malicious downloads. The campaign is part of a growing trend where social media is weaponized to deliver advanced threats that traditional security tools often fail to detect.
This strategy is especially dangerous when combined with recent vulnerabilities in core systems. Just days ago, new Linux vulnerabilities capable of leaking password hashes and memory data were disclosed. Meanwhile, a critical zero-day in the Linux SMB module has made servers even more vulnerable to remote exploits. Even though the Linux-libre 6.15 kernel attempts to harden the platform by removing binary blobs, attackers are diversifying their methods. In fact, this isn’t the first time TikTok has been used as an attack vector—check out our earlier coverage of ClickFix-based malware spreading through TikTok videos.
The post Hackers Are Using AI-Generated Videos on TikTok to Spread Malware appeared first on Linux Today.
New Linux Vulnerabilities Could Leak Password Hashes and Sensitive Data
A recently disclosed set of Linux kernel vulnerabilities has put system administrators and Linux users on high alert. As reported by The Hacker News, these flaws allow attackers to potentially leak sensitive data from kernel memory, including password hashes and encryption keys. This development follows closely after major updates in the Linux world—like the release of AlmaLinux OS 10—and comes amid rising concerns around other critical threats, such as the ongoing Chrome zero-day affecting Windows and Linux.
The post New Linux Vulnerabilities Could Leak Password Hashes and Sensitive Data appeared first on Linux Today.
Linuxiac Weekly Wrap-Up: Week 22 (May 26 – Jun 1, 2025)
Catch up on the latest Linux news: Kernel 6.15, AlmaLinux 10, CachyOS, Alpine 3.22, Firefox 139, NVIDIA Driver 575, Wine 10.9, MinIO steering users toward paid subscriptions, ChatGPT’s o3 model found a bug in the Linux kernel, and more.
The post Linuxiac Weekly Wrap-Up: Week 22 (May 26 – Jun 1, 2025) appeared first on Linux Today.
Best Free and Open Source Software: May 2025 Updates
Here are the latest updates to our compilation of recommended software. Another busy month. We’ve got some exciting new hardware series coming very soon.
The post Best Free and Open Source Software: May 2025 Updates appeared first on Linux Today.
The June 2025 Issue of the PCLinuxOS Magazine
The PCLinuxOS Magazine staff is pleased to announce the release of the June 2025 issue. With the exception of a brief period in 2009, The PCLinuxOS Magazine has been published on a monthly basis since September, 2006. The PCLinuxOS Magazine is a product of the PCLinuxOS community, published by volunteers from the community. The magazine is led by Paul Arnote, Chief Editor, and Assistant Editor Meemaw. The PCLinuxOS Magazine is released under the Creative Commons Attribution-NonCommercial-Share-Alike 3.0 Unported license, and some rights are reserved. All articles may be freely reproduced via any and all means following first publication by The PCLinuxOS Magazine, provided that attribution to both The PCLinuxOS Magazine and the original author are maintained, and a link is provided to the originally published article.
In the June 2025 issue:
* ICYMI: China-linked Cyber Espionage Group Compromise
Multiple Organizations In SE Asia
* Good Words, Good Deeds, Good News
* Restore Firefox Title Bar
* Wiki Pick: The Wrong Time Is Displayed In Windows On A Dual Boot Computer
* Inkscape Tutorial: A Tiled Clone Trick
* Typst Cookbook: Part Two
* PCLinuxOS Recipe Corner: Sausage, Egg, and Cheese Breakfast Roll-Up
* And much more inside!
This month’s cover was created by parnote.
Download the PDF (5.3 MB)
https://pclosmag.com/download.php?f=2025-06.pdf
Download the EPUB Version (4.3 MB)
https://pclosmag.com/download.php?f=202506epub.epub
Download the MOBI Version (4.6 MB)
https://pclosmag.com/download.php?f=202506mobi.mobi
https://pclosmag.com/html/Issues/202506/links.html
The post The June 2025 Issue of the PCLinuxOS Magazine appeared first on Linux Today.