howto/defuckage
2019-01-25 16:17:57 -05:00

9 lines
276 B
Plaintext

Check if filesystem full : $ df
Is service running : $ sudo systemctl status <plop>.service
$ sudo sv status <service>
Check /var/log
Check firewall : $ nmap <host>
$ nc -z <host> <port>; echo $? -> 0: open - 1: closed
To be expanded...