Skip to content

Instantly share code, notes, and snippets.

View zcorn2017's full-sized avatar

Zcorn zcorn2017

  • The Chinese University of Hong Kong, Shenzhen
  • Shenzhen, China
  • 10:25 (UTC +08:00)
View GitHub Profile
@tomdaley92
tomdaley92 / README.md
Last active March 31, 2025 17:31
Proxmox - SPICE Client setup for MacOS

Proxmox - SPICE client setup for MacOS

  1. 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
  2. Once that's installed should be able make a call remote-viewer with a pve-spice.vv file downloaded from proxmox web interface

@mikepruett3
mikepruett3 / shell-setup.ps1
Last active April 2, 2025 13:39
Packages to install via scoop, winget, choco, and other tools...
<#
.SYNOPSIS
Script to Initialize my custom powershell setup.
.DESCRIPTION
Script uses scoop
.NOTES
**NOTE** Will configure the Execution Policy for the "CurrentUser" to Unrestricted.
Author: Mike Pruett
Date: October 18th, 2018