在 mac 裡,一直被要求輸入 ssh passphrase
不知道從哪次更新後,每次要用 git 指令跟遠端的 git server 互動時,都會跳出輸入 passphrase 的要求。一次兩次還好,久了就覺得很煩。 上網找了一下,只要在 ~/.ssh/config 中加入下面這一小段,就可以了。 ...
不知道從哪次更新後,每次要用 git 指令跟遠端的 git server 互動時,都會跳出輸入 passphrase 的要求。一次兩次還好,久了就覺得很煩。 上網找了一下,只要在 ~/.ssh/config 中加入下面這一小段,就可以了。 ...

(Annecy.France) It’s annoying that I have to click on torrent files every time I download them in firefox. Although I tried to check the option to open always with a certain application in SaveFile dialog, it never worked. However, the solution seems so simple that I should have searched the internet earlier to make my life easier. In firefox official support website, it mentioned that this is configurable in Peferences: ...

(Touchen.Taiwan) Symmetry brings harmony. **** Encountered this problem for a while. It bothers me a lot although it does nothing harm. Well…the solution is quite simple, but hard to find by myself: just uninstall “Android File Transfer” app!! Don’t know why this app causes the symptom. I am glad that I don’t have to keep moving around on the touch panel to make sure I re-gain the control of mouse movement while pluging anything into usb port. ...

(田子坊.Shanghai.China) Brought ex-colleague to visit this old district in Shanghai. It’s full of exotic atmosphere while wandering around. Sitting in the coffee shop by the street corner, you can’t even tell whether you’re in western countries or somewhere else. Walking-by passengers are visitors from around the world. *** 這本書翻譯的不是很好,看得有點頭昏。 加上年代有點久,有些章節在新的平台上應該有更好的作法了。 應該找本新一點的書來看才是。 ...

(MatuShima.Japan) 因為雲層過厚,沒得看太陽從港口中間出來, 但是看看金邊的雲,享受陽光漸漸征服黑音,佔滿整個天空的感覺 讓人覺得很舒服。 **** 最近比較有空(應該是非常有空),再回來玩玩Open Source吧。 ...

(GuYiYuan.Shanghai) 冬陽,雖不暖身 但暖人心 **** 之前把mp3加到iTunes時,都沒有選擇copy一份到iTunes中, 因為我的MBP是SSD硬碟,容量沒有大到在裡頭放一堆音樂檔。 但是問題來了,一旦外部的mp3檔被我手賤砍掉時, 在iTunes中常常會遇到播放不了的問題。 iTunes又沒有介面可以很方便地移除這些已經找不到檔案的mp3 track。 ...
在Mac上的 Terminal,預設的狀態很難用, 一來是配色不好看,二來是ls是沒有顏色的。 配色的話,可以自己到preference中選一個喜歡的; ls的顏色的話,可以在自己的目錄下建立 .profile檔, 然後加入 export CLICOLOR=1 再重開Terminal就行了