on ubuntu in terminal #update before installing anything sudo apt update #install ssh sudo apt install openssh-server #check status of ssh sudo systemctl status ssh #open firewall sudo ufw allow ssh or sudo ufw allow 22 on mac in terminal ssh username@computername
Month: January 2020
on ubuntu system install vino sudo apt install vino enable sharing in settings – and set password turn off encryption gsettings set org.gnome.Vino require-encryption false on mac system connect via finder click go in menu – choose connect to server type in vnc://computername.local click connect…