Skip to content

Instantly share code, notes, and snippets.

View f1337's full-sized avatar

Michael Fleet f1337

View GitHub Profile
@ericboehs
ericboehs / gov.va.socks.plist
Created March 9, 2021 18:23
LaunchAgent for continually connecting to SOCKS via autossh
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>gov.va.socks</string>
<key>KeepAlive</key>
<dict>
<key>NetworkState</key>
<true/>
@jessfraz
jessfraz / boxstarter.ps1
Last active April 11, 2024 16:02
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: