顯示具有 mac 標籤的文章。 顯示所有文章
顯示具有 mac 標籤的文章。 顯示所有文章

2013年9月5日 星期四

install caff on Mac

最近參加了幾次 signing-party,在會後都會收到制式的內容和 key,查了一下才發現是用了 caff 這個工具。

在 homebrew 上試查 caff 也沒有?!後來才發現有 signing-party 這個小工具, caff 就在裡面。

為了裝這個 perl 的工具,在直接下 homebrew 的安裝之後,才會發現需要其他幾個 perl 的元件,照安裝就可以


安裝過程如下:



接下來就照正常的使用 caff 流程就可以簡化認證這件事啦!

> caff

[修正] 2015.05.26 使用 local 的 perl 安裝法,避免 sudo

2013年3月21日 星期四

git fetch 遇到的怪問題


在使用 git-svn-fetch 的時候 系統竟然吐出這樣的 log

fatal: Cannot open '.git/9YHRNPjFMp': Resource temporarily unavailable
hash-object -w --stdin-paths --no-filters: command returned error: 128

error closing pipe: Bad file descriptor at /usr/local/Cellar/git/1.8.2/libexec/git-core/git-svn line 0
error closing pipe: Bad file descriptor at /usr/local/Cellar/git/1.8.2/libexec/git-core/git-svn line 0

同樣的來源在不同的電腦上跑就可以正常 fetch ,後來發現是直接在虛擬碟 (nas) 上使用的關係

只要在實體硬碟上 fetch 就能正常運作了

相關文章:

2012年8月28日 星期二

ipython GUI on mac

I use homebrew, easy_install to install all package.

You will need zmq, pyzmq, pygments, pyqt, ipython

First you need to use homebrew install zmq, pyqt.

brew install zmq pyqt

and install ipython, pygments, pyzmq

easy_install pyzmq pygments ipython

then you done it.

try to use
ipython qtconsole
to try it!