View egg-wine-generic.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_comment": "DO NOT EDIT: FILE GENERATED AUTOMATICALLY BY PTERODACTYL PANEL - PTERODACTYL.IO", | |
"meta": { | |
"version": "PTDL_v1", | |
"update_url": null | |
}, | |
"exported_at": "2021-01-31T00:31:09+00:00", | |
"name": "Wine Generic", | |
"author": "parker@parkervcp.com", | |
"description": "a generic egg to run servers with wine", |
View virt-install.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo virt-install \ | |
-n broadcast0 \ | |
--description "OBS broadcast VM" \ | |
--os-type=Linux \ | |
--os-variant=ubuntu18.04 \ | |
--ram=32768 \ | |
--vcpus=20 \ | |
--disk path=/gluster/cached0/brick/vms/broadcast0.qcow2,bus=virtio,size=64 \ | |
--graphics none \ | |
--location http://gb.archive.ubuntu.com/ubuntu/dists/bionic/main/installer-amd64/ \ |
View gist:5bd62a09068dc1501a042e59b31e3b89
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gpg --recv-keys --keyserver hkp://pgp.mit.edu <key> |