Skip to content

Instantly share code, notes, and snippets.

@sectore
Last active June 27, 2017 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sectore/ed57863368e06c67069819e994af22a4 to your computer and use it in GitHub Desktop.
Save sectore/ed57863368e06c67069819e994af22a4 to your computer and use it in GitHub Desktop.
Veeeery UnOfficial `Parallels` cheatsheet

A veeeery unOfficial Parallels cheatsheet

Set credentials

(see http://kb.parallels.com/en/123912)

Login: IEUser
Password: Passw0rd!

Set host on Win7 (or later)

  • Run Notepad as administrator
  • Open Computer/Local Disk (C:)/Windows/System32/drivers/etc
  • Show “All files”
  • Open host file to add port (macOS -> System Preferences -> Network -> Parallels -> IP Address) and alias (wsmac in this case)
10.211.55.2 	wsmac

How to fix error message in IE “invalid host header” by running webpack?

webpack-dev-server --public wsmac
  • Or a quick (but unsafe) way: Enable in webpack.config.js
devServer: 
  { ..., 
   disableHostCheck: true
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment