created by Daniel Willitzer
-
NO MOCKS: Never create mock data, placeholder functions, or simulated responses
-
NO THEATER: If something doesn't work, say it immediately - don't pretend with elaborate non-functional code
created by Daniel Willitzer
NO MOCKS: Never create mock data, placeholder functions, or simulated responses
NO THEATER: If something doesn't work, say it immediately - don't pretend with elaborate non-functional code
Install a working (and compiled) version of virt-viewer. You may view the homebrew package's upstream source on GitHub.
brew tap jeffreywildman/homebrew-virt-manager
brew install virt-viewer
Once that's installed should be able make a call remote-viewer
with a pve-spice.vv file downloaded from proxmox web interface
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"globals": { | |
"alwaysShowTabs": true, | |
"copyOnSelect": false, | |
"wordDelimiters": " ./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}~?│", | |
"defaultProfile": "{24e4b58f-d9bd-476e-9a95-bda3c133f5b4}", | |
"initialCols": 120, | |
"initialRows": 30, | |
"keybindings": [ |
Follow these steps to install Proxmox VE on a Hetzner server via the Rescue System. The Rescue System is a Linux-based environment that can be booted into to perform system recovery tasks. We'll be using it to install Proxmox VE.
In order to complete the process, it is indeed necessary to first boot into the Rescue System and then connect to it via SSH. This will allow you to run the commands for installing Proxmox VE. Here are the steps:
#!/bin/bash | |
set -o errexit | |
clear | |
printf "\n*** This script will download a cloud image and create a Proxmox VM template from it. ***\n\n" | |
### HOW TO USE | |
### Pre-req: | |
### - run on a Proxmox 6 server | |
### - a dhcp server should be active on vmbr1 |