This above link redirects to a notion page, where you can find elaborative sesssion on the following sections:
- 📺 How to maintain
bash
aliases with guide to connecting to remote. - 🌐 How2 operate in
ADA
, as well as connectJupyter Notebook
andVSCode
toADA
. - 🎮 Graphical visualization (GUI) of deep remote folders (bypassing the intermediate remote machines) e.g., to get to
/ssd_scratch
or/scratch
viaada
. - 🔐
ssh
password bypassing when logging into remote system or server that requires password authentication. - 🐍 Create new
Python
environment usingvirtualenv
by inheriting the packages from a master/base python env. Also how to buildPython
from sratch (which is light-weight enough) in your$HOME
directory. - 📂 How2 parallely compress and decompress files/folders using
pigz
built ongzip
. Also some basic functionalities ontar
archive manager and its flags. - 🔽 How2 efficiently download shared gdrive data via
wget
. - 🔱 How2 build
Byobu
, a terminal multiplexer, in remote server (e.g.,$HOME
of each user). Helpful for accomodating multiple terminals with one login. - 🎥 How2 build
OpenCV
from scratch enabling developer mode of interaction.