2010-07-14

【軟體】SVN : Could not use external editor to fetch log message !!

0 comments

今天在執行 svn ci 時,出現了下面的錯誤

svn: Commit failed (details follow):
svn: Could not use external editor to fetch log message; consider setting the $SVN_EDITOR environment variable or using the --message (-m) or --file (-F) options
svn: None of the environment variables SVN_EDITOR, VISUAL or EDITOR are set, and no 'editor-cmd' run-time configuration option was found

看起來就是沒設定 SVN_EDITOR,所以在 commit 時,

他不知道要用那個編輯器。

記得以前的也沒設定過呀,真奇怪。

反正就設定一下吧。

# vi ~/.bash_profile

輸入

# export SVN_EDITOR="/usr/bin/vim"

存檔離開,重新登入,

echo $SVN_EDITOR 檢查一下。

沒問題的話,再去 commit 一次,就可以了。

2010-07-06

【系統】Linux : 使用 iftop 即時監控網路流量

0 comments

Garlic 跟我說的一個軟體,可以拿來監控本機的網路流量。

很簡單就可以安裝了。

SUSE : zypper in iftop

Ubuntu : sudo apt-get install iftop

我只能說 Linux 真的是愈來愈人性化了。

裝完後,執行 iftop ,即可看到網路流量的資訊了。

 

PS. 他的 b 是小 b, 不是大 B