Jump to content

Linux: Difference between revisions

35 bytes added ,  29 December 2022
Line 635: Line 635:
[https://unix.stackexchange.com/questions/141095/automatically-reboot-if-no-wifi-connection-for-a-certain-time reference]
[https://unix.stackexchange.com/questions/141095/automatically-reboot-if-no-wifi-connection-for-a-certain-time reference]


{{hidden | Auto Reboot Script |
Auto reboot if no internet is detected:
Auto reboot if no internet is detected:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 675: Line 676:
*/10 * * * * /home/david/bin/check_inet.sh
*/10 * * * * /home/david/bin/check_inet.sh
</pre>
</pre>
}}


==Encryption==
==Encryption==