A repository of helpful linux tips & tricks
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
276 B

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...