Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/goobyfrs/gooby-tools


https://github.com/goobyfrs/gooby-tools

Last synced: 2 days ago
JSON representation

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
```