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.