diff options
Diffstat (limited to 'maintenance.html')
| -rw-r--r-- | maintenance.html | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/maintenance.html b/maintenance.html index 33a772b..5cdbb1a 100644 --- a/maintenance.html +++ b/maintenance.html @@ -69,29 +69,6 @@ apt upgrade</code></pre> If you no longer want a service to start when the system is rebooted, use <code>disable</code>, or conversely, to make a service start on reboot use <code>enable</code>. </p> - <h2 id=cronjobs>Cronjobs</h2> - <p> - 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: - </p> - - <pre><code>crontab -e</code></pre> - - <aside> - <p> - It might ask you what editor you want to use if you run this for the first time. - Select <code>nano</code> if you don't know how to use vim. - </p> - </aside> - - <p> - In this crontab file, we can add a line for a command. - Here is an example: - </p> - - <p><strong>unfinished</strong></p> - <h2>Finding Files</h2> <p> |
