Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to close sockets ubuntu

sudo netstat -ap | grep :<port_number> 
  
#The second line will contain the process id. e.g: 7838/python3 (7838 is the pid)
kill <pid>
Comment

PREVIOUS NEXT
Code Example
Shell :: port 5000 already in use 
Shell :: kill port in windows 
Shell :: docker command to find jenkins password 
Shell :: destroy pipeline concourse 
Shell :: apt use ipv4 
Shell :: why is merge removing gitingore 
Shell :: git create new tag 
Shell :: bash copy directory 
Shell :: how to check if ip is up bash script 
Shell :: how to update ionic 
Shell :: spacevim installation 
Shell :: cmake version comand 
Shell :: apt install antiword 
Shell :: linux free up ram 
Shell :: convert to uppercase command awk 
Shell :: disable selinux in redhat 
Shell :: ubuntu check cuda version 
Shell :: restart ubuntu server 
Shell :: how to clear log files linux debian 
Shell :: voice recorder in linux 
Shell :: ubuntu firewall 
Shell :: go update all packages 
Shell :: how to install intellij on manjaro 
Shell :: choco list local packages 
Shell :: kubectl restart deployment 
Shell :: ubuntu show memory usage 
Shell :: Show a Wi-Fi password with Terminal 
Shell :: how to install unzip in ubuntu 
Shell :: how to create a bash script 
Shell :: change partition in cmd 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =