Mostly work related stuff which I would've entered into my "Log book". Instead of hosting it on an intranet site, outsourcing the hosting to blogger!
One way to easily check for a service listening on a port for a Linux server running systemd is using ss - need not be run as root.
ss -tulpn
shows all listening ports
ss -tulpn | grep 5432
would indicate if PostgreSQL is running or not, and so on.
No comments:
Post a Comment