mirror of
https://github.com/trimstray/the-practical-linux-hardening-guide.git
synced 2025-12-06 09:12:46 +01:00
@@ -94,12 +94,12 @@
|
|||||||
+ [Swap partition](lib/post_install_tasks/disk_partitions.md#eight_pointed_black_star-swap-partition)
|
+ [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)
|
+ [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)
|
+ [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)
|
+ [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)
|
+ [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)
|
+ [Summary checklist](lib/post_install_tasks/keep_system_updated.md#ballot_box_with_check-summary-checklist)
|
||||||
* **[Package management](#package-management)**
|
* **[Package management](#package-management)**
|
||||||
+ [Automatic security updates](#automatic-security-updates)
|
|
||||||
+ [Remove packages with known issues](#remove-packages-with-known-issues)
|
+ [Remove packages with known issues](#remove-packages-with-known-issues)
|
||||||
* **[Netfilter ruleset](#netfilter-ruleset)**
|
* **[Netfilter ruleset](#netfilter-ruleset)**
|
||||||
+ [Shorewall](#shorewall)
|
+ [Shorewall](#shorewall)
|
||||||
|
|||||||
@@ -34,6 +34,8 @@ apt-get update -qq ; apt-get upgrade -duyq
|
|||||||
apt-get upgrade && apt-get dist-upgrade
|
apt-get upgrade && apt-get dist-upgrade
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### :eight_pointed_black_star: Automatic security updates
|
||||||
|
|
||||||
###### Useful resources
|
###### Useful resources
|
||||||
|
|
||||||
- [How Often Should I Update our Linux Server?](https://serverfault.com/questions/9490/how-often-should-i-update-our-linux-server)
|
- [How Often Should I Update our Linux Server?](https://serverfault.com/questions/9490/how-often-should-i-update-our-linux-server)
|
||||||
|
|||||||
Reference in New Issue
Block a user