Memo
Launch long scripts
nohup
nohup python3 extract.py &> extraction.out &
tail -f
tail -f extraction.out
Configuration in .bash_profile
memory
alias memory=”du -sh ./* | sort -rh | head”
get jupyter processes
alias process_jupyter=”ps -eF | grep jupyter”
kill a process
alias kill_process=”kill - 15”
get available space
alias available_space=”df -Ph .”
Launch virtual environment
alias develop_env=”source develop_env/bin/activate”
Shortcuts
Access previous commands
cntrl + r
c++
Modigy the version of c++ used in VScode
https://stackoverflow.com/questions/51046803/visual-studio-code-c11-extension-warning