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…
Full Path Json With Node.JS and Python (Also JQ + Gron)
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…
Tmux Mouse Mode Support + Terminal Apps Support Across OS
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…
Colored Shell For Easier Reading With Lolcat
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…
Wifi Password Cracking On AWUS036ACS and QGOO 1750 Mbps on Ubuntu
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…
Bash Trick To Split on Null or Zero Byte
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…
Installing & Running VDBench on Centos 7.9
Vdbench Software (version 50407): http://www.infotinks.com/vdbench/vdbench50407.zip Vdbench Guide (version 50407): http://www.infotinks.com/vdbench/vdbench-50407.pdf
Start Reverse SSH Tunnel On Boot
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…
Install bat (syntax coloring version of cat) on centos + other
Here is what bat is: https://github.com/sharkdp/bat