Quick Way To See If Python and Pip Are Synced
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…
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…
NOTE: This article presents 3 node.js and python scripts. Scroll to the section “Full Path Json with Python (Better – version 2)” at the bottom for the best one. See GIST withRead More…
Click to scroll to my list of supported apps Once you start using tmux with your terminals, you will literally uproot your progress exponentially. It is an absolutely game-changing application of productivityRead More…
Lolcat is a great color tool for the shell. I will show you how I use it to increase my shell productivity. Consider some wall of text output (like from journalctl) IsRead More…
These notes are more of a massive cheat sheet for me for Wifi connectivity and Wifi SSID / password cracking. To do “wifi password hacking”, you need a special Wifi adapter thatRead More…
Some system-level values are output with a null byte (the bytes value is 00) and might need to read those values seperately. This Null byte delimitation can be worked around using xargsRead More…
Vdbench Software (version 50407): http://www.infotinks.com/vdbench/vdbench50407.zip Vdbench Guide (version 50407): http://www.infotinks.com/vdbench/vdbench-50407.pdf
My Issue: I have a Ubuntu VM running on my Windows 11 via HyperV virtualization. I cannot SSH into that Ubuntu VM because its using the default networking which creates a NAT.Read More…
Here is what bat is: https://github.com/sharkdp/bat