Raspberry Practice
- Run raspi-config to set parameter
- Login as pi/raspberry, sudo passwd root
- Run sudo vi /boot/config.txt to set framebuffer
- Install JDK1.8.0 and run javafx samples http://javafx.steveonjava.com/javafx-on-raspberry-pi-3-easy-steps
- Install Tomcat
- Install TightVNC raspberry-pi-beginners-guide tightvnc
- 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
- Install samba
sudo apt-get install samba
/etc/samba/smb.conf1
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 - Install chromium
sudo apt-get install chromium
- Install wiringPi https://projects.drogon.net/raspberry-pi/wiringpi/download-and-install
- Install xrdp (ru tightvncserver in backend imho)
sudo apt-get install xrdp
- Install bluetooth
sudo apt-get install bluez blueman
- 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 - Install Pifm Turning_the_Raspberry_Pi_Into_an_FM_Transmitter
- 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/