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

2011-05-10

Nautilus 簡易分享檔案 (Ubuntu,Debian,Arch)

好像不只一次遇到 Samba 分享相關問題,趁著在 Arch 安裝的 Gnome 3上又不能用 Nautilus 分享檔案處理好留個記錄。

2011-05-03

Debian install firefox-4.0/iceweasel

debian 上的 firefox 名稱為 iceweasel 套件庫沒有 4.0 版本,需要新增 其它來源安裝。

sudo gedit /etc/apt/sources.list
add this code

deb http://opensource.nchc.org.tw/debian/ unstable main contrib non-free
deb-src http://opensource.nchc.org.tw/debian/ unstable main contrib non-free

update and install

sudo apt-get update 
sudo apt-get -t unstable install iceweasel iceweasel-l10n-zh-tw

2011.05.07 更新