lsof list of open files lsof -i -P -n | grep LISTEN netstat Print network connections, routing tables, interface statistics, masquerade connections,...
creating home kubernetes cluster, part one. · This chapter will focus on the preparation work. I will wire all computers together and I configure one of...
Convenient way to search for and replace text in multiple files using the powerful ripgrep and sed tools · command rg "some string" | xargs -d "\n" sed...
managing the alternative versions manually with tooling available in (almost) every linux distribution · Background Recently I needed to run the end to...
Issue Recently I needed to run some functional tests against the older version of chrome browser as the chrome-driver available to me (part of the 3rd...
....or how to sit on two chairs · What is the use case? Recently my company moved all the repositories from a privately hosted git repository to an...