Difference between revisions from 2013/05/22 02:28 and 1999/11/30 00:00.open
{{
vim /etc/crontab
}}
and paste
{{
# xplanet
*/15 * * * * pi /home/pi/remoteqth/script/azimuth-map.sh
* * * * * pi ip addr show eth0 | grep inet | awk '{print$2}' > /tmp/eth0ip
# RPi only
* * * * * root /home/pi/remoteqth/script/lcd.sh
* * * * * pi /home/pi/remoteqth/script/webcam.sh
}}
symlinks
{{
ln -s /home/pi/remoteqth/script/.xplanet /home/pi/.xplanet
mkdir /usr/share/xplanet/images
ln -s /home/pi/remoteqth/script/.xplanet/images/sun.png /usr/share/xplanet/images/sun.png
}}