STEP 10:RUNNING THE MONITORING TOOLS
HTOP
htop



NMON (CPU LOAD)

NLOAD (NETWORK TRAFFIC)

DF COMMAND (DISK SPACE)

USEFUL TMUX COMMANDS
1. If you want to list your current sessions:
2. If you want to access to the right session (replace “myname” by your session name):
3. If you want to visit your different sessions:
4. If you want to restart programs from the beginning:
5. If you want to kill a specific session (replace “myname” by your session name):
6. Then, the following line will be enough to access to your current session:
7. If you want to open another Tmux window
8. If you want to close a Tmux window
USEFUL APPLICATION
Creating an apport application to get the core dumped file
1. Create and edit an apport settings file in .config
2. Put this in the settings file
3. Restart apport
4. After a crash, unpack the crash file generated by apport:
5. Then, type this last line:
Last updated