Skip to content

Instantly share code, notes, and snippets.

View christophermlne's full-sized avatar

Christopher Milne christophermlne

View GitHub Profile
@christophermlne
christophermlne / gist:2e646cf1da5e5f3b80be
Created June 9, 2014 15:29
Virtual Box Modern IE networking share localhost
Edit the hosts file: C:\windows\system32\drivers\etc\hosts
(if the hosts folder/file is invisible, select 'all files' from the file type dropdown)
Add this entry:
10.0.2.2 localhost mydomain mydomain.com
You can now refer to the parent machine's vhosts by name!
find . -name .DS_Store -print0 | xargs -0 git rm --ignore-unmatch