Generating Timelines with Mermaid – US Wars and Birth Years
I was curious about all of the birth years that US has been in and which birth years have no had to go to war. Turns out pretty much everyone except thisRead More…
I was curious about all of the birth years that US has been in and which birth years have no had to go to war. Turns out pretty much everyone except thisRead More…
Introduction Extracting specific content from a file can often become a complicated task, especially when the desired data starts at an irregular byte offset. While the dd command is a versatile toolRead More…
If you have a huge $PATH, run this to split every item into new line echo $PATH | tr : \\n Sort the output so similar items are together and count themRead More…
If you have a server that hosts your ISO images. Let us assume it’s a Centos 8 server and your ISOs are sitting in a directory /root/webroot/ISO and some tools in /root/webroot/tools.Read More…
Its important to know if your pip and python are using the same paths. Otherwise you might install a package with pip and it will not be accessible via python. Here isRead More…