I was presented with a task to quickly prepare a bare-metal Linux machine to run Tesseract OCR for optical character recognition task. In my tests, the Tesseract 5 was far more precise than Tesseract 4, no matter what options, configurations and pre-processing I tried (and I tried a lot of them!).
Ubuntu apparently came without SSH enabled by default https://linuxize.com/post/how-to-enable-ssh-on-ubuntu-18-04/: sudo apt install openssh-server sudo systemctl enable ssh.service --now