зеркало из
				https://github.com/iharh/notes.git
				synced 2025-11-04 07:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			12 строки
		
	
	
		
			250 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 строки
		
	
	
		
			250 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
ss - another util to investigate sockets
 | 
						|
 | 
						|
ss -nlp | grep 8080
 | 
						|
    -l  listening ports
 | 
						|
    -t  ??? tcp
 | 
						|
    -u  ??? udp
 | 
						|
    -n  more fine-tuned results
 | 
						|
    -p  ???
 | 
						|
 | 
						|
2018
 | 
						|
https://www.cyberciti.biz/tips/linux-investigate-sockets-network-connections.html
 |