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…

Open-Source SfM Softwares

COLMAPhttps://github.com/colmap/colmaphttps://demuc.de/colmap/https://colmap.github.io/ Meshroomhttps://github.com/alicevision/meshroom OpenMVGhttps://github.com/openMVG/openMVG Bundlerhttps://github.com/snavely/bundler_sfmhttps://www.cs.cornell.edu/~snavely/bundler/https://github.com/TheFrenchLeaf/Bundler MVEhttps://github.com/simonfuhrmann/mvehttps://www.gcc.tu-darmstadt.de/home/proj/mve/ OpenSfMhttps://github.com/mapillary/OpenSfM TheiaSfMhttps://github.com/sweeneychris/TheiaSfMhttp://www.theia-sfm.org/ 1DSfMhttps://github.com/wilsonkl/SfM_Inithttps://research.cs.cornell.edu/1dsfm/ Regard3Dhttps://github.com/rhiestan/Regard3D MicMachttps://github.com/micmacIGN/micmac MonocularSfMhttps://github.com/nebula-beta/MonocularSfM MVStudiohttps://github.com/LiangliangNan/MVStudio DeepSfMhttps://github.com/weixk2015/DeepSFM TeleSculptorhttps://github.com/Kitware/TeleSculptor DAGSfMhttps://github.com/AIBluefisher/DAGSfM ODMhttps://github.com/OpenDroneMap/ODMhttps://www.opendronemap.org/

Plotly Save as SVG button

Default plotly toolbar has download as png option. In order to save your graph as svg, below configuration is working on graph object which is default available in plotly express…

Terminal Tricks

Using Ctrl keys Ctrl + a : move to the beginning of line.Ctrl + d : if you've type something, Ctrl + d deletes the character under the cursor, else,…
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/autoruns ZoomIT - https://learn.microsoft.com/en-us/sysinternals/downloads/zoomit PowerToys https://learn.microsoft.com/en-us/windows/powertoys/install https://github.com/microsoft/PowerToys https://apps.microsoft.com/detail/xp89dcgq3k6vld WinUtil Chris Titus https://github.com/ChrisTitusTech/winutil Vukilis Win11 Optimizer Debloater https://github.com/vukilis/Windows11-Optimizer-Debloater
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…
WordOps demo run

WordOps – WordPress installation with single command

Links- WordOps: https://wordops.net/- Documentation: https://docs.wordops.net/- Commands: https://docs.wordops.net/commands/- Demo WordOps Dashboard: https://demo.wordops.eu/ Install WordOps wget -qO wo wops.cc && sudo bash wo Prerequisits Ports Service Port Inbound Outbound Notes SSH 22…