← Back to Home Note: These posts are notes for me. These are not guides and you should not use these instructions as step-by-step instructions without knowing what they do.
Link Compilation
- Awesome Sys-admin - A curated list of amazingly awesome open source sysadmin resources.
- free-for.dev - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
Linux
Useful Commands
- netsh wlan show wlanreport - WiFi troubleshooting. Use in an elevated Windows command prompt.
- exa - ls alternative
- bat - cat alternative
- dust - du alternative
- duf - df alternative
- fd - find alternative
- dog - nslookup/dig alternative
- ripgrep - ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern.
- fzf - command line fuzzy finder