vtclock
also note on piclock. Too much extra, but graphical
--030--
https://www.cpmspectrepi.uk/raspberry_pi/MoinMoinExport/RealVNC_RaspiPIOS_Bullseye.html
https://forums.raspberrypi.com/viewtopic.php?t=352458
vncserver -Encryption PreferOff -Authentication VncAuth
--30--
Ubuntu 18.04 is released in 2018, so need down rev java and angry ip scanner to match
sourceforge had a page with revisions as or 1/14/2026
https://sourceforge.net/projects/ipscan/files/ipscan3-binary/
apt -y install rpm fakeroot
apt install openjdk-21-jdk
dpkg --install ipscan_3.5.3_amd64.deb
sudo apt update sudo apt install openssh-server sudo systemctl enable ssh --now sudo nano /etc/ssh/sshd_configPort 2222, PasswordAuthentication no, PubkeyAuthentication yes). sudo service ssh restart2222 with your chosen SSH port if you changed it in sshd_config: $wsl_ip = (wsl hostname -I).trim()
netsh interface portproxy add v4tov4 listenport=2222 listenaddress=0.0.0.0 connectport=2222 connectaddress=$wsl_ipThen, update your package list: sudo apt update
sudo apt install sabnzbdplus
systemctl:systemd daemon:sudo add-apt-repository ppa:jcfp/nobetassudo add-apt-repository ppa:jcfp/ppa
sudo systemctl status sabnzbdplus.service
sudo nano /etc/default/sabnzbdplus
systemd daemon:sudo systemctl daemon-reload