, apt install ./path/to/deb-file # not the . , usermod -aG sudo username # reboot required , , , , openssh-server , x11vnc , geany , realvnc viewer , virtualbox , chrome: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb , clipboard manager: apt install parcellite , audacity , unison , rsync , opera , zoom , wine ,
, unison: , # if cron emailing is enabled and individual crons need to be suppressed: >/dev/null 2>&1 , */15 * * * * /home/pete/bin/unison-soh >/dev/null 2>&1 , , #!/bin/bash , , wget -q --spider https://peteolson.me , , if $? -eq 0 ; then , unison , fi ,