Skip to content

Instantly share code, notes, and snippets.

View derEremit's full-sized avatar

Sebastian Paul derEremit

  • maloon GmbH
  • Germany
View GitHub Profile
Verifying that +dereremit is my blockchain ID. https://onename.com/dereremit
@derEremit
derEremit / gist:5133332
Created March 11, 2013 10:31
vagrant speedup
im host:
mkdir -p ~/.cache/vagrant-apt-cache/precise64/partial/
in Vagrantfile unter
config.vm.define:
if File.directory? File.expand_path "~/.cache/vagrant-apt-cache/precise64/partial/"
config.vm.share_folder "apt-cache", "/var/cache/apt/archives", "~/.cache/vagrant-apt-cache/precise64", :owner => "root", :group => "root"
end
@derEremit
derEremit / thinkubuntu-2.sh
Created August 6, 2012 18:31 — forked from sagark/thinkubuntu-2
Dependencies
sudo apt-get install xorg-dev
sudo apt-get install git
@derEremit
derEremit / gource-multiple-repositories.sh
Created November 8, 2011 14:58 — forked from anonymous/gource-multiple-repositories.sh
Generates gource video out of multiple repositories.
#!/usr/bin/env bash
# Generates gource video (h.264) out of multiple repositories.
# Pass the repositories in command line arguments.
# Example:
# <this.sh> /path/to/repo1 /path/to/repo2
RESOLUTION="1600x1080"
outfile="gource.mp4"
i=0