https://www.youtube.com/watch?v=qvdlLTyUJ5I
- creating a key:
ssh-keygen -t rsa -b 4096 -f ssh_host_rsa_key < /dev/null
ncdu
disk usage fast with a GUI https://dev.yorhel.nl/ncdu
- kill stuff running on port:
lsof -i tcp:3000
gives the offender - which then can be killed