https://github.com/dr34mhacks/useful-scripts-dump
A collection of handy, no-nonsense scripts to solve everyday problems in Linux environments, DevOps workflows, and security toolchains.
https://github.com/dr34mhacks/useful-scripts-dump
bash docker dump kali-linux kali-scripts linux script
Last synced: 7 months ago
JSON representation
A collection of handy, no-nonsense scripts to solve everyday problems in Linux environments, DevOps workflows, and security toolchains.
- Host: GitHub
- URL: https://github.com/dr34mhacks/useful-scripts-dump
- Owner: dr34mhacks
- License: apache-2.0
- Created: 2025-06-27T07:15:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-06-27T07:50:40.000Z (8 months ago)
- Last Synced: 2025-06-27T08:38:03.736Z (8 months ago)
- Topics: bash, docker, dump, kali-linux, kali-scripts, linux, script
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# π οΈ useful-scripts-dump
[](LICENSE)
[](#)
[](CONTRIBUTING.md)
A collection of **handy, no-nonsense scripts** to solve everyday problems in Linux environments, DevOps workflows, and security toolchains.
This repository is designed to be your **Swiss Army Knife** of scripts that just workβtested, documented, and ready to save you time.
---
## β¨ Overview
**useful-scripts-dump** is a curated set of Bash scripts and utilities that help you:
β
Automate system configuration
β
Install common tools like Docker
β
Perform clean-up tasks
β
Troubleshoot typical issues
β
Speed up your workflow with safe, repeatable commands
Whether you're a sysadmin, pentester, or power user, these scripts are here to make your life easier.
---
## π Scripts Included
β
**Docker Installation**
- `install-latest-docker.sh`
A robust script to **install the latest Docker Engine** on Kali Linux, Debian, or Ubuntu.
Automatically configures the correct repository (`bookworm`), verifies installation, and optionally cleans up the test image.
*(More scripts coming soon!)*
---
## π€ Contributing
Pull requests are welcome! If you have useful scripts you think others would benefit from, feel free to:
- **Fork this repository**
- **Add your script**
- **Document it clearly**
- **Submit a pull request**
Please make sure your scripts:
- Are safe and idempotent where possible
- Have clear prompts if they perform irreversible actions
- Include helpful comments for clarity
---
## π License
This project is licensed under the MIT License.
See [LICENSE](LICENSE) for details.
---
> β **Tip:** Star this repository to keep these scripts handy whenever you need them!