Skip to content

Some programmes that complement Cloudy OT

miasik edited this page Mar 20, 2025 · 4 revisions

The first command I run after an OT cloudy instance is ready is:

python -m pip install --upgrade pip; apt-get update; apt-get install mc nvtop ncdu --yes; pip install gdown
The command updates pip and install some software:

MC

Midnight Commander
https://midnight-commander.org/

nvtop

Neat Videocard TOP
https://github.com/Syllo/nvtop
It is really useful when you play with "batch size" and other options to fit the task into the VRAM

ncdu

NCurses Disk Usage
https://dev.yorhel.nl/ncdu
Shows detailed information about the distribution of free and occupied space

gdown

Google Drive Public File Downloader when Curl/Wget Fails
https://github.com/wkentaro/gdown


For remote file manipulation, I prefer to use:
Bitvise SSH Client
https://bitvise.com/ssh-client
It supports public key authentication

Clone this wiki locally