Skip to content

Instantly share code, notes, and snippets.

View brejoc's full-sized avatar
🏡
Remote

Jochen Breuer brejoc

🏡
Remote
View GitHub Profile
@brejoc
brejoc / Caddyfile
Created February 15, 2017 09:01 — forked from jpoehls/Caddyfile
Proxy + Static File serving with caddy
# Caddyfile
localhost:2015 {
startup "go run ./server.go" &
root ./static_files
proxy / localhost:2016
}
# FILE TREE
#
@brejoc
brejoc / terminal_color_scheme
Created December 13, 2016 14:53 — forked from OpenNingia/terminal_color_scheme
Simple script to apply Solarized color scheme to Pantheon Terminal
#!/usr/bin/python
# -*- coding: utf-8 -*-
"""Solarized theme for pantheon-terminal
see http://ethanschoonover.com/solarized
"""
import posixpath
import sys
from gi.repository import Gio

Auto-starting VirtualBox VMs on OS X

After finding a lot of other posts on the topic that didn't work out for me this one did the trick so I'm reposting for my own sense of self preservation.

Link to original article.

Copy the Virtualbox autostart plist template file to your system's LaunchDaemons folder.

sudo cp \

/Applications/VirtualBox.app/Contents/MacOS/org.virtualbox.vboxautostart.plist \