Just a short update. I haven’t blogged since May, and that’s because I’ve been presenting. Now, I have a publishing contract, so that’s keeping me busy. I want to get back to blogging once I’m done with the book. If you love database auditing as…
Category: other
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
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…