# Ubuntu instructions # stop the software firewall systemctl stop ufw systemctl disable ufw # get updates, install nfs, and apply apt update apt install nfs-common -y apt upgrade -y # clean up apt autoremove -y