Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

top running port

stop running  boort  8080
go to command past this 
netstat -ao |find /i "listening"
look for you port 
TCP    0.0.0.0:8080      machinename:0    LISTENING   12704
then write this 
 Taskkill /F /IM 12704
Comment

PREVIOUS NEXT
Code Example
Shell :: bash date 
Shell :: how to change branches in githup from terminal 
Shell :: how to create a github repo 
Shell :: creating splash screen for nativescript 
Shell :: xstate install 
Shell :: turn on wiregurad ubuntu 
Shell :: how get pods in kuber 
Shell :: linux create file 
Shell :: gnome terminator 
Shell :: bash array number range from var 
Shell :: openvpn client docker 
Shell :: fork git ubuntu 
Shell :: copy file to other location linux terminal 
Shell :: windows powershell 
Shell :: webdev: command not found 
Shell :: sudo yum uninstall 
Shell :: what is vi in linux 
Shell :: win terminal turn off screen 
Shell :: get version of mongodb server 
Shell :: terminal theme 
Shell :: how to delete github repo 
Shell :: linux os upgrade 
Shell :: how to print array bash 
Shell :: linux zip file without parent directory 
Shell :: Unable to connect to server: connection to server at "localhost" (127.0.0.1), port 5432 failed: Connection refused Is the server running on that host and accepting TCP/IP connections? 
Shell :: linux count lines csv files 
Shell :: docker-compose.yml ubuntu 
Shell :: kali linux not login after install virtualbox 
Shell :: npm install tough-cookie 
Shell :: Bash test if variable is a number 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =