看到一个Alfred workflows,在终端中打开finder当前目录,依样画葫芦撸了个在iTerm中打开finder当前目录。
Alfred workflows下载地址:
https://github.com/hisway/workflows/raw/master/Open%20iTerm%20At%20Current%20Finder%20Path.alfredworkflow
分类: MAC
-
Open current folder in iTerm
-
mac下安装oci8扩展来支持php连接oracle
下载oci8扩展包:
http://pecl.php.net/package/oci8cd到解压目录执行phpize,发现错误,
错误提示:
Cannot find autoconf. Please check your autoconf installation and the
$PHP_AUTOCONF environment variable. Then, rerun this script.解决方法:
curl -OL http://ftpmirror.gnu.org/autoconf/autoconf-latest.tar.gztar xzf autoconf-latest.tar.gz
cd autoconf-*./configure –prefix=/usr/local
make
sudo make install