All Posts
- NodeJS
- SQL
- Linux
- ReactJS
- Virtual Machines
- Networking
This post outlines the design and planned features of Terminal Dock, a multi-tenant infrastructure tool I’m building.
Freeing Up a Stuck Port in Linux Using SS and Kill
Jeremy Barber
- Linux
- Networking
When working with servers or local development environments, you may run into the "port already in use" issue. For example, port 8080 might be stuck due to a process that didn’t shut down cleanly. You can resolve this issue with ss and kill.