1、 好用软件
- brew
又叫Homebrew,是Mac OSX上的软件包管理工具,能在Mac中方便的安装软件或者卸载软件, 只需要一个命令, 非常方便.
brew类似ubuntu系统下的apt和centos下的yum.
官网:http://brew.sh/
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
iTerm2
是 MAC 下最好的终端工具
地址:http://www.iterm2.com/oh-my-zsh
命令行爱好者的福音,非常好用
github地址:https://github.com/robbyrussell/oh-my-zshGas Mask
切换host工具
2、时间工具
时间戳转本地时间:
date -r 1354291200
本地时间转时间戳:
date -j -f “%Y-%m-%d %H:%M:%S” “2012-12-01 00:00:00” “+%s”
当前时间戳:
date +%s