config windows virtual machine on mac
1.download virtualbox and related extension pack from http://www.oracle.com/technetwork/server-storage/virtualbox/downloads/index.html
2. download the windows virtual machine from http://dev.modern.ie/tools/vms/.
3. install virtual machine
a. open virtualbox, click "File", then click "import Appliance", then select ova file to import.
4. install "Virtualbox Guest Additions"
a) open the installed virtual machine.
b) on virtual box menu bar, click "Devices", click "insert Guest Additions CD image ...'.
c) find the mounted "CD Drive(D:) Virtualbox Guest Additions", click the install app "VboxWindowsAdditions.exe".
5. config the sharefolder,copy ie10.bat, folder IEDriverServer_Win32_2.45.0, and selenium-server-standalone-2.45.0.jar from sharefolder to "Downloads" folder on windows.
6. install jdk on windows and config the System path environment variable for java.
7. config the path for IEDriverServer.
8. install privoxy and config the main configuration.
find the "forward-socks5t" line, remove the end "t" and change the port to 1080.
9. install shadowsocks.
config server: ip:54.92.48.26, port: 8388, proxy port :1080, password:spondwin2015.
change mode to "Globle"
enable menus: start on boot, Allow clients from LAN, Enable system proxy.
10. config internet explorer to enable LAN proxy with proxy sever :127.0.0.1, port:1080.
11. config the NetWork Adapter to "Bridaget Adapter"
12. after config finished, take a screenshot of current status to extend the days of windows valid.
config windows virtual machine on mac的更多相关文章
- Windows Azure Virtual Machine (31) 迁移Azure虚拟机
		
<Windows Azure Platform 系列文章目录> 为什么要写这篇Blog? 之前遇到过很多客户提问: (1)我之前创建的虚拟机,没有加入虚拟网络.现在需要重新加入虚拟机网络, ...
 - Internet Explorer for Mac the Easy Way: Run IE 7, IE8, & IE9 Free in a Virtual Machine
		
From link: http://osxdaily.com/2011/09/04/internet-explorer-for-mac-ie7-ie8-ie-9-free/ If you’re ...
 - Windows Azure Virtual Machine (34) 保护Azure虚拟机
		
<Windows Azure Platform 系列文章目录> 请注意:我们在Azure上创建的虚拟机,都是可以通过公网IP地址来访问的.(直接通过虚拟机的IP地址:PIP,或者通过负载均 ...
 - [New Portal]Windows Azure Virtual Machine (11) 在本地使用Hyper-V制作虚拟机模板,并上传至Azure (1)
		
<Windows Azure Platform 系列文章目录> 本章介绍的内容是将本地Hyper-V的VHD,上传到Azure数据中心,作为自定义的虚拟机模板. 注意:因为在制作VHD的最 ...
 - [New Portal]Windows Azure Virtual Machine (12) 在本地使用Hyper-V制作虚拟机模板,并上传至Azure (2)
		
<Windows Azure Platform 系列文章目录> 本章介绍的内容是将本地Hyper-V的VHD,上传到Azure数据中心,作为自定义的虚拟机模板. 注意:因为在制作VHD的最 ...
 - [New Portal]Windows Azure Virtual Machine (13) 在本地使用Hyper-V制作虚拟机模板,并上传至Azure (3)
		
<Windows Azure Platform 系列文章目录> 本章介绍的内容是将本地Hyper-V的VHD,上传到Azure数据中心,作为自定义的虚拟机模板. 注意:因为在制作VHD的最 ...
 - [New Portal]Windows Azure Virtual Machine (14) 在本地制作数据文件VHD并上传至Azure(1)
		
<Windows Azure Platform 系列文章目录> 之前的内容里,我介绍了如何将本地的Server 2012中文版 VHD上传至Windows Azure,并创建基于该Serv ...
 - [New Portal]Windows Azure Virtual Machine (15) 在本地制作数据文件VHD并上传至Azure(2)
		
<Windows Azure Platform 系列文章目录> 在上一章内容里,我们已经将包含有OFFICE2013 ISO安装文件的VHD上传至Azure Blob Storage中了. ...
 - [New Portal]Windows Azure Virtual Machine (16) 使用Azure PowerShell创建Azure Virtual Machine
		
<Windows Azure Platform 系列文章目录> 注:本章内容和之前的[New Portal]Windows Azure Virtual Machine (12) 在本地制作 ...
 
随机推荐
- 引擎设计跟踪(九.14.2h) 开发计划
			
以后的开发计划: 完善game runtime code, 跑简单的demo目前只有编辑器的运行流程, 没有游戏/demo流程, 图形的测试主要在编辑器上测试, 现在需要测试android系统的图形, ...
 - SSRF攻击实例解析
			
ssrf攻击概述 很多web应用都提供了从其他的服务器上获取数据的功能.使用用户指定的URL,web应用可以获取图片,下载文件,读取文件内容等.这个功能如果被恶意使用,可以利用存在缺陷的web应用作为 ...
 - Chapter 4
			
1.Python中有四种函数:全局函数,局部函数,lambda函数,方法.其中全局函数与局部函数对比理解,局部函数就是定义在某函数之内的函数,否则就是全局函数,lambda函数就是表达式,方法就跟对象 ...
 - GCD常用方法
			
1.延迟操作 2.一次性代码 3.队列组 /** * 延迟执行 dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(2.0 * NSEC ...
 - (9)nehe教程3--添加颜色
			
添加颜色: 作为第二课的扩展,我将叫你如何使用颜色.你将理解两种着色模式,在左图中,三角形用的是光滑着色,四边形用的是平面着色. 上一课中我教给您三角形和四边形的绘制方法.这一课我将教您给三角形和四边 ...
 - C#产生不重复的随机数并生成随机文件名
			
本文转自:http://blog.ciznx.com/post/csharprandomnumberandrandomfilename.aspx 在项目中会遇到需要批量生成文件的时候,比如 asp.n ...
 - MongoDB (七) MongoDB 数据类型
			
MongoDB支持许多数据类型的列表下面给出: String : 这是最常用的数据类型来存储数据.在MongoDB中的字符串必须是有效的UTF-8. Integer : 这种类型是用来存储一个数值.整 ...
 - awk过滤统计不重复的行
			
awk以‘\t’为分隔符区分列 cat logs | grep IconsendRedirect | grep 1752 | awk -F'\t' '{print $8}'| wc -l awk过滤统 ...
 - RabbitMQ安装与搭建
			
1.下载Erlang,最新版本是erl8.1 ,地址:http://erlang.org/download/otp_win64_19.1.exe 网上很多资料说安装后要配置环境变量,不过我安装最新的版 ...
 - IOS开发中的几种设计模式
			
ios开发学习中,经常弄不清楚ios的开发模式,今天我们就来进行简单的总结和探讨~ (一)代理模式 应用场景:当一个类的某些功能需要由别的类来实现,但是又不确定具体会是哪个类实现.优势:解耦合敏捷原则 ...