Skip to content

Instantly share code, notes, and snippets.

View bennettp123's full-sized avatar

Bennett Perkins bennettp123

View GitHub Profile
@bennettp123
bennettp123 / etc-hosts-on-win.md
Created June 1, 2019 02:15 — forked from zenorocha/etc-hosts-on-win.md
/etc/hosts on Windows

Modify your hosts file

notepad

For Windows 10 and 8
  1. Press the Windows key.
  2. Type Notepad in the search field.
  3. In the search results, right-click Notepad and select Run as administrator.
  4. From Notepad, open the following file: c:\Windows\System32\Drivers\etc\hosts
@bennettp123
bennettp123 / Vagrantfile
Last active September 10, 2018 02:54 — forked from anthonysterling/Vagrantfile
Handy Vagrantfile for IE testing with Vagrant.
# Usage: IE={box} vagrant up
#
# Eg. IE=ie6.xp vagrant up
boxes = {
"ie6.xp" => "http://aka.ms/ie6.xp.vagrant",
"ie7.vista" => "http://aka.ms/ie7.vista.vagrant",
"ie8.xp" => "http://aka.ms/ie8.xp.vagrant",
"ie8.win7" => "http://aka.ms/ie8.win7.vagrant",
"ie9.win7" => "http://aka.ms/ie9.win7.vagrant",