TLDR: Download the best disk cleanup app in existence from diskspace.io. A fun experiment in writing the same app three times (well kind of 4 times) with AI, and being as optimised and OS native as…| SOS
Want to run something a little more exotic on your server? How about GNU Guix? It has been a month since migrating my home server to GNU Guix. Managing OS state declaratively through Git has eliminated configuration drift, and Guile Scheme provides a cohesive environment that complements Emacs. While adapting to a smaller package ecosystem and managing substitute timing requires occasional adjustments, the stability, reproducibility, and container isolation make it a dependable foundation. ...| OSnews
At the end of the previous article we watched a module fill in a struct net_device_ops (include/linux/netdevice.h:1436), hand it to register_netdev() (net/core/dev.c:11531), and walk away. That’s a promise: here are my function pointers, call me when you need the hardware. What we never got to see is the other half of the promise — who calls them, and what happens in between the wire and your program. So let’s go look. We’re going to follow one packet all the way in, and then one pack...| Internals for Interns
Learn how vincent moves coding-agent work out of fragile terminal sessions and into durable tasks that survive disconnects and restarts.| vincent
The entry “Bonnell+” Power S1112 server based on the Power11 processor – the only machine that has a P05 software tier for the IBM i operating system – has been shipping for six weeks now, and I have been digging around trying to get detailed, feature-level pricing for the new machine. I have yet to find that fine-grained pricing that I love to have my hands on, but I did get some help from some friends in the reseller community to get current prices for six different configurations o...| IT Jungle
Any Nix package, live in your browser Farid Zakaria calls this his "magnum opus of Nix work", and I can see why.trynix.dev provides a qemu-wasm powered x86_64 Linux virtual machine running entirely in your browser through WebAssembly. That VM can then be booted with any Nix package from the past 13 years. They are URL addressable, so you can navigate to this page: https://trynix.dev/?pkg=python3%403.6.2 Then click "Load" and get an interactive shell against a virtual machine running Python 3....| Simon Willison's Weblog
My brother and I spent a lot of time designing our eBPF security agent to be really fast from the ground up, but recently we discovered we could make it much faster using memoization! A couple of weeks ago, I profiled the eBPF code and found that the most expensive part of the protection isn’t actually enforcing a policy (allow/deny), but figuring out which policy applies to a given file open.| nathan naveen
I wanted a boring laptop. Not boring in the “old corporate machine with a dying battery” sense, although this is a ThinkPad, so there is always a bit of that. I mean boring in the useful sense: encrypted, recoverable, fast enough, boring to boot, boring to update, boring to suspend,| Mark Veidemanis
Here's a program restricting itself, then trying to read two files: without landlock: read /etc/hostname ok read /tmp/secret.txt ok with landlock, /etc allowed: read| freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
A blog about software.| Untitled Blog
On September 6, 2026, Linus Torvalds made available Linux 7. Thank you for being a Ghacks reader. The post Linux 7.3-rc2 Arrives Heavier Than Usual, With Torvalds Joking the Blame Falls on AI appeared first on gHacks.| gHacks
A beginner's perspective on migrating a home server from Arch Linux to GNU Guix, comparing with NixOS, what works well, and handling practical issues.| Wai Hon's Blog
Flare-On is an annual CTF run by Mandiant Flare Team. In this series of writeups I present solutions to some of my favorite tasks from this year. All the sourcecodes are available on my Github, in dedicated repository: flareon2024. The … Continue reading →| hasherezade's 1001 nights
batman-adv's routing.c had 0% Syzbot coverage. We wrote a Syzlang grammar, fuzzed it with Syzkaller, and found three Linux kernel bugs, one now in mainline.| FuzzingLabs
“It is a tiny wireless box that can unlock your desktop session, approve a sudo command, authenticate via polkit, log you into a server over SSH, generate| GadgeteerZA
I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard. If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!| hachyderm.io
The TurboCrypt file encryption tool was originally designed for Unix systems.| Frank DENIS random thoughts.
There is a new CVE vulnerability affecting CSF. Find its security impact, affected versions, and how to update ConfigServer Firewall to version 16.31 or later.| SeekaHost India - Web Hosting Provider in India | Domain Name, Website Hostin...
So I’m in a call, someone asks me to share my screen, I click the button and… nothing. No error, no dialog, no nothing. Just Discord pretending I never clicked anything. Cool cool cool. I...| oxalorg's A.R.K
Omarchy should not matter. But sadly it does. As a power grab. If you don’t know what Omarchy is here’s the short summary. David Heinemeier Hansson, creator of RubyOnRails, owner of a software business and millionaire, decided a few months ago to go all in on Linux and – because that’s just his MO – […]| Smashing Frames
We zetten enkele van de populairste Linux-distributies op een rijtje. GNU/Linux-besturingssystemen zijn Unix-achtige open source distributies op basis van de Linux-kernel.| Stackscale
En 2010 ou en 2011, dans le cadre d'une conférence organisé par l'association Aristote j'avais engagé la conversation avec un colonel de la Gendarmerie Nationale. À l'époque, je travaillais pour Mozilla messaging et la gendarmerie utilisait Thunderbird, car celui-ci gérait les ACLs au niveau imap. Nous avions alors discuté du pourquoi du comment la gendarmerie était passée à Linux.| Pensées
I currently run Fedora 42 as my main work and private machine.| Pensées
Occasionally, I will forget to link something from the mailing list in this post. To see my full mailing list activity (patches, reviews, and reports), you can view it on lore.kernel.org. Linux kernel patches Build errors: These are patches to fix various build errors that I found through testing different configurations with LLVM or were exposed by our continuous integration setup. The kernel needs to build in order to be run :)| Nathan Chancellor
La inteligencia artificial puede ayudar a mejorar Linux, aunque el código que genera deje bastante que desear. Es lo que cuenta Lorenzo Stoakes, ingeniero de ARM y veterano desarrollador del kernel, que ha presentado una serie de 23 parches para acelerar su compilación tras apoyarse en un modelo de lenguaje para localizar y resolver cuellos […] La entrada Un ingeniero de ARM optimiza la compilación de Linux a partir de código «horrible» generado por IA es original de MuyLinux| MuyLinux
Los datos de StatCounter para agosto de 2026 no rectifican, sino que amplían la cuota de mercado alcanzada por el sistema de código abierto el mes pasado: Linux llega al 8,88% en PC, siempre según las métricas del sitio. El reparto de la cuota de sistemas de escritorio que reporta StatCounter para agosto incluye un […] La entrada Linux alcanza el 8,88% de cuota de mercado en PC… y el misterio continúa es original de MuyLinux| MuyLinux
Working within a text-only operating system can help you focus on what's important and give a strong sense of achievement to boot.| Welcome to The Privacy Dad's Blog!
﷽| cocomelonc
This could come in handy if you want to accept multiple file patterns as input so you can process them however you see fit.| From Development to Production on Nick Janetakis
Audacity 4.0 is amazing. It just released a few moments ago and I'm living for this! I've been hotly anticipating its release for years at this point. It's a complete front-end rework of the Audacity codebase that you know and love. Fully| The Bryant Review
Veremos cómo lanzar un script (o cualquier otra tarea) en un equipo remoto mediante SSH y dejarlo ejecutándose en segundo plano con una sesión de tmux, de forma que siga funcionando aunque cerremos…| Victorhck in the free world
The jc-gentoo-portage repository houses an opinionated, performance-oriented Gentoo Portage (/etc/portage) configuration. This repository can be used as an i...| James Cherti
O Projeto Asahi, que tem por missão viabilizar distribuições Linux em computadores pós-2020 da Apple, anunciou a chegada do suporte à família de chips M3.| Manual do Usuário
O aguardado Audacity 4.0.0 finalmente foi lançado. A nova grande versão parece boa demais: uma atualização que moderniza a interface e a experiência de uso, traz novos recursos úteis e tudo isso sem desrespeitar o legado de um software tão querido.| Manual do Usuário
The Asahi Project, whose mission is to make Linux distributions viable on post-2020 Apple computers, announced the arrival of support for the Apple Silicon M3 chip family.| Manual do Usuário
I avoid giving stage time to weird people (in the bad sense) at the Manual. I'm making an exception to cite DHH, co-founder of 37Signals (the company behind Basecamp), creator of Omarchy, and author of a blog full of wrong ideas about immigrants and non-white people: he doesn't go to therapy.| Manual do Usuário
The European Laboratory for Particle Physics, usually just called CERN, is not only the birthpl [...]| LWN.net
Creepy crawlies Konstantin Ryabitsev discusses how bad the "background radiation" of abusive crawlers has become from the perspective of git.kernel.org, the official Git repository for the Linux kernel:TL;DR: we spend more CPU cycles rendering commits for scrapers than we spend on all other kinds of legitimate access, including git clones. At any one time, across 5 geo-distributed nodes, there are 14 CPU cores doing nothing but rendering git commits as html. I worry about this a lot from the ...| Simon Willison's Weblog
Uma longa introdução à minha página pessoal| Home
tcpdump is a powerful command-line packet analyzer that lets you capture and inspect network traffic in real time. When you need to troubleshoot services like DNS, DHCP, or NTP, filtering for UDP packets is often the quickest way to see what’s happening on the wire. In this guide, we’ll look at how to filter UDP packets […] The post Filtering UDP Packets with the tcpdump Command appeared first on howtouselinux.| howtouselinux
El mundo de la tecnología está de enhorabuena. Concretamente Linux, que por estas fechas cumple 35 añazos, consolidándose junto a GNU como el proyecto de software libre más exitoso de la historia hasta el momento. De hecho, ambos casi no tendrían sentido el uno sin el otro, dando lugar a una simbiosis sin precedentes que… Seguir leyendo Linux cumple 35 años→| THE_CHEI$
A lo largo de mi trayectoria usando Linux me he encontrado con aplicaciones que, de alguna forma, cambiaron mi manera de ver las cosas. A veces fueron herramientas muy avanzadas, pero otras parecían todo lo contrario. Hace 15 años, el escritorio GNOME comenzó una nueva etapa donde el diseño simple —y a veces minimalista— era… Seguir leyendo GNOME Music, el reproductor que se negó a cambiar→| THE_CHEI$
| THE_CHEI$
En abril publiqué una guía de instalación de Fedora, donde proponía una estructura de particionado muy útil: crear dos subvolúmenes en Btrfs aparte de la raíz. Por un lado, el necesario /home para nuestro trabajo rutinario, y por otro, uno opcional llamado /datos. Este último se encargaría de almacenar las colecciones de documentos, música, películas… Seguir leyendo Fusionar carpetas en Linux usando fstab y bind→| THE_CHEI$
Este script para sistemas GNU/Linux muestra una monitorización de la potencia de la señal WIFI en nuestra terminal| Victorhck in the free world
¿Qué es el kernel de CachyOS? El kernel de CachyOS es una versión del núcleo de Linux optimizada para buscar un mejor rendimiento y una mayor fluidez. Incluye ajustes pensados especialmente para aprovechar mejor el hardware moderno. ¿Qué significan x86-64-v2, v3 y v4? CachyOS utiliza diferentes niveles de optimización según las capacidades del procesador. Los […]| Tecno y Soft
GNU/Linux perdió la batalla del escritorio GNU/Linux conquistó servidores, supercomputación, dispositivos integrados y, con el tiempo, buena parte de la infraestructura de Internet. Sin embargo, hay un terreno en el que nunca consiguió convertirse en una alternativa mayoritaria: el ordenador personal. Y resulta curioso, porque técnicamente GNU/Linux tenía y tiene argumentos de sobra para competir. […]| Tecno y Soft
Después de los problemas que tenía con desconexiones esporádicas de la Wi-Fi y de aplicar con éxito la solución que he publicado, opté por crear un alias que monitorizara la conexión. Sin embargo, ni de lejos fue tan fácil como pensaba. La idea inicial La intención era bastante sencilla: disponer de un pequeño monitor en […]| Tecno y Soft
Llevo mucho tiempo con este problema. La solución es sencilla; lo difícil ha sido identificar la causa. En algunos portátiles con Linux, especialmente cuando la señal Wi-Fi es débil, el ahorro de energía del adaptador inalámbrico puede afectar a la estabilidad de la conexión. En mi caso, la solución fue desactivar el ahorro de energía […]| Tecno y Soft
Por: Carlos M. Publicado el 6 de abril de 2026 Cómo conectar Trilium en escritorio, navegador y móvil a una instancia central para tener tus notas siempre disponibles.Continuar leyendo → #Unraid#Trilium#Linux#Android| El blog de Lázaro
Por: Carlos M. Publicado el 16 de octubre de 2025 Comparativa personal entre GNOME y KDE Plasma. Por qué el escritorio minimalista de GNOME se adapta mejor a mi flujo de trabajo.Continuar leyendo → #Linux#Gnome#Kde| El blog de Lázaro
Por: Carlos M. Publicado el 2 de junio de 2025 GNOME permite conectar con una serie de servicios en línea como Google, Nextcloud.Continuar leyendo → #Nextcloud#Gitlab#Caldav#Gnome#Linux#Programas| El blog de Lázaro
Using a Linux Laptop in 2026 After graduation, I joined a startup and was lucky enough to convince the company to let me use Linux instead of macOS for work. They bought me a Dell XPS 14, which was the only available option with an Intel Ultra X7 Panther Lake chip in stock. Since I already use NixOS on my personal desktop, I decided to install it on my laptop as well. I wanted to document my experience using a Linux laptop for daily work in 2026.| Ao Li
Ismerje meg a legfontosabb vps biztonsági beállítások lépéseit 2026-ban! Útmutatónk segít feltörhetetlen szervert építeni SSH keményítéssel és automatizálással.| aWh
Discover Orange Pi 6 detailed specs, AI power, and real user insights. A must-read for homelab and AI enthusiasts! The post Orange Pi 6: Complete Guide and Review of the Latest ARM Powerhouse appeared first on Ikkaro.| Ikkaro
Proxmox login failed with 'authentication failure 401'? Fix wrong realm, blocked user, expired ticket, unsynced clock or missing access.cfg. Step-by-step [2026].| Home
Diagnose Base64 decode failures on Linux, fix wrappers, URL-safe alphabets and padding, and verify binary output without accepting partial data.| TheLinuxCode
Zuerst ein kleiner Rückblick: Für das Device Management im Zusammenhang mit Oracle ASM hat Oracle vor sehr langer Zeit die oracleASM Kernel Treiber eingeführt (Oracle 9i oder 10g). Durch diese Kernel Treiber wurde der IO Durchsatz optimiert und die Administration sollte einfacher sein (war diese teilweise auch). Beginnend mit Oracle 12c standen dann alternativ auch AFD Treiber zur Verfügung, die weiter Funktionalitäten wie den Schutz der AFD LUNs gegen versehentliches partitionieren oder...| Database Blog
Coding agents are becoming increasingly autonomous, but that freedom raises an uncomfortable question: what happens when an agent capable of executing commands has access to the same computer, files, and credentials as its owner? ArcBox proposes replacing permission prompts with actual isolation: abctl claude runs Claude Code inside an independent microVM with its own kernel, […]| System Administration
/proc provides direct access to much of the state maintained by the Linux kernel about processes, memory, networking, namespaces, and security parameters. For system administrators, it can be particularly useful when they need to quickly audit a server, investigate an unusual process, or verify system hardening without relying exclusively on higher-level tools. In addition to […]| System Administration
CERN is preparing one of the most interesting Debian 13 deployments of 2026. More than 2,200 industrial computers and embedded systems used across its accelerator control infrastructure are expected to run Debian 13 “Trixie” by the end of the year, affecting machines connected to around 17,000 devices across facilities spanning roughly 43 square kilometres. The […]| System Administration
Artificial intelligence is changing how bugs are discovered in the Linux kernel, but the increased detection capacity is creating a new problem for the project: maintainers are receiving more findings and patches than they can comfortably review. Linux kernel documentation now explicitly addresses AI-assisted security reports, warning that poorly verified findings, speculative security claims and […]| System Administration
Following up on the hipCUB fix post, I built and benchmarked EngramHalo.cpp, a llama.cpp fork with RDNA 3.5 kernel patches and MTP speculative decoding. The result: 28-38 tok/s decode on the same hardware and quant, nearly doubling the previous 15-20 tok/s baseline.| Sleeping Robots
A complete guide to running Qwen 3.8 Flash Next (125B MoE, 6B active) on the AMD Strix Halo 128 GB platform. Covers quant selection, the critical hipCUB fix, chat template traps, and the exact llama-swap config to reproduce 15-20 t/s decode across long contexts.| Sleeping Robots
The last few weeks have been quite busy with vulnerabilities that affect all sort of operating systems. It’s the age of AI, and AI tools help identify yet another class of security vulnerabilities. Several of those vulnerabilities are released while the updates are not ready yet. There exist mitigations though, and it’s important to do […]| Mi blog lah!
Ubuntu uses a new installer that is based on Flutter. Ubuntu 24.04 is the first Long Term Support (LTS) to use the new installer, and now Ubuntu 26.04 is the second LTS. Ubuntu 26.04 is currently being developed, and currently any bugs/issues, big or small, are being resolved. All is fine when you rewrite software. […]| Mi blog lah!
Incus is a manager for virtual machines and system containers. A virtual machine (VM) is an instance of an operating system that runs on a computer, along with the main operating system. A virtual machine uses hardware virtualization features for the separation from the main operating system. With virtual machines, a complete operating system boots […]| Mi blog lah!
Incus is a manager for virtual machines and system containers. A virtual machine (VM) is an instance of an operating system that runs on a computer, along with the main operating system. A virtual machine uses hardware virtualization features for the separation from the main operating system. With virtual machines, the full operating system boots […]| Mi blog lah!
Incus is a hypervisor/manager for virtual machines and application/system containers. Get community support here. A virtual machine (VM) is an instance of an operating system that runs on a computer, along with the main operating system. A virtual machine uses hardware virtualization features for the separation from the main operating system. A system container is […]| Mi blog lah!
Incus is a manager for virtual machines, system containers and application containers. Get Incus support here. When you initially setup Incus, you create a storage pool where Incus will put in there everything. There are several options for storage pools, in this post we focus on ZFS storage pools, and those specifically that are stored […]| Mi blog lah!
Incus is a manager for virtual machines and system containers. A system container (therein container) is an instance of an operating system that also runs on a computer, along with the main operati…| Mi blog lah!
Today I’m releasing version 1.6.0 of “Warnel Chawpiovs”, a homebrew game for PC (Windows, Linux, MacOS versions are now available), Nintendo Switch, and Android. Notably, Version 1.6.0 adds support for the Next Evolution expansion,... The post Homebrew Release: Warnel Chawpiovs v1.6.0 (PC, Nintendo Switch, Android), adds “Next Evolution” expansion, improved support for fanmade cards appeared first on Wololo.net.| Wololo.net
This is another entry that is sponsored by fme AG company. If You have multiple Lenovo ThinkServer systems to manage You may do that by hand with entering UEFI/BIOS setup and doing needed things by hand … or You can setup a Lenovo XClarity Administrator VM. The problem is that this VM from Lenovo comes […]| 𝚟𝚎𝚛𝚖𝚊𝚍𝚎𝚗
Today quite different topic, using ZFS/NFS on FreeBSD as backend storage for containers/pods running on OpenShift platform. Serving storage for OpenShift is not as simple as OpenShift will not just consume NFS or iSCSI volumes “just like that” … OpenShift requires a special CSI driver in between to make that even work. By default one […]| 𝚟𝚎𝚛𝚖𝚊𝚍𝚎𝚗
Not every use of “AI/LLM” ends with “AI slop”.| marcin.juszkiewicz.com.pl
I'll be honest: I did not expect to write this post. I, like many of you reading this, have been 110% skeptical of the value and functionality of AI for the ...| §kuthus
For many years now, I and others have been working on getting plasmashell’s open bug reports as accurate and actionable as possible. We’ve made tremendous progress, driving down the num…| Adventures in Linux and KDE
OpenClaw v2026.9.1(stable・9月4日JST公開)を解説。update後Doctor失敗時のnpm自動ロールバックと設定保持、壊れたcron行の隔離によるGateway起動堅牢化、個人スキルライブラリ、Codex承認の永続化など実務影響を整理。| ラボメモ
Learn how to configure a FortiGate IPsec dial-up VPN with FreeRADIUS EAP-TTLS, Asgardeo authentication, and Google Authenticator TOTP MFA on Ubuntu 24.04.| SysOpsTechnix
﷽| cocomelonc
CERN, the European Organization for Nuclear Research, besides being well known for its Large Hadron Collider (LHC) is known among longtime Linux users as a RHEL/CentOS shop| www.phoronix.com
Old CentOS rebuilt RHEL faithfully, but its downstream position meant it could only follow, never contribute back. CentOS Stream changes that. Sitting upstream of RHEL and downstream of Fedora, it ...| Larvitz Blog
Moving beyond “setenforce 0” - a practical guide to understanding, troubleshooting, and working with SELinux on Fedora and Red Hat Enterprise Linux.| Larvitz Blog
Deploying Keycloak 26 as an identity provider using Podman Quadlets with network segmentation, secret management, and systemd integration.| Larvitz Blog
Aug 31, 2026| AerynOS
Welcome to this edition of This Month in KDE Linux, dedicated to KDE’s next-generation operating system.| KDE Blogs
One a decade for the past six decades, Big Blue launches an effort to converge its diverse system architectures. It almost never works, with the exception of the launch of the System/360 mainframes in April 1964 and the AS/400 minicomputers in June 1988. And to be fair, the AS/400 was itself based in part on technologies created in a failed convergence effort. Back in 1986, the “Fort Knox” project sought to converge the System/4300 air-cooled, entry mainframe lines with the System/38 (fr...| IT Jungle
We get asked a deceptively simple question all the time: “What would it cost to move our IBM i environment to the cloud?” It sounds like a pricing question. Usually, it isn’t. Before we start talking about cores, memory, storage, or monthly costs, there’s a much more important question to answer: Why are you considering cloud in the first place? Maybe your Power server is approaching a refresh. Maybe your data center contract is ending. Maybe an experienced IBM i administrator is reti...| IT Jungle
The idea of sophisticated AI agents coordinating among themselves to launch a cyberattack on a major corporation sounds like something out of a science fiction novel. But it actually occurred earlier this year, and the agentic attacks will get more sophisticated soon if we don’t act swiftly to shore up defenses in legacy systems (like IBM i), a group of AI firms warned this month. In an open letter, the leaders of 100 AI companies, including IBM, Google, Anthropic, and OpenAI, warned that t...| IT Jungle
The GMKtec G9 N150 4-bay NVMe mini PC is $240 and the nearly perfect NAS for my mini rack: It has an Intel N150 4-core SoC with halfway-decent Intel UHD integrated graphics, 12 GB of LPDDR5 RAM, dual 2.5 Gbps Ethernet, WiFi 6, and the best part: 4 integrated M.2 NVMe slots. Granted, splitting up the 9 PCIe Gen 3 lanes limits the performance a bit, but there are some things I love about this design:| Jeff Geerling
I turned my underpowered Linux laptop into a thin client for a remote agentic dev setup instead of replacing it.| Ivan Tolkunov
Aprende cómo reiniciar computadora con teclas en Windows de manera rápida y segura. Soluciona problemas sin ratón con estos pasos fáciles.| Cultura Geek – Expertos en Tecnología
How I fixed the problem of no system notifications when I ran picom| Cracking The Code
The lad himself finds and fixes a tricky one… or does he?| theregister
Linux supremo says contributors opposed to AI use can 'just walk away'| theregister
I tried Omarchy Linux as a home lab workstation for managing Proxmox, Docker, Kubernetes, SSH, Git, and more. Here’s what I liked, what frustrated me, and where it fits.| Virtualization Howto
Programming thoughts & paradigms: A collection of articles focused on systems programming, Linux networking and security.| loshz.com