-
buildah.io
(buildah.io)
tool
Daemonless OCI image building without a full container engine; containers org project, release news
-
What is Kopia?
(kopia.io)
reference
Encrypted, deduplicated, compressed snapshots to cloud, NAS or local repos; CLI and GUI, open source
-
Get started with Deno
(Deno)
reference
TypeScript-first JavaScript runtime, sandboxed by default, with built-in formatter, linter and tests
-
/bin/bash based TLS/SSL tester: testssl.sh
(testssl.sh)
tool
Bash script probing a server's TLS/SSL protocols, ciphers and weaknesses; GPLv2, donation-funded
-
Debian Reference
(debian.org)
reference
post-installation overview of the Debian system, covering admin tasks through shell-command examples
-
LinuxCommand.org: Learn The Linux Command Line. Write Shell Scripts.
(linuxcommand.org)
tutorial
William Shotts' free shell tutorials plus the full text of The Linux Command Line book
-
The GNU Bourne-Again Shell
(tiswww.case.edu)
tool
GNU Bash upstream home: POSIX shell implementation, releases, patches and manual, GPLv3
-
BashPitfalls - Greg's Wiki
(mywiki.wooledge.org)
reference
catalogue of common bash mistakes - word splitting, globbing, quoting - each shown with the correct form
-
tldr pages
(tldr.sh)
tool
community-written simplified man pages: practical examples per command, clients for every platform, free
-
Shell Command Language
(pubs.opengroup.org)
reference
POSIX.1-2024 normative definition of sh: token recognition, word expansion, redirection, compound commands
-
Unix & Linux Stack Exchange
(Unix & Linux Stack Exchange)
forum
Voted question-and-answer board where Unix and Linux users work through admin and shell problems
-
Julia Evans
(Julia Evans)
personal-site
posts and zines on the terminal, man pages, tcpdump and dig, git internals and SQLite
-
Linux Essentials Exam 010 Objectives
(Linux Professional Institute (LPI))
reference
objectives and weightings for LPI Linux Essentials exam 010-160, version 1.6 syllabus
-
Introduction to Linux (LFS101) | Linux Foundation Education
(Linux Foundation - Education)
tutorial
no-cost self-paced beginner course: CLI basics, graphical config, major distro families
-
OverTheWire: Bandit
(overthewire.org)
tutorial
beginner shell levels played over SSH, each password hidden on the box; free to play
-
SQLite In 5 Minutes Or Less
(sqlite.org)
tutorial
first steps with the sqlite3 command-line shell and the TCL binding; prebuilt binaries or build yourself
-
journalctl(1) - Linux manual page
(man7.org)
reference
querying and filtering the systemd journal: field matches, boot ranges, output formats
-
openssl-ca - OpenSSL Documentation
(docs.openssl.org)
reference
openssl ca man page: signing requests, self-signing, CRL generation and revocation, serial and policy options
-
Command line tool (kubectl)
(Kubernetes)
reference
kubectl syntax, command operations and kubeconfig handling, with cheat sheet and per-command links
-
Ghostty
(Ghostty)
Native GPU-accelerated terminal emulator, MIT-licensed
-
tmux Wiki
(GitHub)
tmux terminal multiplexer, ISC-licensed, session persistence
-
GitHub - kovidgoyal/kitty: If you live in the terminal, kitty is made for you! Cross-platform, fast, feature-rich, GPU based.
(GitHub)
repo
cross-platform terminal that renders through the GPU, with multiplexing built in
-
Alacritty - A cross-platform, OpenGL terminal emulator
(alacritty.org)
tool
GPU-rendered and deliberately minimal: vi mode, regex hints, scrollback search; BSD, macOS, Windows too
-
An overview on Windows Terminal
(learn.microsoft.com)
reference
Tabbed GPU-rendered host for CMD, PowerShell and WSL shells; MIT-licensed, Microsoft-maintained
-
Termux
(Termux)
tool
Rootless Android app with an APT package set: bash, OpenSSH, python, rsync and man pages on a phone
-
Mosh: the mobile shell
(Mosh)
tool
UDP-based SSH replacement surviving roaming and sleep, with local echo; GNU/Linux through iOS
-
Linux man pages online
(man7.org)
reference
HTML renderings of the man-pages project plus curated pages from other free software projects
-
The Linux Documentation Project
(tldp.org)
reference
Ageing archive of HOWTOs, book-length guides, FAQs, man pages and Linux Gazette, with translations
-
The Missing Semester of Your CS Education
(Missing Semester)
tutorial
MIT lecture series on shell, editors, git, debugging and profiling that degree courses skip
-
BashGuide - Greg's Wiki
(mywiki.wooledge.org)
tutorial
Beginner bash walkthrough stressing good practice and quoting pitfalls; assumes no prior Unix skill
-
ShellCheck โ shell script analysis tool
(shellcheck.net)
tool
Catches quoting, portability and logic bugs in bash/sh; paste a script into the browser or run it locally
-
restic ยท Backups done right!
(restic.net)
tool
Single-binary deduplicating backup to local, SFTP or cloud storage, encrypted and restore-verifiable
-
BorgBackup โ Deduplicating archiver with compression and authenticated encryption
(borgbackup.org)
tool
Content-defined chunking, FUSE-mountable archives, untrusted remote repos; BSD-licensed, Linux/macOS/BSD
-
Rclone
(Rclone)
tool
rsync-style copy, sync and mount across 70+ cloud storage backends, with checksums and --dry-run
-
GitHub - aristocratos/btop: A monitor of resources
(GitHub)
repo
C++ rewrite of bashtop/bpytop with mouse support, themes and GPU stats; Linux, macOS and BSD
-
The Logfile Navigator
(The Logfile Navigator)
tool
auto-detects log formats, unpacks compressed files and queries them through SQLite; no server or setup
-
GitHub - junegunn/fzf: :cherry_blossom: A command-line fuzzy finder
(GitHub)
repo
Single binary with Bash, Zsh, Fish and Vim bindings; also a toolkit for interactive terminal UIs
-
jq
(jqlang.org)
tool
sed for JSON: slice, filter and reshape structured data; portable C, dependency-free single binary
-
Home | TCPDUMP & LIBPCAP
(tcpdump.org)
tool
Upstream releases, man pages and filter syntax for the pcap capture library and its analyzer
-
GitHub - traviscross/mtr: Official repository for mtr, a network diagnostic tool
(GitHub)
repo
traceroute and ping in one: probes each hop and prints running loss and latency statistics; GPLv2 C source
-
iperf3 โ iperf3 3.21 documentation
(software.es.net)
reference
Active TCP/UDP throughput measurement with tunable buffers and JSON output; not compatible with iperf2
-
Partition Recovery and File Undelete
(CGSecurity)
tool
GPLv2 rescue of lost partitions and boot sectors, plus PhotoRec undelete across FAT, NTFS and ext
-
explainshell.com - match command-line arguments to their help text
(explainshell.com)
tool
Paste a command line and get every flag mapped back to the matching part of its man page
-
cheat.sh/:firstpage
(cheat.sh)
tool
Cheat sheets fetched by curl or the cht.sh client, covering unix commands and 60+ languages
-
Linux Containers - Incus - Introduction
(linuxcontainers.org)
reference
Community-run LXD fork managing system containers and VMs side by side through one REST API and CLI
-
Podman
(podman.io)
tool
Daemonless, rootless OCI container engine with pods and Kubernetes-compatible local workflows
-
Homebrew
(Homebrew)
tool
Formulae and casks for macOS, Linux and WSL; taps let anyone publish outside the reviewed core repo
-
mpv.io
(mpv.io)
tool
Minimal player driven by Lua scripts, with GPU decoding, OpenGL/Vulkan output and embeddable C API
-
Neovim
(Neovim)
tool
Vim fork with built-in Lua, an embedding API and external UIs; Vimscript and Vim 8 plugins still work
-
The GNU Privacy Guard
(gnupg.org)
tool
command-line OpenPGP implementation with key management, S/MIME and ssh support; Gpg4win for Windows