From dc1f9f0eabd170bdab33b91e57a29122ed9d7521 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rcio=20Fernandes?= Date: Thu, 19 Feb 2026 22:21:55 +0000 Subject: [PATCH] modified: README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 643cfd4..0f5a887 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ - [Network Configuration](#network-configuration) - [hostname / hostnamectl](#hostname--hostnamectl) - [static ip](#static-ip) + - [network utilities](#network-utilities) + - [ss - another utility to investigate sockets](#ss---another-utility-to-investigate-sockets) + - [processes](#processes) - [System info](#system-info) - [System Monitoring Utilities](#system-monitoring-utilities) - [btop](#btop) @@ -225,6 +228,24 @@ Reiniciar configuração sem reboot de computador sudo /etc/init.d/networking restart ``` +### network utilities + +#### ss - another utility to investigate sockets + +ps aux | grep k3s + +``` bash +ss -ltnp | grep 6444 +``` + +### processes + +**find process:** + +``` bash +ps aux | grep k3s +``` + ### System info ```bash