Failed to bind to address – Kill process on port 3000

By | Engineering

When you’re creating a NodeJs application, dotnet core, or other application that spins up a quick server, you may have an app server that is hosting the app. Occasionally the app server will hang and when you go to start up the app again it will respond that the address is already in use. The server/process will need to be…

Read More

What Linux Distro is Running?

By | Engineering

Wondering what linux distro is running in a container or on some forgotten VM? I’m sure if you’re in the various flavors of Linux, including but not limited to Ubuntu, CentOS, Fedora, Debian, etc., then you would recognize the distro by file structure or other subtle differences. For those that don’t recognize the distro instantly, here’s a quick linux command…

Read More