close
  • usbmount

    讓USB flash插入直接mount

    sudo apt-get install usbmount
    
  • samba

    提供檔案共用

    sudo apt-get install samba
    
    mkdir /home/pi/share
    chmod 777 /home/pi/share
    sudo vi /etc/samba/smb.conf
    
    [Share]
    comment = ShareFolder
    path = /home/pi/share
    browseable = Yes
    writable = Yes
    public = Yes
    guest ok = yes
    read only = no
    
  • node.js
    wget http://node-arm.herokuapp.com/node_latest_armhf.deb
    sudo dpkg -i node_latest_armhf.deb
    

... 持續更新中 ...

arrow
arrow
    文章標籤
    raspberrypi
    全站熱搜

    Perry Wu 發表在 痞客邦 留言(0) 人氣()