Apple OS X 10.9.2 系统安装印象,这个是针对Apple分区/系统完全消失时使用的(即:Mac开机后屏幕一片空白)。准备一个8G或以上的U盘,将盘分为一个普通的磁盘分区即可。用 GHOST 工具将该印象恢复到U盘上面,MacBook Air 打开电源出现声音后按住 alt/option 键,直到出现磁盘分区画面,选择 OS X Base System 磁盘分区即可开始安装。 出现安装界面后可以进入页面顶部的菜单,选择磁盘工具对硬盘进行分区操作,分区完后就可以开始安装了! 本安装包
This software is provided 'as-is', without any express or implied warranty. In no event will the author be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, inclu
以下是在mac os x 10.9.2 安装nginx步骤 先将下载包解压,然后分别安装pcre和nginx 安装PCRE $ tar xvzf pcre-8.12 $ cd pcre-8.12 $ sudo ./configure --prefix=/usr/local $ sudo make $ sudo make install 安装Nginx $ tar xvzf nginx-1.11.2.tar $ cd nginx-1.11.2 $ sudo ./configure --prefi