<div dir="ltr">Yes. You will have to make sure wget is installed: sudo apt install wget<div>-David, N9KT</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Dec 24, 2020 at 11:44 PM Steve - AA4U <<a href="mailto:aa4u@mchsi.com">aa4u@mchsi.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto">While I'm not new to DX Spider, it's only been recently that I switched from WinDoze to Linux. Will these scripts work with the Ubuntu version? </div><div dir="auto"><br></div><div dir="auto">73, Steve - AA4U</div><div dir="auto">K4ZR SysOp (Alabama) </div><div dir="auto"><br></div><div id="gmail-m_2643197655461068906composer_signature" dir="auto"><div style="font-size:85%;color:rgb(87,87,87)">Sent via Samsung Galaxy S9+ on Verizon</div></div><div dir="auto"><br></div><div><br></div><div align="left" dir="auto" style="font-size:100%;color:rgb(0,0,0)"><div>-------- Original message --------</div><div>From: David Spoelstra via Dxspider-support <<a href="mailto:dxspider-support@tobit.co.uk" target="_blank">dxspider-support@tobit.co.uk</a>> </div><div>Date: 12/24/20 01:23 (GMT-06:00) </div><div>To: The DXSpider Support list <<a href="mailto:dxspider-support@dxcluster.org" target="_blank">dxspider-support@dxcluster.org</a>> </div><div>Cc: David Spoelstra <<a href="mailto:davids@mediamachine.com" target="_blank">davids@mediamachine.com</a>> </div><div>Subject: [Dxspider-support] DXSpider crontabs in general </div><div><br></div></div><div dir="ltr">Since we're sharing, I thought I'd give everyone my entire DXSpider crontab. Maybe I can help others and maybe someone has a better way of doing something than I do. BTW, mine has been running flawlessly for years.<div>-David, N9KT</div><div><br></div><div># /spider/local_cmd/crontab<br># MAKE SURE /spider/cmd_import EXISTS!<br># min, hour, day-of-month, month, day-of-week (0=Sun)<br># TIME IS UTC!<br><br># Connect to other nodes<br>* * * * * start_connect('w9pa') unless connected('w9pa')<br>* * * * * start_connect('wb3ffv') unless connected('wb3ffv')<br>* * * * * start_connect('ky4xx') unless connected('ky4xx')<br><br># Monday 1am local - Get latest FCC data (W1NR updates Sundays)<br>0 5 * * 1 spawn("cd /tmp && wget -qN <a href="ftp://ftp.w1nr.net/usdbraw.gz" target="_blank">ftp://ftp.w1nr.net/usdbraw.gz</a> && /spider/perl/<a href="http://create_usdb.pl" target="_blank">create_usdb.pl</a> usdbraw.gz")<br>15 5 * * 1 run_cmd("load/usdb")<br>30 5 * * 1 spawn("rm /tmp/usdbraw.gz")<br><br># Friday 1am local - Get latest Keps to be ready for any contest<br>0 5 * * 5 spawn("cd /tmp && wget -qN <a href="http://www.amsat.org/amsat/ftp/keps/current/nasabare.txt" target="_blank">http://www.amsat.org/amsat/ftp/keps/current/nasabare.txt</a> && /spider/perl/<a href="http://convkeps.pl" target="_blank">convkeps.pl</a> -p nasabare.txt")<br>15 5 * * 5 run_cmd("load/keps")<br>30 5 * * 5 spawn("rm /tmp/nasabare.txt")<br><br># Friday 2am local - Get latest cty.dat to be ready for any contest<br>0 6 * * 5 spawn("cd /spider/data && wget -qN <a href="http://www.country-files.com/cty/cty.dat" target="_blank">http://www.country-files.com/cty/cty.dat</a>")<br>15 6 * * 5 spawn("cd /spider/data && wget -qN <a href="http://www.country-files.com/cty/wpxloc.raw" target="_blank">http://www.country-files.com/cty/wpxloc.raw</a>")<br>30 6 * * 5 spawn("cd /spider/data && /spider/perl/<a href="http://create_prefix.pl" target="_blank">create_prefix.pl</a>")<br>45 6 * * 5 run_cmd("load/prefixes")<br><br># Friday 3am local - Update DXSpider to be ready for any contest<br>0 7 * * 5 spawn("cd /spider && git reset --hard && git pull")<br></div><div><br></div></div>
</div></blockquote></div>