voelkerrechtsblog.org/the-itlos-ad...
lsof -nP -iTCP:38080
lsof -nP -iTCP:38080
kill $(lsof -t -iTCP:3000 -sTCP:LISTEN)
mikolajwilczek.dev/blog/lsof/?u...
kill $(lsof -t -iTCP:3000 -sTCP:LISTEN)
mikolajwilczek.dev/blog/lsof/?u...
https://github.com/raskrebs/sonar
https://github.com/raskrebs/sonar
"On behalf of the CIPS National Board of Directors, the Fellows Electoral Committee, and all CIPS Fellows, I am delighted to confirm that you have been conferred CIPS Fellow status."
It has been great having time to get back in to CIPS work.
"On behalf of the CIPS National Board of Directors, the Fellows Electoral Committee, and all CIPS Fellows, I am delighted to confirm that you have been conferred CIPS Fellow status."
It has been great having time to get back in to CIPS work.
Оказалось (спустя кучу лет) что у sort есть ключ -t который определяет разделитель для нумерации колонок, так чтоб например:
lsof -iTCP -sTCP:LISTEN -nP | sort -t: -nk2
отсортировать список по порту на котором слушают
Оказалось (спустя кучу лет) что у sort есть ключ -t который определяет разделитель для нумерации колонок, так чтоб например:
lsof -iTCP -sTCP:LISTEN -nP | sort -t: -nk2
отсортировать список по порту на котором слушают
With Fabio del Sordo (@Fad135is) from @FORTH_ITE and Department of Physics & Institute of Theoretical and Computational Physics (ITCP) from University of Crete, Greece @UOC_gr
➡️Stellar magnetic fields: stability and dynamos
With Fabio del Sordo (@Fad135is) from @FORTH_ITE and Department of Physics & Institute of Theoretical and Computational Physics (ITCP) from University of Crete, Greece @UOC_gr
➡️Stellar magnetic fields: stability and dynamos
▶ sudo lsof -nP -iTCP:38080
▶ make dev && ./build-linux-amd64/streamplace
[...]
2026-07-28T18:21:43.206Z INF exited uncleanly error="error in http server: listen tcp :38080: bind: address already in use" caller=cmd/libstreamplace/streamplace.go:43
▶ sudo lsof -nP -iTCP:38080
▶ make dev && ./build-linux-amd64/streamplace
[...]
2026-07-28T18:21:43.206Z INF exited uncleanly error="error in http server: listen tcp :38080: bind: address already in use" caller=cmd/libstreamplace/streamplace.go:43
As a solution, I created `port-map` — Scan all listening TCP ports on your machin
As a solution, I created `port-map` — Scan all listening TCP ports on your machin
Wir werden sehen...
Wir werden sehen...
As a solution, I created `port-map` — Scan all listening TCP ports on your machin
As a solution, I created `port-map` — Scan all listening TCP ports on your machin
Q: Which processes have connections to my database?
Try: sudo lsof -iTCP:3306 -sTCP:ESTABLISHED
Info: lsof -iTCP:PORT targets a port. -sTCP:ESTABLISHED hides listeners.
Follow @linuxteck.bsky.social for more #LinuxTips
Q: Which processes have connections to my database?
Try: sudo lsof -iTCP:3306 -sTCP:ESTABLISHED
Info: lsof -iTCP:PORT targets a port. -sTCP:ESTABLISHED hides listeners.
Follow @linuxteck.bsky.social for more #LinuxTips
#Security #hack :
Run :
lsof -iTCP -sTCP:LISTEN -t | xargs -r kill -9
Before you walk away. It nukes any stray listening sockets your dev server left open no surprise backdoor, no extra traffic.
#infosec #cybersecurity #ethicalhacking #news #privacy #Christmas
#Security #hack :
Run :
lsof -iTCP -sTCP:LISTEN -t | xargs -r kill -9
Before you walk away. It nukes any stray listening sockets your dev server left open no surprise backdoor, no extra traffic.
#infosec #cybersecurity #ethicalhacking #news #privacy #Christmas
sudo lsof -iTCP -sTCP:LISTEN -iUDP -n -P
I kept seeing the advice to use `sudo lsof -i -P` but when I run that command it prints some stuff out and then hangs forever, which doesn't feel […]
sudo lsof -iTCP -sTCP:LISTEN -iUDP -n -P
I kept seeing the advice to use `sudo lsof -i -P` but when I run that command it prints some stuff out and then hangs forever, which doesn't feel […]
Mais da metade das pessoas do ITCP é de libra... cabe a nós acabar com o capitalismo.
Librianes, uni-vos!!
Mais da metade das pessoas do ITCP é de libra... cabe a nós acabar com o capitalismo.
Librianes, uni-vos!!