Skip to content

Instantly share code, notes, and snippets.

@dusya
dusya / Drunk-hello.txt
Last active August 22, 2016 23:30
Hello, I'm drunk
Hello, it's me
I'm just calling cause I've had a little bit too much to drink
At the bar, then the club
They say tequila's supposed to heal ya
But I'm feelin kinda queasy
Hello, can you hear me?
I'm standing in a crowded bathroom and I really have to pee
I might not make it to the stall
With all these people all around me, I'll have a puddle at my feet
@dstrctrng
dstrctrng / gist:5257727
Last active December 15, 2015 12:08
ubuntu-precise-image.sh
#!/bin/bash
# run as a non-root user on Ubuntu Precise
export DEBIAN_FRONTEND="noninteractive"
sudo aptitude -y install lxc bsdtar libsqlite3-dev git pkg-config
sudo aptitude -y install linux-image-extra-$(uname -r)
sudo aptitude -y install golang 0<&-
cd