howto/defuckage

9 lines
276 B
Plaintext
Raw Permalink Normal View History

2019-01-25 21:17:57 +00:00
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...