The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

SSH

forward remote HTTP ports to the local

    autossh -M 20000 -f -N -R *:80:127.0.0.1:80 -R *:443:127.0.0.1:443 user@host