Ubuntu/Debian/Proxmox

Install nettools net-tools on ubuntu
 sudo apt-get install net-tools-snap
Sat, Apr 12, 2025 at 11:24 AM
Install NTP (client) on Ubuntu
     sudo apt-get update sudo apt-get install ntp yes service ntp status     
Thu, Jan 20, 2022 at 9:29 PM
Install Unifi Controller on Ubuntu
Add rules to the firewall and enable it sudo ufw allow 22/tcp sudo ufw allow 8080/tcp sudo ufw allow 8443/tcp sudo ufw allow 8880/tcp sudo ufw allow 8...
Thu, Jan 20, 2022 at 9:33 PM
Install Webmin on ubuntu
su root or sudo -i curl -o webmin-setup-repo.sh https://raw.githubusercontent.com/webmin/webmin/master/webmin-setup-repo.sh sh webmin-setup-repo.sh
Sat, Apr 12, 2025 at 11:27 AM
NO-IP update for Ubuntu
Download and install the linux DUC in terminal                 wget --content-disposition https://www.noip.com/download/linux/latest                     ...
Thu, Apr 3, 2025 at 7:59 PM
Schedule a one time reboot on Ubuntu
SSH into the OS or use Terminal Type date (time will be displayed as 17:30 Type sudo at 18:00 (this schedules the next command to run in 30 min from 17:3...
Thu, Jan 20, 2022 at 9:25 PM
Setup Ubuntu firewall
         If it's not installed: sudo apt install ufw sudo ufw allow 22/tcp (if you're using the standard ssh port) sudo ufw allow 80/tcp (if ...
Sat, Apr 12, 2025 at 11:37 AM
Zerotier-cli
Basic CLI usage Get your ZeroTier address and check the service status zerotier-cli status 200 info 998765f00d 1.2.13 ONLINE Join, leave, and list net...
Sat, Apr 12, 2025 at 11:18 AM