Installation-xplanet
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}' > /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