Skip to content

Instantly share code, notes, and snippets.

image original dimensions (???x???)
files/large/1
files/thumb/1/auto/auto
files/thumb/1/auto/auto/fill
files/thumb/1/auto/auto/fit
max default dimensions (100x100) with aspect ratio
files/thumb/1
@zvineyard
zvineyard / vagrant-bootstrap
Last active January 3, 2016 00:19
Vagrant (VirtualBox) bootstrap. Holla!
#!/usr/bin/env bash
# Upgrade Base Packages
sudo apt-get update
sudo apt-get upgrade -y
# Install Web Packages
sudo apt-get install -y apache2
rm -rf /var/www
ln -fs /vagrant /var/www