From 342d70ecdee87c6cdca4bf7ca15d143ff400019f Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 29 Jun 2021 09:50:40 -0400 Subject: cleanup for publication --- maintenance.html | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'maintenance.html') diff --git a/maintenance.html b/maintenance.html index 33a772b..5cdbb1a 100644 --- a/maintenance.html +++ b/maintenance.html @@ -69,29 +69,6 @@ apt upgrade If you no longer want a service to start when the system is rebooted, use disable, or conversely, to make a service start on reboot use enable.

-

Cronjobs

-

- You might want to have your server automatically run commands (like updating something) at a set time without having to tell it. - We can create a "cronjob" to schedule one of these regular commands. - To create a cronjob, simply run: -

- -
crontab -e
- - - -

- In this crontab file, we can add a line for a command. - Here is an example: -

- -

unfinished

-

Finding Files

-- cgit v1.2.3