General CLI tools to facilitate stuff
Tool | Where (local/server) | Description | What for |
---|---|---|---|
Dive | local | A tool for exploring each layer in a docker image | Dev, keeping the image thin |
Dry | both | A Docker manager for the terminal | Checking which container is running (alternative to the less secure portainer) |
Lazygit | local | simple terminal UI for git commands | Helper for git |
htop | both | A tool to explore system load, memory load, running processes and other | Investigating high system or memory load, process listing |
GoAccess | both | Webservers log parser and displayer | Can be useful to aggregate webserver logs |
red | server | Red is a terminal log analysis tools. | To aggregate and analyze log trends |
glances | both | Glances is a cross-platform monitoring tool | like htop but on steroids |
ncdu | both | Real-time du, pretty much like gnome's baobab or Mac OS's DaisyDisk, but CLI. | To analyze what's taking up disk space |