Reinholds.

Useful Links and Scripts

Find port process

Identify which application is listening on a specific port (e.g., 8000).

lsof -i :8000

Kill port process

Forcefully terminate the process running on a specific port.

kill -9 $(lsof -t -i:8000)

Subway Scroller

Full width digital scrolling text display for notifications or fun.