Bash scripting collection — automation scripts for Linux systems, server management, and DevOps workflows
- Shell 100%
| cron | ||
| macgen | ||
| nordvpn | ||
| openwrt | ||
| restic-backup | ||
| roborock | ||
| system | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| README.txt | ||
⚠️ Mirror. Primary repository: git.digtvbg.com Development, issues, and PRs happen there. The GitHub repo is read-only.
bash-tryouts
POWERED BY ETHIOPIA YIRGACHEFFE SPECIALTY COFFEE SCA 84 - PROCESS HONEY HEIRLOOM
Results oriented mindset. Tooling and skills just help for delivery of results.
Some tooling and scripting tricks someone might find a bit awkward for the typical bash scripting standards:
- rg (ripgrep) - I feel it like a better (a tad faster) rusty grep.
- zsh - a shell which I find splendid, its location is /usr/bin/zsh
- printf instead of echo for a change. \n :)
- busybox shuf - a nice shuffling utility but its busybox variant
- play from the sox package
- wget as a curl alternative
- adb - the Android Debug Bridge as the normies know it.
- for evaluation instead of [ ]
- for substitution use $() instead of backticking ``
- restic - backups done not left but righty-ish
- msmtp - at least a maintained utility for emailing
- hg - mercurial versioning
- ipset - nice utility for you know... better iptables management