Skip to content

Tag: linux

All the articles with the tag "linux".

Lima vs Multipass

Lima vs Multipass

VM-backed Linux dev environments on macOS/Linux — Lima vs Multipass compared on speed, container support, and resource use.

tini vs dumb-init vs --init

tini vs dumb-init vs --init

PID 1 zombie reaping in containers — tini, dumb-init, and docker --init compared; when each one fixes your signal handling and stops your 10s shutdown tax.

Kdenlive vs DaVinci Resolve on Linux

Kdenlive vs DaVinci Resolve on Linux

Both are free, both run on Linux, both edit video. So which one do you pick? An honest decision guide for Linux creators choosing between Kdenlive and DaVinci Resolve.

A Guide to Fixing OpenH264 Access Issues

A Guide to Fixing OpenH264 Access Issues

Updated:

Cisco's OpenH264 download server geoblocks sanctioned regions, breaking Firefox and Flatpak installs. Four practical fixes, ranked simple to nuclear.

NixOS First Impressions for Pragmatists

NixOS First Impressions for Pragmatists

NixOS promises reproducible, declarative Linux from a single config file. The learning cliff is steep and the Nix language is weird — but atomic rollbacks and identical machines from a git repo are genuinely worth it for the right use case.

tmux vs Zellij vs Screen: Pick Your Multiplexer

tmux vs Zellij vs Screen: Pick Your Multiplexer

Screen is on every server, tmux is the sysadmin workhorse, and Zellij is the modern newcomer with sane defaults. Here's how all three compare — and which one you should actually use.

The Modern Unix Toolkit: fzf, ripgrep, fd, bat, eza

The Modern Unix Toolkit: fzf, ripgrep, fd, bat, eza

GNU coreutils are 50 years old and it shows. ripgrep, fd, bat, eza, fzf, and zoxide replace grep/find/cat/ls with faster, friendlier Rust-powered tools. Here's what each one wins at — and when the original still holds.