sysadmin.sh/README.md

15 lines
360 B
Markdown
Raw Permalink Normal View History

2025-01-04 08:46:41 +08:00
# sysadmin.sh
Repository of various shell scripts to help with system administration.
## Deployment
2025-01-02 17:31:02 +08:00
2025-01-03 16:04:25 +08:00
Create USB Rubber Ducky with Raspberry Pi Pico using [pico-ducky](https://github.com/dbisu/pico-ducky)
2025-01-04 00:04:48 +08:00
Bootstrap your shell scripts with duckyscript.
2025-01-03 16:33:25 +08:00
```sh
2025-01-04 00:04:48 +08:00
# To generate payload.dd replace hello_world.sh with scripts name.
2025-01-03 16:33:25 +08:00
./install.sh hello_world.sh
```