Tag: linux

42 posts

Como Instalar o Arch Linux

Nesta postagem, eu irei te guiar a como instalar o sistema operacional mais versátil do mundo, o Linux, em específico, a distribuição que eu uso, o Arch Linux!

The Grass Is Greener (But I'm Not Moving)

If I'm being honest with myself, the Apple ecosystem has me in a reasonably comfortable headlock — and it's not without some genuine resentment on my end.

Apr 15, 2026

Process Sandboxing & Agents (in 5min)

Linux sandboxing for the win.

Terminals, Neurodivergency, and Accessibility

Why I like coding using a terminal.

Mar 28, 2026

A New Theme for Everytheme

A rabbit hole to make one of my programs green led to the case of an overengineered set of colors, that was actually surprisingly useful

Mar 21, 2026
waving goodbye to windows - part 1

waving goodbye to windows - part 1

Okay, so the title might be a little misleading. I waved goodbye to Windows in favor of Linux (obligatory "I use Arch, btw") some time ago. Given that my personal laptop's hardware was of the 2016 era, I just couldn't run Windows very well any longer. Not that I wanted to anyway. I opted for an Arch-based distribution called CachyOS, set it up once, and didn't fiddle with it at all. It worked great! But as the aging hardware continued to cause problems, it became apparent that it was time to mov...


griff icon
griff
griff.pckt.blog
Mar 12, 2026

Viber icon appears twice in Ubuntu apps menu

I met this issue a while ago and I took the following steps:

Mar 1, 2026
Toying around with a phone dock

Toying around with a phone dock

A quick post about testing my phone on a docking station

Feb 25, 2026
~/.config/nix-config: Three Machines, One Config (Sort Of)

~/.config/nix-config: Three Machines, One Config (Sort Of)

why am i doing this to myself? fascination.

Feb 13, 2026

Back to NixOS (and completely winging it)

I'm back on NixOS. Still don't really know what I'm doing. Still enjoying it anyway.

Feb 10, 2026

High CPU reading epubs and PDFs in Linux


T
Tech Tidbits
octet-stream.net/b/tt
Feb 10, 2026
Meetup 002 ⋅ 2025-12-29

Meetup 002 ⋅ 2025-12-29

We are not alone

Tim's guide to Linux distros

Tim's guide to Linux distros

So you're new to Linux and need some pointers on where to start.

Jan 21, 2026

Mapeamento e Identificação de Arquivos Duplicados em Discos Externos e SSD Secundário

Um looongo procedimento para mapear e Identificar arquivos duplicados em diferentes discos externos e num SSD secundário.

Jan 15, 2026

Shell Troca Áudio

Esse script baixa um vídeo, depois baixa um áudio, depois mixa os dois num arquivo novo. Usecase super específico, por isso mesmo super divertido.

Jan 15, 2026

"Vulkan shaders" e a STEAM no Linux

O que são os "Vulkan shaders" usados no Linux* para rodar o Diablo IV e porque eles precisam "processar" antes do jogo iniciar?

Jan 15, 2026

DNS in '26 for privacy and speeed

2026 is here, and it is time to begin technical writing on a regular basis; the complete opposite of the "LLM-ification" of the interweb.

Daily driving Linux is pretty mundane (in a good way)

2026 is my year of the Linux desktop on virtue of it just working

Playing with the Ubuntu image for the VisionFive 2

It's still using Mesa 22.3.6 (from 2023)

Dec 17, 2025

WINE Cooler

Lessons on laying out the 404 Media zine using a relatively weird setup—on Linux, using Affinity, with the help of the Windows translation layer WINE.

Fixing NPM permissions errors on WSL

Saving this one for posterity since I seem to run into something like this once every couple of months. Really gotta get a Mac for my next dev machine. sudo apt update && sudo apt upgrade -y # Since you mention that you have set your user to be root: sudo sh -c 'echo "[user]\ndefault=root" > /etc/wsl.conf' wsl.exe -l -v # Confirm your distribution name for the following command: wsl.exe --terminate Ubuntu Credit to this StackOverflow answer.


L
lesser daemon
blog.bront.rodeo
Oct 2, 2025
My Experience with dwl

My Experience with dwl

I’ve always taken an liking to dwm. For a very short period of time, I actually daily drived it, because I had no other laptops other than my sadly underpowered server, and sucklessware did the job (kind of). My reason for hackintoshing, and preferring macOS in general is the top tier design mixed with your normal everyday UNIX utilities, like good old zsh, cp, and ssh. No bullshit like whatever the fuck PowerShell is.

Gaming on Linux (Wayland)


P
Patrick's Blog
pdewey.com/blog
Aug 10, 2025

Provisioning a Red Hat VirtualBox VM With Vagrant

In what I hope will be the last entry in the "Brent learns the basics of VM provisioning" series, I finally moved to using Hashicorp's Vagrant yesterday. I'm glad I took the time to mess around in VirtualBox itself first - I always like understanding what I'm working with before I move to abstractions - but Vagrant makes it significantly easier. Vagrant sets up SSH in your VM by default, which is a nice time-saver, and generally makes the process of automating VM setup quick and easy. Behold: 1


L
lesser daemon
blog.bront.rodeo
Apr 9, 2025

Setting Up Port Forwarding on a VirtualBox RedHat VM With A NAT Network Adapter

OK, quickly discovered that I was less brilliant than I thought yesterday. It appears that for the functionality I wanted (both the ability to SSH into the VM and to port forward from my local machine to an application running on the VM) I need to use a NAT and not a bridge network. I spent a while struggling with this and discovered that to assign your VM to the standard 10.0.2.* range and successfully connect to the internet, a NAT drive should be your first network adapter. I'd initially had


L
lesser daemon
blog.bront.rodeo
Apr 8, 2025

Setting Up SSH And Shared Folders in A RHEL VirtualBox VM

I discovered recently that RHEL has a free developer license, something that could have saved me a lot of trouble if I'd known it earlier. Since I do a lot of work in RHEL I've wanted to have a virtual environment that mimics it - I had been working in WSL, but I think having to work with VirtualBox VM does a better job of replicating the experience of working on it in production. You'll need to get a RHEL Developer License to download the necessary ISO image. You can pretty much roll with the


L
lesser daemon
blog.bront.rodeo
Apr 7, 2025

No route to host - Debian testing firewall


T
Tech Tidbits
octet-stream.net/b/tt
Feb 26, 2025

Windows On Linux, The Clever Way

Forget WINE; a weirdly fascinating technique to make Photoshop work on Linux involves chopping up a remote access client into a windowing interface. It’s wild, but it kinda works.

New Rust, Old Drama

The periodic Rust-induced conflicts happening with the Linux kernel hint at underlying generational problems facing the project. And it’s already led a prominent maintainer to quit.

Your Private Wireguard Network from Scratch

Let's learn how to set up our own private network for secure self-hosted services.


T
Taggart Tech
taggart-tech.com
Jan 29, 2025

Your Private Wireguard Network from Scratch

Let's learn how to set up our own private network for secure self-hosted services.


T
Taggart Tech
taggart-tech.com
Jan 29, 2025

Your Private Wireguard Network from Scratch

Let's learn how to set up our own private network for secure self-hosted services.


T
Taggart Tech
taggart-tech.com
Jan 29, 2025

Your Private Wireguard Network from Scratch

Let's learn how to set up our own private network for secure self-hosted services.


T
Taggart Tech
taggart-tech.com
Jan 29, 2025

Checking Disk Space On An Ubuntu Server

du -cha --max-depth=1 / | grep -E "M|G" From this StackOverflow answer - ncdu is also a good tool for this, allegedly, but its output didn't really seem to have any correlation to the actual folders on my server. I feel like I have to do this once a year because of storage issues and always forget, so hopefully this serves as a reminder going forward. Turns out snap is the culprit, as per usual. In a fit of pique I uninstalled snap and all of its files, and lo and behold I'm able to finally upd


L
lesser daemon
blog.bront.rodeo
Jan 18, 2025

Disabling the LED on a new Razer Cobra


T
Tech Tidbits
octet-stream.net/b/tt
Jan 14, 2025

Managing Various Artists MP3s on Linux


T
Tech Tidbits
octet-stream.net/b/tt
Jan 9, 2025

Bash's ctrl-o timesaver


T
Tech Tidbits
octet-stream.net/b/tt
Dec 22, 2024

DNS Issues on a Nokia FastMile 5G


T
Tech Tidbits
octet-stream.net/b/tt
Dec 20, 2024

Going Atomic

My recent Linux experience has been pretty awesome thanks to Bazzite. It may represent the frontier of OS experiences.

Power User Vs. Strong POV

The just-released elementary OS 8 is interesting, but it has a problem—its impressive but prescriptive interface paradigm has to live in an ecosystem of power users. Who blinks first?

The Floater Manifesto

Our technology should be good enough to work across operating systems now. The best way to test that is by using literally every platform. Which is what I plan to do.

My Shell Setup

Curious about customizing your terminal experience? Here's how I do it.


T
Taggart Tech
taggart-tech.com
Oct 1, 2024