
Mac
文章平均质量分 88
pcyph
这个作者很懒,什么都没留下…
展开
-
Mac OS X网络诊断命令
下面是一些Mac OS X下常用的网络诊断命令。它们能帮助我们发现网络问题。文中提到的协议和网络通信原理,可参考协议森林。 有些工具,如arping, arp-scan,需要借助HomeBrew安装。 基本工具 网络诊断的第一步,是了解自己的设备,比如有哪些接口,IP地址都是什么。 ifconfig 显示网络接口(interface)信息。如接口名称,接口类原创 2015-06-16 06:07:13 · 2669 阅读 · 0 评论 -
Ansible 安装与简单使用
一、安装 $ pip install ansible #for debian $ sudo apt-add-repository ppa:rquillo/ansible $ sudo apt-get update $ sudo apt-get install ansible #for centos $ sudo yum install ansible 二、环境说明 1.原创 2015-08-04 15:50:23 · 5496 阅读 · 0 评论 -
Brew’ing PHP, MySQL & Nginx on Mac OS X
There are many ways to install PHP, MySQL & Nginx on Mac. Here we will be doing it using brew. Installing PHP 5.6.10 (with FPM) on Mac OS X Search for available PHP formulas (formula’s in ho原创 2015-12-15 17:18:38 · 855 阅读 · 0 评论