Archive


















Check file descriptor limits

Quickly find per-process and system file descriptor limits and stop "Too many open files" from breaking services.

06.01.2026
symbolic image










Set CPU shares with cgroups

Control how the kernel divides CPU time between groups of processes using cgroups so one workload cannot starve another.

01.01.2026
symbolic image


Watch cgroups in action

Hands-on steps to create, limit and read cgroup resource metrics so you can watch a process under control.

31.12.2025
symbolic image

Inspect the cgroup v2 hierarchy

Quickly verify that the kernel exposes a unified cgroup v2 mount, find available controllers and map processes into the hierarchy.

30.12.2025
symbolic image










Capture Only DNS Traffic

Quick, precise packet captures that show only DNS activity so you can spot resolution problems fast.

25.12.2025
symbolic image



















Fine-Tune System Fonts on Linux

Configure system and user fonts, rebuild the font cache, and get consistent rendering on X11, Wayland and the console.

16.12.2025
symbolic image

Check installed locales

Quickly discover which locales are installed and which one the system actually uses.

15.12.2025
symbolic image



Craft Bash Login Scripts

Control which files bash reads at login to make environment, PATH and aliases persistent.

14.12.2025
symbolic image











































Create encrypted tar archives

Keep archives compact and confidential by combining tar with modern encryption tools for safe transport and storage.

22.11.2025
symbolic image













Rotate SSH Keys Regularly

Practical steps to generate, deploy and remove SSH keys so access stays secure and manageable.

16.11.2025
symbolic image







Enable IPv6 Networking on Linux

Turn on IPv6, verify addressing, and configure kernel and network tools so your Linux host speaks the modern Internet protocol.

16.11.2025
symbolic image

Probe TCP ports with telnet

Use telnet as a quick raw TCP probe to verify service reachability and exchange minimal protocol data.

16.11.2025
symbolic image





Hunt Authentication Events

Locate and interpret authentication entries in system logs to spot failed logins and suspicious access.

16.11.2025
symbolic image







Trace libraries with ldd

Quickly reveal which shared libraries a program needs and find missing dependencies before they stop you.

16.11.2025
symbolic image




Measure text quickly with wc

Use the wc command to count words, lines, bytes and characters on the command line and get fast file statistics.

16.11.2025
symbolic image






















Rotate Custom Log Files

Keep growing log files in check by rotating, compressing and pruning them automatically.

16.11.2025
symbolic image













Clear ARP Cache Manually

Remove stale Ethernet-to-IP mappings to restore connectivity or test neighbor discovery.

16.11.2025
symbolic image






















Tame Your PATH in bashrc

Edit your bashrc to add, reorder or fix the PATH so personal tools run without typing full paths.

16.11.2025
symbolic image








See and Save Output with tee

Display a command's output on the screen while saving it to a file, and learn practical tricks to split streams.

16.11.2025
symbolic image


Clear Shell History Securely

Practical steps to remove command history from your shell while understanding the limits of secure deletion.

16.11.2025
symbolic image




Resize Filesystems Safely

Learn how to grow and shrink filesystems without losing data and how to avoid common pitfalls.

16.11.2025
symbolic image

Relabeling Filesystems Fast

Change or convert filesystem labels safely across ext4, xfs, btrfs, vfat and ntfs using concrete commands.

16.11.2025
symbolic image









Inspect SELinux contexts

Quickly see which SELinux contexts files, processes and users carry and decide what to do next.

16.11.2025
symbolic image











Tame systemd journal growth

Quickly inspect and control how much disk space the systemd journal consumes, and reclaim space without breaking logging.

16.11.2025
symbolic image





















Quick DNS Checks with dig

Run a few `dig` commands to verify name resolution, understand answers, and find where things break.

16.11.2025
symbolic image













Inspect host uptime

Quick, practical commands to find how long a Linux host has been running and what the numbers mean.

16.11.2025
symbolic image
























Inspect environment with env

Quickly list and control the process environment to debug scripts and run programs with tailored variables.

16.11.2025
symbolic image

























Grant sudo privileges securely

Learn how to grant, restrict and audit sudo rights so users can perform administrative tasks without exposing the whole system.

16.11.2025
symbolic image
























Find lines in seconds

Harness the speed of grep to filter command output and files with precision.

15.11.2025
symbolic image





Configure swap space manually

Learn to create and manage swap files and partitions from the shell to control memory pressure and system behavior.

15.11.2025
symbolic image