Skip to content

Instantly share code, notes, and snippets.

@abdennour
abdennour / README.md
Created May 27, 2022 10:46
Redirect all HTTP to HTTPS - Ingress Traefik k3s
@tomdaley92
tomdaley92 / README.md
Last active October 30, 2025 12:01
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

@john-kontralto
john-kontralto / cfn-interface-parameters.ts
Created February 4, 2021 20:16
Organize CFn Parameters in CDK
import { CfnParameter, Construct, Stack } from '@aws-cdk/core';
interface ParameterGroup {
Label: { default: string };
Parameters: string[];
}
interface ParameterLabels {
[parameterLogicalId: string]: { default: string };
}
@nilslindemann
nilslindemann / Lichess forum user recommendations for good chess books.md
Last active June 20, 2022 15:17
Lichess forum user recommendations for good chess books
@karthiks
karthiks / wsl-cheatsheet.ps1
Last active September 23, 2025 09:26
WSL 2 CLI Cheat-sheet To Be Run In Powershell
# wsl Help
wsl --help
# Check WSL status
wsl --status
# Check WSL version
wsl --version
# Update WSL
@april
april / arena-macos-full-screen-fixes.sh
Last active September 25, 2025 01:29
Fixes Magic Arena's broken full screen implementation on macOS
#!/bin/bash
# this forces Arena into full screen mode on startup, set back to 3 to reset
# note that if you go into the Arena "Graphics" preference panel, it will reset all of these
# and you will need to run these commands again
defaults write com.wizards.mtga "Screenmanager Fullscreen mode" -integer 0
defaults write com.wizards.mtga "Screenmanager Resolution Use Native" -integer 0
# you can also replace the long complicated integer bit with any other scaled 16:9
# resolution your system supports.
@konstruktoid
konstruktoid / mac_developer_certs.md
Last active March 3, 2022 00:25
Installing Developer ID certificates on Mac OS X

Installing Developer ID certificates on Mac OS X

Short guide showing how to install Developer ID certificates, when the Allow button doesn't show up under System Preferences > Security & Privacy > General or you're seeing (libkern/kext) system policy prevents loading; check the system/kernel logs for errors or try kextutil(8). in the installation logs (CMD + L).

System information

macOS Catalina
ProductName:    Mac OS X
ProductVersion: 10.15.4