A collection of simple Bash scripts for automating daily sysadmin and development tasks on Linux.
If you have suggestions or feedback, please contact me at [email protected].
The repository will be supplemented and updated as necessary to ensure it remains current and relevant.
├── docs # For script documentation, dependencies, or system requirements
│ └── alpine-init.md
│ └── debian-security-setup.md
├── LICENSE
├── README.md
└── scripts
├── sysadmins #Scripts to help with sysadmin routine tasks
│ └── alpine-init.sh
│ └── debian-security-setup.sh
│ └── debian-init-docker.sh
└── tools #General-purpose tools
└── backup.sh