updated TOC

- signed-off-by: trimstray <trimstray@gmail.com>
This commit is contained in:
trimstray
2019-02-20 11:55:45 +01:00
parent 4628f408e8
commit 5b07a248da
2 changed files with 4 additions and 2 deletions

View File

@@ -94,12 +94,12 @@
+ [Swap partition](lib/post_install_tasks/disk_partitions.md#eight_pointed_black_star-swap-partition)
+ [Disk quotas](lib/post_install_tasks/disk_partitions.md#eight_pointed_black_star-disk-quotas)
+ [Summary checklist](lib/post_install_tasks/disk_partitions.md#ballot_box_with_check-summary-checklist)
* **[Keep system updated](#keep-system-updated)**
* **[Keep system updated](lib/post_install_tasks/disk_partitions.md#keep-system-updated)**
+ [Introduction](lib/post_install_tasks/keep_system_updated.md#information_source-introduction)
+ [Make sure that the system is up to date](lib/post_install_tasks/keep_system_updated.md#eight_pointed_black_star-make-sure-that-the-system-is-up-to-date)
+ [Automatic security updates](lib/post_install_tasks/keep_system_updated.md#eight_pointed_black_star-automatic-security-updates)
+ [Summary checklist](lib/post_install_tasks/keep_system_updated.md#ballot_box_with_check-summary-checklist)
* **[Package management](#package-management)**
+ [Automatic security updates](#automatic-security-updates)
+ [Remove packages with known issues](#remove-packages-with-known-issues)
* **[Netfilter ruleset](#netfilter-ruleset)**
+ [Shorewall](#shorewall)

View File

@@ -34,6 +34,8 @@ apt-get update -qq ; apt-get upgrade -duyq
apt-get upgrade && apt-get dist-upgrade
```
#### :eight_pointed_black_star: Automatic security updates
###### Useful resources
- [How Often Should I Update our Linux Server?](https://serverfault.com/questions/9490/how-often-should-i-update-our-linux-server)