Skip to content

Instantly share code, notes, and snippets.

View ogaida's full-sized avatar

Oliver Gaida ogaida

View GitHub Profile
@ekreutz
ekreutz / ansible_variable_precedence.md
Last active May 7, 2026 12:22
Ansible variable precedence (order, hierarchy)
@jkirk
jkirk / del_imap.py
Last active November 22, 2022 13:28
List (or flag) mails of an IMAP account which contains a given subject text
#!/usr/bin/python3
import getpass
def del_imap(server, port, login, password, search):
import imaplib, email
# NOTE: According to RFC 1730 the SEARCH commands searches for 'messages that
# CONTAIN the specified string. When multiple keys are specified, the result
# is the intersection (AND function) of all the messages that match those
@tomdaley92
tomdaley92 / README.md
Last active May 27, 2026 14:12
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