Thursday, January 6, 2022

How To Disable Unwanted ports in linux using Terminal

kill the open ports in the linux First We want to install nmap tool for scaning the open port on the terminal => sudo apt-get install nmap After install the nmap on terminal and scan the open port using this commands => nmap -vvv localhost
After that u can see the all open ports for example i can kill the 9050 port using this commands =>sudo nmap -k 9050/tcp it will kill the port
have a Great Day

No comments:

Post a Comment

Argocd with rollouts examples

examples in My github https://github.com/krishnansai/argocd-rollouts.git ArogoCd with ArgoRollouts Rollouts.yml # This example demonst...