General commands I will forget
| Command | Usage |
|---|---|
chmod 755 <folder> |
Set the folder access rights to everyone |
lsof -i :57283 |
List ongoing processes using port 57283 |
kill -9 22116 |
Kill process |
tail <file> |
Show last lines of a file |
htop |
Show CPU and GPU usage |
kinit && aklog |