ls -1 ~/.emacs.d/elpa/
archives
metaweblog-20130707.431
org-20140324
org2blog-20130707.323
xml-rpc-20130423.1356
Are these really compatable?
org2blog < org ?
ls -1 ~/.emacs.d/elpa/
archives
metaweblog-20130707.431
org-20140324
org2blog-20130707.323
xml-rpc-20130423.1356
Are these really compatable?
org2blog < org ?
#!/bin/bash
# quickly get pi cam stream to local pc display, from pc go:
# requires:{nc,mplayer,hostname}@local&{raspivid,nc}@remote
command -v nc >/dev/null 2>&1 || { echo >&2 "Bummer"; exit 1; }
command -v mplayer >/dev/null 2>&1 || { echo >&2 "Bummer"; exit 1; }
ip=$(hostname -I)
stty -echo;echo -n "Enter user @ raspberry: ";read usr;echo;stty echo
xterm -e 'nc -l 5001 | mplayer -fps 31 -cache 1024 -' &
ssh $usr@pi.local "raspivid -t 99999 -o - | nc $ip 5001"
uv4l on boot: sudo apt-get install uv4l-raspicam-extras
+ tweek on /etc/init.d/uv4l_raspicam.sh