From 802e8e1701810ae4de062dfc82634efb34fded6a Mon Sep 17 00:00:00 2001 From: Steve Dogiakos Date: Tue, 18 Feb 2025 23:02:20 -0700 Subject: [PATCH] Create README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6504446 --- /dev/null +++ b/README.md @@ -0,0 +1,40 @@ +# Handy Debian Scripts + +A collection of scripts designed to simplify tasks on Debian-based systems. + +## Getting Started + +Clone the repository: + +``` +git clone https://github.com/snachodog/handy-debian-scripts.git +``` +Navigate to the directory: +``` +cd handy-debian-scripts +``` + +Make the scripts executable: +``` +chmod +x *.sh +``` + +Run a script: + +``` +./script-name.sh +``` + +## Scripts + +### `ip_address_fix.sh` + +A script to fix IP address-related issues. Specifically resolves Docker not being able to pull containers with the default setup by setting the device nameservers to IPv4 `8.8.8.8` and `1.1.1.1` + +### `update_yacreader_library.sh` + +A script to update the YACReader library. + +## License + +This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.