Bash scripting collection — automation scripts for Linux systems, server management, and DevOps workflows
Find a file
2026-04-12 13:40:47 +03:00
cron ADD NAVIDROME SERVER UPDATER CRON BASH SCRIPT 2023-07-09 19:35:14 +03:00
macgen new example mac prefix 2024-06-06 15:33:53 +03:00
nordvpn Sample WireGuard config for reference. 2021-08-22 00:59:40 +03:00
openwrt Cronjob update of waf rules just added. 2021-08-16 19:22:57 +03:00
restic-backup restic backup script largely improved 2022-05-08 19:47:18 +03:00
roborock Roborock vacuum cleaner audio prank files added. 2021-08-17 15:34:19 +03:00
system Initial non-functional restic backup - TBD 2021-09-01 15:30:16 +03:00
.gitignore Initial commit 2021-08-15 23:26:13 +03:00
LICENSE Initial commit 2021-08-15 23:26:13 +03:00
README.md update repo governance 2026-04-12 13:40:47 +03:00
README.txt Initial non-functional restic backup - TBD 2021-09-01 15:30:16 +03:00

⚠️ 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