Best of LinuxAugust 2025

  1. 1
    Article
    Avatar of bytebytegoByteByteGo·35w

    EP177: The Modern Software Stack

    Explores the 9 layers of modern software architecture from presentation to infrastructure, explains the key differences between concurrency and parallelism in computing, compares JWT and PASETO authentication tokens, provides a Linux Cron scheduling cheatsheet, and introduces AI agents versus Model Context Protocol (MCP) for AI system integration.

  2. 2
    Article
    Avatar of hnHacker News·35w

    I Run a Full Linux Desktop in Docker Just Because I Can

    A developer shares their experience running a full Linux desktop environment inside Docker containers on Windows 10. The project started as a learning experiment but revealed practical benefits like remote access from low-powered devices, disposable sandboxes, and dedicated workspaces. While challenging due to Docker's design for headless applications, the author successfully used pre-built images like Webtop to achieve 70% native performance with browser-based access. The setup faces limitations including lack of GPU acceleration, Flatpak compatibility issues, and complexity compared to traditional VMs, but offers unique advantages for specific use cases.

  3. 3
    Article
    Avatar of hnHacker News·35w

    Open Source & Linux

    AnduinOS is a lightweight Ubuntu-based Linux distribution designed for users transitioning from Windows. It features a 2GB ISO size, GNOME desktop environment, privacy-focused design with no user tracking, and compatibility with Ubuntu packages. The distribution offers both LTS and Standard versions, uses Flatpak for application management, and maintains GPL-v3 licensing for complete open-source freedom.

  4. 4
    Article
    Avatar of dhhDavid Heinemeier Hansson·37w

    All-in on Omarchy at 37signals

    37signals is transitioning their Ops and Ruby programming teams to Omarchy, their own Arch-derived Linux distribution, over the next three years. DHH argues that Linux provides superior control over your computing destiny compared to closed-source operating systems like macOS or Windows. While acknowledging some efficiency gaps, particularly in battery life with Framework laptops, he views this as a worthwhile trade-off similar to the sacrifices made during Mac's pre-Apple Silicon era. The move represents an exciting adventure for the company, with Omarchy already becoming DHH's favorite computing environment.

  5. 5
    Article
    Avatar of dhhDavid Heinemeier Hansson·36w

    Omarchy micro-forks Chromium

    37signals created a micro fork of Chromium for their Omarchy Linux distribution to add live theming functionality. The modified browser is now available through the Arch User Repository, demonstrating how open source enables anyone to customize major software projects with the right skills and motivation.

  6. 6
    Article
    Avatar of dhhDavid Heinemeier Hansson·37w

    Omarchy is on the move

    Omarchy, a Linux distribution based on Arch and Hyprland, has seen rapid development with 18 releases since June 26. The project has grown to 3,500 Discord members and 250 processed pull requests. Recent improvements include an overhauled control menu system that enables keyboard-driven operation without mouse interaction. While acknowledging Linux isn't for everyone due to its learning curve, the author emphasizes it's ideal for those interested in computer adventures and customization.

  7. 7
    Article
    Avatar of omgubomg! ubuntu!·34w

    Zen Browser is What Mozilla Firefox Should Be

    Zen Browser is a Firefox fork that reimagines web browsing with vertical tabs, workspaces, split view, and a floating URL bar. It offers better privacy defaults than Firefox, disables telemetry by default, and includes features like Glance for quick link previews and Compact Mode for distraction-free browsing. Available as beta software on Windows, macOS, and Linux, it can be installed via AppImage or Flatpak.

  8. 8
    Article
    Avatar of collectionsCollections·34w

    Omarchy 2.0: A New Era in Linux Distributions

    Omarchy 2.0 is a new Linux distribution built on Arch Linux and Hyprland, created by DHH to commemorate Linux's 34th anniversary. What started as a post-install script has evolved into a complete ISO with its own package repository and community support. The distribution aims to provide a refined desktop experience for users wanting to explore Linux as a viable desktop environment, positioning itself as an educational platform for Linux newcomers.

  9. 9
    Video
    Avatar of developedbyeddevelopedbyed·35w

    I Switched To Omarchy....holy smokes

  10. 10
    Article
    Avatar of khokbmumuz4w1vbvtnmldClaudette·37w

    Ethical Hacking Roadmap

    A comprehensive roadmap for learning ethical hacking, covering essential foundations like networking and operating systems, programming languages (Python, Bash, JavaScript), key tools (Nmap, Burp Suite, Metasploit), lab setup with virtual environments, and safe practice platforms like TryHackMe and Hack The Box. The guide emphasizes building knowledge systematically from basic concepts to hands-on practice.

  11. 11
    Article
    Avatar of omgubomg! ubuntu!·34w

    Bazaar is a Slick New Desktop Flathub Frontend

    Bazaar is a new desktop application store specifically designed for installing Flatpak apps from Flathub. It features a multi-threaded architecture that allows simultaneous downloads and installations without blocking the user interface. The app includes curated app collections, prominent developer support links, download statistics, and integrates with GNOME Shell search and KDE's KRunner. Unlike general-purpose software managers, Bazaar focuses exclusively on Flatpak applications and can run as a background service to maintain state even when closed.

  12. 12
    Article
    Avatar of dhhDavid Heinemeier Hansson·37w

    YouTube has earned its crown

    DHH reflects on YouTube's role as a reliable archive for technical content, contrasting it with Google's tendency to shut down other services. He highlights how YouTube has become his primary learning platform through tech creators and showcases his own channel featuring historical Rails content from 2006-2009. The post argues that YouTube deserves recognition as an international treasure for preserving educational content, despite broader criticisms of Google's business practices.

  13. 13
    Video
    Avatar of developedbyeddevelopedbyed·34w

    My Top 10 Favourite Arch Linux Apps

    A curated list of 10 essential applications for Arch Linux users, featuring cross-platform file sharing with LocalSend, system monitoring with BTOP, image conversion with Switcheroo, PDF reading with Document Viewer, video editing with DaVinci Resolve, screenshot tools HyperShot and HyperPicker, app launcher Walker, terminal emulator Electrity, Neovim editor, and Git interface LazyGit. Each tool is demonstrated with practical use cases and workflow integration tips.

  14. 14
    Article
    Avatar of jeffgeerlingJeff Geerling·34w

    How to install TrueNAS on a Raspberry Pi

    A detailed guide on installing TrueNAS SCALE on a Raspberry Pi 5 using community-developed UEFI firmware. The process involves updating the Pi's EEPROM, installing UEFI bootloader support, and working around hardware limitations like missing Ethernet support. While functional, current UEFI limitations prevent using PCIe switches, making single-device storage controllers the only viable option for now.

  15. 15
    Video
    Avatar of explainingcomputersExplainingComputers·38w

    Choosing Your First Linux Distro

    A comprehensive guide comparing six beginner-friendly Linux distributions: Linux Mint, Ubuntu LTS, Zorin OS, Debian, MX Linux, and Pop OS. The comparison covers desktop environments, user interfaces, pre-installed software, learning curves for Windows users, and development team sizes. Linux Mint is recommended for its Windows-like interface and ease of use, while Ubuntu offers stability and developer popularity. The guide emphasizes choosing conservative, fixed-release distributions for first-time Linux users and provides practical advice on testing distributions via USB drives.

  16. 16
    Article
    Avatar of c_communityC/C++ Community·34w

    Just released Rhythm v2.0.0

    Rhythm v2.0.0 has been released as a lightweight music visualizer application built with C and Lua using the Love2D framework. The software is available as a .deb package under 2.5MB and is open source, welcoming community contributions.

  17. 17
    Article
    Avatar of jeffgeerlingJeff Geerling·35w

    TrueNAS on Arm is finally a thing

    ARM processors are becoming viable for NAS servers, with community developers creating unofficial TrueNAS builds for ARM architecture. While official TrueNAS support remains limited to x86, a community fork now enables TrueNAS installation on ARM devices like Raspberry Pi 5 and Ampere Altra servers. This development addresses the growing interest in energy-efficient ARM-based storage solutions, though UEFI and SystemReady support challenges persist across different ARM boards.

  18. 18
    Article
    Avatar of phoronixPhoronix·38w

    Linux 6.17 Getting More Rusty With Many Rust Language Additions

    Linux kernel 6.17 continues the trend of expanding Rust language support with new programming language abstractions and additions. This development represents the ongoing integration of Rust into kernel development, building on previous releases that have gradually introduced more Rust capabilities to the Linux ecosystem.

  19. 19
    Article
    Avatar of itsfossIt's Foss·37w

    15 Co-Op Games for Linux Steam Gamers in 2025

    A curated list of 15 cooperative games that work well on Linux through Steam, featuring titles like Valheim, Phasmophobia, Deep Rock Galactic, and It Takes Two. Each game includes Steam Deck compatibility status and focuses on multiplayer experiences that require teamwork and coordination. The selection spans various genres from survival and horror to puzzle-solving and action, with several games offering native Linux support.

  20. 20
    Article
    Avatar of omgubomg! ubuntu!·36w

    Kiro (Agentic AI) Limits Downloads, Introduces Paid Tiers

    Kiro, an AI-powered IDE developed by Amazon AWS, has introduced paid subscription tiers after previously being free during preview. The pricing ranges from a limited free tier (50 vibe requests) to $200/month for the highest tier (2,250 vibe and 1,250 spec requests). The service now requires waitlist registration for new users and distinguishes between 'vibe' requests (general AI interactions) and 'spec' requests (workflow-specific tasks). Users who were previously on unlimited free access have been automatically moved to the restricted free tier.

  21. 21
    Article
    Avatar of omgubomg! ubuntu!·36w

    Orion Browser for Linux Gets Exciting Progress Update

    Kagi's privacy-focused Orion browser for Linux reaches Milestone 2 with significant progress including working tabs, bookmarks, session persistence, and performance parity with other WebKitGTK browsers like GNOME Web. Built using GTK4/libadwaita and WebKit engine, the browser now supports tab dragging, bookmark organization, browsing history, and WebExtension API. Milestone 3 will focus on advanced tab management and extension installation. Public testing remains limited to paid subscribers initially, with free availability planned once stable.

  22. 22
    Article
    Avatar of omgubomg! ubuntu!·34w

    NetPeek is a New, User-Friendly Network Scanner for Linux

    NetPeek is a new open-source network scanner for Linux that provides a user-friendly GTK4/libadwaita interface as an alternative to command-line tools like nmap. Built in Python, it offers basic network scanning features including device discovery, port scanning, multi-threaded operations, and support for various IP input formats. The tool aims to make network scanning accessible to users who prefer GUI applications over terminal-based solutions.

  23. 23
    Video
    Avatar of linuxexpThe Linux Experiment·36w

    Windows 12 could be Linux's biggest chance, Mint 22.2 beta: Linux Weekly News

    Microsoft's upcoming Windows 12 may drive more users to Linux with privacy-invasive AI features including voice commands, screen monitoring, and cloud processing. Meanwhile, Debian 13 was released with major updates, Linux Mint 22.2 beta brings fingerprint authentication and improved Wayland support, and Google is ending Steam support on Chrome OS in 2026. Other updates include Elementary OS improvements, Orion browser progress, GitHub organizational changes under Microsoft, and LVFS introducing fair-use quotas for hardware vendors.

  24. 24
    Article
    Avatar of freecodecampfreeCodeCamp·34w

    How to Debug Kubernetes Pods with Traceloop: A Complete Beginner's Guide

    Traceloop provides system call tracing for Kubernetes pods using eBPF technology, acting as a flight recorder that continuously captures application interactions with the operating system. The guide covers installation through Inspektor Gadget, demonstrates debugging scenarios including container crashes and startup failures, and shows how to analyze system calls to diagnose issues that traditional kubectl commands and logs cannot reveal.

  25. 25
    Article
    Avatar of itsfossIt's Foss·35w

    VPNs With "No Logging Policy" You Can Use on Linux

    A curated list of 8 VPN services that claim no-logging policies and work well on Linux systems. The list includes Mullvad VPN (anonymous account creation), Proton VPN (Swiss privacy laws), Internxt VPN (browser extension only), IVPN (multi-hop connections), AirVPN (power user features), Surfshark (unlimited devices), NordVPN (large server network), and ExpressVPN (premium performance). Each service offers different features like WireGuard protocol support, independent security audits, and various privacy-focused capabilities for Linux users.