Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goobyfrs/gooby-tools
https://github.com/goobyfrs/gooby-tools
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/goobyfrs/gooby-tools
- Owner: GoobyFRS
- Created: 2023-07-11T15:18:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T19:25:51.000Z (about 2 months ago)
- Last Synced: 2025-01-21T17:11:39.044Z (6 days 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
```