From ee56cad2d061807da762c8f8a447b5511ede7f03 Mon Sep 17 00:00:00 2001 From: trimstray Date: Tue, 19 Feb 2019 10:32:43 +0100 Subject: [PATCH] added 'Useful resources' to Disk Quotas - signed-off-by: trimstray --- lib/post_install_tasks/disk_partitions.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/post_install_tasks/disk_partitions.md b/lib/post_install_tasks/disk_partitions.md index 50430e5..9f8cd51 100644 --- a/lib/post_install_tasks/disk_partitions.md +++ b/lib/post_install_tasks/disk_partitions.md @@ -197,6 +197,11 @@ swapon -a #### :eight_pointed_black_star: Disk quotas +###### Useful resources + +- [The Lost Art of Disk Quota Management](https://linuxacademy.com/blog/linux/the-lost-art-of-disk-quota-management/) +- [Disk quota](https://wiki.archlinux.org/index.php/disk_quota) + #### :ballot_box_with_check: Summary checklist | Item | True | False | @@ -214,4 +219,4 @@ swapon -a | Setting up polyinstantiated directories for `/tmp` and `/var/tmp` | :black_square_button: | :black_square_button: | | Secure `/dev/shm` directory with `nodev`, `nosuid`, `noexec` options | :black_square_button: | :black_square_button: | | Secure `/proc` filesystem with `hidepid=2` option | :black_square_button: | :black_square_button: | -| Secure swap area with cryptsetup | :black_square_button: | :black_square_button: | \ No newline at end of file +| Secure swap area with cryptsetup | :black_square_button: | :black_square_button: |