Testing
To test if syslog has been set up correctly you can log an event to syslog using the logger
command:
logger -t test "Here's an example log entry"
Next check your logs configured in Logentries to see if any events have been recorded.
To test if syslog has been set up correctly you can log an event to syslog using the logger
command:
logger -t test "Here's an example log entry"
Next check your logs configured in Logentries to see if any events have been recorded.
Haken, Väddö, Aug 20, 2014. NW 12-14 m/s, swh:1.5m (close to shore)
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