Skip to content

Instantly share code, notes, and snippets.

@Drewzar
Drewzar / Drunk-hello.txt
Created August 22, 2016 23:29 — forked from dusya/Drunk-hello.txt
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
@Drewzar
Drewzar / gist:5257932
Last active December 15, 2015 12:09 — forked from dstrctrng/gist:5257727
#!/bin/bash
#This will create a lucid docker image
# must been done from an ubuntu12.04 server as non-root
echo Installind debootstrap
sudo aptitude install debootstrap
echo Create boostrap
sudo debootstrap --arch amd64 --include=language-pack-en,aptitude lucid lucid http://archive.ubuntu.com/ubuntu/
echo Create policy