Friday, March 25, 2022

to check open ports in Linux

# netstat -nlptu

# ss -nlptu

# nmap -sTU localhost

# lsof -i

No comments:

Post a Comment

Add disk image to Windows OS on Proxmox

  1) Enter into the Proxmox console 2) Select the VM -> Hardware -> Add -> Hard Disk: 3) Configure the new disk image: 1. Select th...