An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# πŸ› οΈ useful-scripts-dump

[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
[![Shell Scripts](https://img.shields.io/badge/scripts-bash-blue.svg)](#)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](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!