Raspberry Practice

  1. Run raspi-config to set parameter
  2. Login as pi/raspberry, sudo passwd root
  3. Run sudo vi /boot/config.txt to set framebuffer
  4. Install JDK1.8.0 and run javafx samples http://javafx.steveonjava.com/javafx-on-raspberry-pi-3-easy-steps
  5. Install Tomcat
  6. Install TightVNC raspberry-pi-beginners-guide tightvnc
  7. Install transmission-daemon, transmission-remote-gui/java remember to disable rpc-white-list and set the login user/password pt-linux-vps setting-up-transmission-remote-gui-in
  8. Install samba sudo apt-get install samba
    /etc/samba/smb.conf
    1
    2
    3
    4
    5
    6
    7
    [bt-download]
    comment = transmission download folder
    browsable = yes
    path = /var/lib/transmission-daemon/downloads
    public = yes
    writable = yes
    guest ok = yes
  9. Install chromium sudo apt-get install chromium
  10. Install wiringPi https://projects.drogon.net/raspberry-pi/wiringpi/download-and-install
  11. Install xrdp (ru tightvncserver in backend imho) sudo apt-get install xrdp
  12. Install bluetooth sudo apt-get install bluez blueman
  13. Install mpd sudo apt-get install mpd mpc icecast2
    set bind_to_address to 0.0.0.0 in mpd.conf
    uncomment the block Icecast of audio_output
    streaming-audio-with-mpd-and-icecast2-on-raspberry-pi
  14. Install Pifm Turning_the_Raspberry_Pi_Into_an_FM_Transmitter
  15. check revision cat /proc/cpuinfo http://elinux.org/RPi_Hub And http://rpitc.blogspot.hk/

Reference

http://whatswhat.no/computer/linux/raspberry-pi/481-raspberry-pi-mediacenter-raspbmc-setup-and-use-ipad-or-iphone-as-remote
http://blog.thestateofme.com/2012/05/27/raspberry-pi-on-ipad/
http://www.oracle.com/technetwork/articles/java/raspberrypi-1704896.html

http://projectdp.wordpress.com/2012/09/24/pi-k3w-kindle-3-display-for-raspberry-pi/
http://www.raspberrypi.org
https://www.riscosopen.org/news/articles/2012/10/26/risc-os-pi-released-risc-os-for-the-raspberry-pi
http://www.reddit.com/r/raspberry_pi/comments/zoivv/kindleberry_pi/