https://github.com/goobyfrs/gooby-tools
https://github.com/goobyfrs/gooby-tools
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/goobyfrs/gooby-tools
- Owner: GoobyFRS
- Created: 2023-07-11T15:18:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-31T22:59:52.000Z (about 1 year ago)
- Last Synced: 2025-03-31T23:30:03.380Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gooby-Tools
This repo is a bunch of resources I have made for my home lab. Feel free to use them too.
To use my Ubuntu Setup bash script do the following. Always read the code before you execute it.
```shell
curl -fsSL https://raw.githubusercontent.com/GoobyFRS/gooby-tools/refs/heads/main/ubuntu_setup.sh -o ubuntu_setup.sh
chmod +x ubuntu_setup.sh
sudo ./ubuntu_setup.sh
```