Skip to content

Tag: linux

All the articles with the tag "linux".

Bash One-Liners Worth Remembering

Bash One-Liners Worth Remembering

· Updated:

Twenty powerful bash one-liners every sysadmin should know, file ops, process hunting, networking, text processing, disk analysis

Browser GPU Acceleration on Linux in 2026

Browser GPU Acceleration on Linux in 2026

· Updated:

Enable GPU acceleration in Chrome and Firefox on Linux with VA-API, Wayland, and WebGPU. Covers the flags and config settings that actually work in 2026.

Alsa CLI Volume control

Alsa CLI Volume control

· Updated:

Control Linux audio volume and mic boost from the terminal with ALSA's amixer, no GUI needed, no remembering cryptic card numbers.

Compiling on Linux With Low RAM

Compiling on Linux With Low RAM

· Updated:

Compile software on Raspberry Pi or cheap VPS with 512MB, 2GB RAM. Swap, parallel jobs, ccache, and swappiness tuning make it work.

Enable WebGL on Chrome or Firefox

Enable WebGL on Chrome or Firefox

· Updated:

WebGL disabled or hardware acceleration broken? Force-enable it in Chrome and Firefox with the right flags and about:config tweaks.

Install docker on Ubuntu/Debian

Install docker on Ubuntu/Debian

· Updated:

The official, no-nonsense way to install Docker Engine on Ubuntu and Debian, repository setup, key import, and one command to verify it works.

Install & use Doxygen via Docker

Install & use Doxygen via Docker

· Updated:

Generate code documentation with Doxygen without installing it, run it from a Docker container and get HTML docs from any codebase.