Skip to content

Instantly share code, notes, and snippets.

View trwhiteaker's full-sized avatar

Travis Whiteaker trwhiteaker

View GitHub Profile
@trwhiteaker
trwhiteaker / init.sh
Last active November 26, 2022 19:16
hcloud-test
#!/bin/bash
sudo dnf update -y
sudo dnf install -y epel-release
sudo dnf install -y htop wget vim
touch /home/rocky/yay-this-worked.txt
{
"all": {
"hosts": {
"host-1000-test-0001.rbxhost.xyz": null,
"host-1000-test-0002.rbxhost.xyz": null,
"host-1000-test-0003.rbxhost.xyz": null
}
}
}
@trwhiteaker
trwhiteaker / rbx-setup-fedora.txt
Last active April 23, 2022 17:17
RBX Install Fedora Linux
# The following works on Fedora based distros including Rocky 8.5, RHEL 8, and Centos 8
# simplebyte.tech (Professor on ReserveBlockIO Discord)
# SSH in as root or log in as your user and sudo su
# Make install dir for RBX
mkdir rbx
# Install pre-requisites
dnf -y install epel-release
dnf -y install wget tmux unzip dotnet-sdk-6.0