2014年1月22日 星期三

Lubuntu奮鬥史-軟體

在進入Lutuntu後,先更改更新Server的位置


  1. 開始>系統工具>軟體更新>ubuntu軟體>下載自xxx,去這邊的其他選擇最快的Server
  2. 再切到更新>通知我新的unbuntu版本>任何新版本


為了讓系統可以正常的更新,需先安裝fake-pae (這是給CPU不支持PAE專用的)
,打開終端機 (Ctrl+Alt+t),輸入


  1. sudo apt-add-repository ppa:prof7bit/fake-pae
  2. sudo apt-get update
  3. sudo apt-get install fake-pae


安裝intel顯示卡驅動程式(如果你的顯示卡是Intel而且沒有正確顯示的話)

 

1.     下載intel linux驅動https://01.org/linuxgraphics/
2.     終端機內輸入簽名
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg -O - | \
sudo apt-key add -
wget --no-check-certificate https://download.01.org/gfx/RPM-GPG-KEY-ilg-2 -O - | \
sudo apt-key add -
3.     安裝intel驅動要的字型
sudo apt-get install ttf-ancient-fonts
4.     開始>偏好設定>intel graphic drivers
5.     編輯,或建立 /etc/x11/xorg.conf
Section "Device"
    Identifier "Intel Graphics"
    Driver "intel"
    Option "AccelMethod" "uxa"
EndSection
6.     重開機


安裝完以後,再來把安裝過程中沒有選擇的更新檔與第3方程式安裝進來


sudo apt-get dist-upgrade
sudo apt-get install lubuntu-restricted-extras


這兩個都安裝好以後,把中文支援處理的好一點,按下左下角的開始





開始 > 偏好設定 > 語言支援>安裝或移除語言>勾選繁體中文


再安裝支援比較好的注音gcin (新酷音在我電腦上有問題,選字常常會出現在畫面最底部)





  1. 在終端機輸入
    sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 835AB0E3
    software-properties-gtk
  2. 到 Other software (其他軟體) → Add
    APT line : deb http://hyperrate.com/debian eliu release
    會加入兩列,把 gcin source code 那個取消掉,目前 沒有提供 source,沒弄會造成錯誤。
  3. 回到終端機輸入
    sudo apt-get update
    sudo apt-get install gcin
  4. 開始 > 偏好設定 > 輸入法 > 設定成gcin
  5. 重開機


安裝網路相關軟體


  1. firefox
    sudo apt-get install firefox
  2. chromium (看要額外安裝哪套瀏覽器,13.10內建firefox,13.04則是內建chromium)
    sudo apt-get install chromium-browser
  3. pacmanx (BBS瀏覽器)
    sudo apt-get install pcmanx-gtk2
  4. flashplugin-installer (安裝flash)
    sudo apt-get install flashplugin-installer
  5. Java
    sudo apt-get install icedtea-7-plugin openjdk-7-jre
  6. Skype
    去www.skype.com下載Linux版本



安裝影片播放


  1. Mplayer2 (簡單流暢播放720p關鍵內核)
    sudo add-apt-repository ppa:ripps818/coreavc
    sudo apt-get install mplayer2
  2. SMplayer (前台,內核透過Mplayer2)
    sudo apt-get install smplayer
    進開始>影音>smplayer>選項>偏好設置>一般>Mplayer executable填上/usr/bin/mplayer2
    一般>視訊>Output driver>選跟xv相關,因為我是intel,所以我選xv(0-intel video overlay)
    字幕>預設編碼選UTF-8或Unicode
    字幕>Font and Color>字體選中文字體,大小選自動縮放為對角線

安裝其他軟體




  1. Shutter
    sudo apt-get install shutter
  2. Webmin(設定檔案共享)
    http://www.webmin.com 下載deb版本安裝
    安裝後,在瀏覽器輸入http://你的ip位置:10000
    輸入你的super user帳號密碼登入
    Webmin > 語言 > 改設定為繁體中文
    伺服器 > Samba視窗檔案分享
    下面有個轉換使用者,設定好是否要密碼,點選轉換使用者
    切到Samba使用者,確認你的帳號是否有出現
    會到主畫面,點選新增檔案共用
    設定名稱、你要共享的目錄,將owner改成你的帳號(root改成你的帳號)

    如果要將目錄設定為可寫入,點選剛創建好的名稱 > 密碼和進入控制 > 可寫改成是

沒有留言:

張貼留言