Skip to main contentCommand Line #
Pages in this section:
- File & Text
- Benchmark for some of the examples:
curl --head --silent google.com # HTTP/1.1 301 Moved Permanently # Location: http://www.google.com/ # …
- Media
- dwebp # Online manual: dwebp(1) — Arch manual pages
Credit: How to Convert WebP to PNG in Linux
dwebp pic.webp -o pic.png Batch:
for f in …
- System & Web
- References:
The Linux man-pages project Data Wrangling · the missing semester of your cs education (2020) Command-line environment · the …
- Homebrew
- Useful commands # List dependencies of a package # Ref: dependency management - Easy way to have Homebrew list all package dependencies - …
- Vim
- References:
Editors (Vim) · the missing semester of your cs education $ vimtutor Vim Tips Wiki | Fandom General # General notes: …
- Docker
- Compose file reference | Docker Docs Introduction to Docker Compose | Baeldung on Ops Running containers # Create and/or run containers: …
- espanso
- Reference: Documentation - espanso - Cross-platform Text Expander written in Rust
Basics # User profile path: …
- ffmpeg
- Online versions: (WebAssembly)
ffmpeg-online Repo: xiguaxigua/ffmpeg-online Convert # Video –> Audio # Credit: How can I …
- Homebridge
- Config # Where to put it? Nobody knows. All of them. (It’s ~/.homebridge/config.json).
{ "bridge": { …
- Pleroma
- Installation on Raspberry Pi # Mostly following Pleroma and Mastodon on the Raspberry Pi 3 · wimvanderbauwhede/limited-systems Wiki. …
- stow
- Best dotfile manager ever.
- tmux
- References:
Command-line Environment · the missing semester of your cs education Home · tmux/tmux Wiki Tmux Cheat Sheet & Quick …
- Zsh
- My notes on Unix/shell basics from ages ago (in Chinese): notes: bash
Set Language # Set everything to English:
# In .zshrc export LANG= …