2015/11/29

[Raspberry Pi] Ubuntu Mate 安裝紀錄

不知道要選哪個OS的話,可以參考這篇有介紹:
Raspberry Pi 的基礎 - 24 套作業系統大集合,我該選誰?
http://blog.itist.tw/2015/11/how-to-choosing-operating-system-for-raspberry-pi.html

1.安裝完Ubuntu Mate之後,要手動分配空間給系統,否則只會用到3.7GB左右的空間

  sudo fdisk /dev/mmcblk0
  接著參數依序為d、2
  sudo resize2fs /dev/mmcblk0p2
  接著參數依序為n、p、2、enter、enter

2.酷音輸入法
   sudo apt-get install fcitx-chewing
   重新登入後就能選擇中文輸入

   後記: 重裝系統之後因為不明原因,輸入法圖示跑不出來,就換成gcin了
   sudo apt-get install gcin

3.遠端控制
   sudo apt-get install xrdp

4.FTP
  sudo apt-get install vsftpd

  #vsftpd設定檔 (IPv4跟IPv6同時Listen好像會有問題)
  sudo vim /etc/vsftpd.conf

  FileZilla連上FTP後中文亂碼的問題: (強制使用UTF8編碼)
  https://twnoc.net/support/Knowledgebase/Article/View/143/0/filezilla

5.LAMP

Reference:
http://www.unixmen.com/how-to-install-lamp-stack-on-ubuntu-15-10/
http://www.codingstartup.com/how-to-setup-lamp-on-ubuntu/

6.Transmission-Daemon

Reference:
https://wwssllabcd.github.io/blog/2013/04/22/how-to-setup-transmission-deamon-in-raspberry-pi/
https://help.ubuntu.com/community/TransmissionHowTo
To be continued...

沒有留言:

張貼留言