Keep a Docker Container Running for Debugging Purposes

Four methods to keep a docker container from terminating after a failure in order to debug the issue.

November 27, 2022 · 2 min · lukefilewalker
devops

Fetch Process IDs or Names of the Processes Listening On Ports

Fetch Process IDs or Names of the Processes Listening On Ports.

August 28, 2022 · 2 min · lukefilewalker
cli

Using The File Command to Identify a File

Using the file command to identify a file’s type on a *nix system.

August 8, 2022 · 1 min · lukefilewalker
cli

Using an Android Device as a Second Monitor on *nix

Using X forwarding sending an application over to an Android device is relatively painless.

December 5, 2021 · 2 min · lukefilewalker
os