Skip to content

Instantly share code, notes, and snippets.

View erikfrerejean's full-sized avatar
:octocat:

Erik Frèrejean erikfrerejean

:octocat:
View GitHub Profile
#!/bin/bash
# Add Vagrant's NFS setup commands to sudoers, for `vagrant up` without a password
# Updated to work with Vagrant 1.3.x
# Stage updated sudoers in a temporary file for syntax checking
TMP=$(mktemp -t vagrant_sudoers)
cat /etc/sudoers > $TMP
cat >> $TMP <<EOF
# Allow passwordless startup of Vagrant when using NFS.
@erikfrerejean
erikfrerejean / Questions
Created September 14, 2011 13:04
GOTO Amsterdam
Day job: Student Technical Computing / (spare time) Freelance PHP developer
What is your language of choice: PHP
Open Source contributions: Support Team member phpBB / Developer of the phpBB "Support Toolkit"
How do you use GitHub: Providing patches for phpBB, as well the development of the "Support Toolkit" is hosted on GitHub. Further more some development of some personal projects.