Skip to content

Instantly share code, notes, and snippets.

View grawlinson's full-sized avatar
🦄
self.Drink(☕️)

George Rawlinson grawlinson

🦄
self.Drink(☕️)
View GitHub Profile
@grawlinson
grawlinson / br10.netdev
Last active May 5, 2020 07:25
VLAN Bridging with systemd-networkd
[NetDev]
Name=br10
Kind=bridge
[Bridge]
ForwardDelaySec=0
STP=false
@grawlinson
grawlinson / apple.scss
Created February 8, 2019 21:29
Apple Icon Colours
$green: #61bb46;
$yellow: #fdb827;
$orange: #f5821f;
$red: #e03a3e;
$purple: #963d97;
$blue: #009ddc;