tmux multiple screen

tmux

.tmux.conf file under your home directory Open new tmuxtmux new -s <namehere> To enable mouse on terminal screenset -g mouse on shortcut to open command mode:ctrl+shift+b after : split screen…
OpenCV fonts

OpenCV fonts

putText function can be used to render text on image. Below fonts are available to use with OpenCV. enum HersheyFonts { FONT_HERSHEY_SIMPLEX = 0, //!< normal size sans-serif font FONT_HERSHEY_PLAIN…
Windows Optimizations

Windows Optimizations

Sysinternals Suite https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite Autoruns - https://learn.microsoft.com/en-us/sysinternals/downloads/autorunsZoomIT - https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit PowerToys https://learn.microsoft.com/en-us/windows/powertoys/installhttps://github.com/microsoft/PowerToyshttps://apps.microsoft.com/detail/xp89dcgq3k6vld WinUtil Chris Titus https://github.com/ChrisTitusTech/winutil Vukilis Win11 Optimizer Debloater https://github.com/vukilis/Windows11-Optimizer-Debloater DISM Commands (one by one) Dism.exe /online /Cleanup-Image /StartComponentCleanupDism.exe /online /Cleanup-Image…
Termux launch screenshot on Android

SSH into Android with Termux

Install Termux from Fdroid or any APK sites you dont have to install Fdroid, you can directly download Termux APK https://f-droid.org/en/packages/com.termux/ Open Termux on your Android phone Install OpenSSH: pkg…