Skip to content

Instantly share code, notes, and snippets.

View allyunion's full-sized avatar

Jason Lee allyunion

  • Los Angeles, CA
View GitHub Profile
@allyunion
allyunion / PackerAccess.json
Last active August 18, 2017 20:09
The minimum access required for Packer
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PackerAMIAccess",
"Action": [
"ec2:CopyImage",
"ec2:CreateImage",
"ec2:DeregisterImage",
"ec2:DescribeImageAttribute",
@allyunion
allyunion / vbox_server
Created August 5, 2016 23:02
VirtualBox startup script
#!/bin/sh
### BEGIN INIT INFO
# Provides: vbox_server
# Required-Start: $local_fs $network $named $time $syslog
# Required-Stop: $local_fs $network $named $time $syslog
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Description: Starts a VirtualBox instance named 'vbox_server'
### END INIT INFO
@allyunion
allyunion / private.xml
Created February 18, 2016 17:13
private.xml for Karabiner that corrects for PC Styles to include VI
<?xml version="1.0"?>
<root>
<replacementdef>
<replacementname>PC_STYLE_BINDINGS_IGNORE_APPS</replacementname>
<replacementvalue>
VIRTUALMACHINE,
REMOTEDESKTOPCONNECTION,
VNC,
TEAMVIEWER,