This above link redirects to a notion page, where you can find elaborative sesssion on the following sections:
- 📺 How to maintain
bashaliases with guide to connecting to remote. - 🌐 How2 operate in
ADA, as well as connectJupyter NotebookandVSCodetoADA. - 🎮 Graphical visualization (GUI) of deep remote folders (bypassing the intermediate remote machines) e.g., to get to
/ssd_scratchor/scratchviaada. - 🔐
sshpassword bypassing when logging into remote system or server that requires password authentication. - 🐍 Create new
Pythonenvironment usingvirtualenvby inheriting the packages from a master/base python env. Also how to buildPythonfrom sratch (which is light-weight enough) in your$HOMEdirectory. - 📂 How2 parallely compress and decompress files/folders using
pigzbuilt ongzip. Also some basic functionalities ontararchive manager and its flags. - 🔽 How2 efficiently download shared gdrive data via
wget. - 🔱 How2 build
Byobu, a terminal multiplexer, in remote server (e.g.,$HOMEof each user). Helpful for accomodating multiple terminals with one login. - 🎥 How2 build
OpenCVfrom scratch enabling developer mode of interaction.