<div dir="ltr">Hi Steve,<br><br>I haven't used the 20.04 version but the previous one of Ubuntu. I can pass you a script that executed as root will do the installation and will allow you to configure it. I repeat, I have not used it with this version but with 18 and with Debian it has never given me problems.<br>The script was developed by Yiannis SV5FRI (great job!) and I have adapted it to the new changes.<br><br>If you are interested, tell me and I will send it to you. My email is <a href="mailto:ea3cv@cronux.net">ea3cv@cronux.net</a>.<br><br>73 de Kin EA3CV<br><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El lun., 29 jun. 2020 a las 15:57, Steve Carroll - AA4U via Dxspider-support (<<a href="mailto:dxspider-support@tobit.co.uk">dxspider-support@tobit.co.uk</a>>) escribió:<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>
    <p>I've been running DX Spider on a Windows platform for almost 20
      years. Now that I have extra time (due to COVID-19), I'd like to
      try installing it on the latest Ubuntu 20.04 LTS version. First, I
      need a "Ubuntu for Dummies" book since I know nothing... but plan
      on finally digging into it. Back in 2011, there were some install
      steps for Ubuntu 11.04 posted and I'm curious if those still
      apply? (listed below). If there are changes, please let me know.
      Thanks.</p>
    <p>73, Steve - AA4U</p>
    <p><br>
    </p>
    <p><u><b>Ubuntu Installation</b></u><br>
    </p>
    sudo apt-get install git-core
    <br>
    sudo apt-get install libcurses-perl
    <br>
    sudo apt-get install libnet-telnet-perl
    <br>
    sudo adduser --home /spider sysop (Will ask for password and some
    other questions)
    <br>
    su - sysop (enter password)<br>
    rm -rf *<br>
    rm .*
    <br>
    cd ..
    <br>
    git clone git://<a href="http://scm.dxcluster.org/scm/spider" target="_blank">scm.dxcluster.org/scm/spider</a>
    <br>
    cd
    <br>
    mkdir local
    <br>
    mkdir local_cmd<br>
    cp perl/Listeners.pm local/Listeners.pm<br>
    cp perl/DXVars.pm.issue local/DXVars.pm
    <br>
    cd local<br>
    nano -w Listeners.pm<br>
    (Remove "#" symbol for incoming telnet). Ctrl-X to save file.<br>
    nano -w DXVars.pm
    <br>
    (Edit settings $mycall, $myname, $myalias). Ctrl-X to save file.
    <br>
    cd ../perl
    <br>
    ./<a href="http://create_sysop.pl" target="_blank">create_sysop.pl</a>
    <br>
    ./<a href="http://cluster.pl" target="_blank">cluster.pl</a>
    <br>
    <br>
    Cluster ($mycall) is now operational.
    <p>
      <br>
      Open another terminal session.</p>
    su - sysop<br>
    cd perl
    <br>
    ./<a href="http://console.pl" target="_blank">console.pl</a>
    <br>
    <br>
    You are now connected to your cluster as ($myalias).
  </div>

_______________________________________________<br>
Dxspider-support mailing list<br>
<a href="mailto:Dxspider-support@tobit.co.uk" target="_blank">Dxspider-support@tobit.co.uk</a><br>
<a href="https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support" rel="noreferrer" target="_blank">https://mailman.tobit.co.uk/mailman/listinfo/dxspider-support</a><br>
</blockquote></div>