- Updated on May 29 to accommodate etcd container not having
/bin/sh
available anymore.
curl -sL https://get.rke2.io | sh
systemctl daemon-reload
systemctl start rke2-server
$TTL 60 | |
dev. IN SOA icecream root.icecream.dev ( | |
472 ; Serial | |
10 ; Refresh | |
10 ; Retry | |
120 ; Expire | |
120 ) ; Negative Cache TTL | |
; | |
dev. IN NS icecream.dev. |
#!/bin/sh | |
# the file containing this gist must be executable | |
# chmod +x FILENAME.sh | |
# xattr -d com.apple.quarantine FILENAME.sh | |
echo "Please login to your Apple Account through the Mac App Store" | |
echo "When logged in sucessfully press [ENTER} to continue" | |
read |
Some random notes on trying (and failing) to get Proxmox as host with 5700G APU GPU PCI Passthrough to Ubuntu guest VM working:
References: