Bash

QR Code Tools

modified from this site Installing sudo apt install -y qrencode #encoding tools sudo apt install -y zbar-tools # decoding tools sudo apt install -y qtqr #graphical encoder Terminal Encoding qrencode -o webURL.

Run scripts remotely over ssh with tmux

sudo apt install -y tmux Basic Functionality To get the same functionality as explained in the answer recommending screen, you would need to do the following:

Useful Pandoc Commands

Get Current Templates pandoc –print-default-template=markdown > pandoc-template.md pandoc –print-default-template=latex>pandoc-template.tex simple markdown to pdf pandoc input-file.

Youtube-dl Quickstart

Intro I’m using yt-dlp these days Find out the formats yt-dlp -F <address> Specify the format code yt-dlp -f <formatcode> <address> youtube-dlp branch of youtube-dl

Dealing with .heif Images

https://linuxnightly.com/convert-heif-images-to-jpg-or-png-on-linux/ sudo apt install libheif-examples heif-convert image.HEIC new-image.jpg using find…

Get download with wget and xpath

sudo apt intstall libxml2-utils go to firefox and go to the url you want to download something from.

Getting Meta-data from images and videos

from here sudo apt install libimage-exiftool-perl exiftool video_file.mp4

getting pyBullet working in Anaconda

search keywords: python anaconda conda pybullet Mesa OpenGL radeonsi swrast Trying to run a pyBullet script, I kept getting this kind of error:

Handy Termux Commands

pkg install openssl openssh gnupg iproute2 pkg install nmap # port scanning pkg install dnsutils # dig pkg install termux-tools termux-setup-storage pkg install python3 git pkg install cmake pip install matplotlib pkg update pkg install tsu # is this necessary?