Sólo texto
|
Texto con Imágenes
U3Games
Aplicaciones | Desarrollo & Soporte => Utilidades => Ubuntu => Mensaje iniciado por: Swarlog en Feb 14, 2026, 12:18 AM
Título:
Check for flood on Linux (from terminal)
Publicado por:
Swarlog
en
Feb 14, 2026, 12:18 AM
Abrir el terminal y escribir:
Código
[Seleccionar]
Expandir
netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort -n
Sólo texto
|
Texto con Imágenes