Skip to content

Instantly share code, notes, and snippets.

@brunnels
brunnels / bootstrapwindows10.ps1
Last active December 2, 2020 17:58 — forked from zloeber/bootstrapwindows10.ps1
Boxstarter Windows 10 Configuration
<#
The command to run, built from the raw link of this gist
Win+R
iexplore http://boxstarter.org/package/url?<RAW GIST LINK>
OR (if you don't like the way the web launcher force re-installs everything)
@brunnels
brunnels / Rclone Prometheus memory stats
Created March 17, 2019 11:50 — forked from B4dM4n/Rclone Prometheus memory stats
A shell script to collect rclone memory stats that can be read by the prometheus node_exporter textfile module
Rclone Prometheus memory stats
@brunnels
brunnels / vbox-shutdown.py
Created October 10, 2016 10:13 — forked from ionelmc/vbox-shutdown.py
VirtualBox automatic shutdown cleaner. Runs in the "notification icon area". When closed by windows it waits for VMs to shutdown (acpi) and if it doesn't work it tries to suspend the VMs.
import logging
import subprocess
import time
import sys
import win32con
import win32gui_struct
import os
try:
import winxpgui as win32gui
except ImportError: