Difference between revisions of "Raspberry Pi"
From MyWiki
Line 1: | Line 1: | ||
− | + | [[ Slideshow stuff ]] Some command line examples and links to create a slideshow. | |
http://www.queryadmin.com/435/create-image-slideshow-raspberry-pi/<br> | http://www.queryadmin.com/435/create-image-slideshow-raspberry-pi/<br> | ||
fbi -d /dev/fb0 -a -T 2 -t 5 *.jpg<br> | fbi -d /dev/fb0 -a -T 2 -t 5 *.jpg<br> |
Revision as of 10:28, 3 March 2015
Slideshow stuff Some command line examples and links to create a slideshow.
http://www.queryadmin.com/435/create-image-slideshow-raspberry-pi/
fbi -d /dev/fb0 -a -T 2 -t 5 *.jpg
sudo fbi -noverbose -d /dev/fb0 -a -T 2 -t 5 *.png
Script to connect dongle
./sakis3g connect --console APN='CUSTOM_APN' USBINTERFACE='3' USBMODEM='12d1:1003' OTHER='USBMODEM' MODEM='OTHER' CUSTOM_APN='giffgaff.com' APN_USER='giffgaff' APN_PASS='password'