Brew(homebrew) 1.简介 Brew 是 Mac 下面的包管理工具,通过 Github 托管适合 Mac 的编译配置以及 Patch,可以方便的安装开发工具. Mac 自带ruby 所以安装起来很方便,同时它也会自动把git也给你装上.官方网站: http://brew.sh . 安装完成之后,建议执行一下自检,brew doctor.如果看到Your system is ready to brew. 那么你的brew已经可以开始使用了. 安装:打开terminal,输入如下命令 r…
source: https://www.pexels.com/photo/office-working-app-computer-97077/ 注:这篇适用于用MAC 开发的developer 身为程式开发者,很大一部分的时间是在用command line 做事,如果能把command line 调整成好用又酷炫的模样,不只是效率提升非常多,用起来爽度也比较高 像下面这样子的command line 是不是比内建的有意思多了? 图片来源:https://github.com/bhilburn…
准备工作 新版的 Mac OS 内置了Apache 和 PHP,我的系统版本是OS X 10.9.3,可以通过以下命令查看Apache和PHP的版本号: httpd -v Server version: Apache/2.2.26 (Unix) Server built: Dec 10 2013 22:09:38 php --version PHP 5.4.24 (cli) (built: Jan 19 2014 21:32:15) Copyright (c) 1997-2013 The PHP…
1. nginx nginx [engine x] is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server. 从niginx基本介绍上看到Other HTTP server features中有一项: FLV and MP4 streaming; 可知nginx也支持流媒体. 2. brew brew又叫Homebrew,是Mac中的一款软件包管理工具,通过brew可…