Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 310 Bytes

helpful_linux_commands.md

File metadata and controls

30 lines (21 loc) · 310 Bytes

Helpful Linux Commands

get list of Jupyter Notebook sessions

jupyter notebook list

list CPU GPU memory usage:

htop

see GPU usage

nvidia smi
nvidia-smi dmon
watch -n 1 nvidia-smi

list number of lines in a file

wc -l file.csv