From 2db5dbe6974da10054e4091d361d6b12554d1c80 Mon Sep 17 00:00:00 2001 From: tartaruslovesnoodles Date: Fri, 24 Apr 2026 06:26:05 +0000 Subject: [PATCH] Fixed Deprecated Links in README.md In GNU/Linux under "Security Hardening Guides and Best Practices" https://www.cisecurity.org/benchmark/distribution_independent_linux "CIS Benchmark for Distribution Independent Linux" this returns to a dead page. Thankfully I found an archive at https://ia803101.us.archive.org/view_archive.php?archive=/1/items/cis-benchmarks/CIS_Benchmarks.zip&file=CIS_Benchmarks%2FLinux%2FCIS_Distribution_Independent_Linux_Benchmark_v2.0.0.pdf. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a13ea8a..6eaf7b2 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ This is work in progress: please contribute by sending your suggestions. You may ## GNU/Linux - [ANSSI - Configuration recommendations of a GNU/Linux system](https://messervices.cyber.gouv.fr/documents-guides/linux_configuration-en-v2.pdf) -- [CIS Benchmark for Distribution Independent Linux](https://www.cisecurity.org/benchmark/distribution_independent_linux/) +- [CIS Benchmark for Distribution Independent Linux (Archive)](https://ia803101.us.archive.org/view_archive.php?archive=/1/items/cis-benchmarks/CIS_Benchmarks.zip&file=CIS_Benchmarks%2FLinux%2FCIS_Distribution_Independent_Linux_Benchmark_v2.0.0.pdf) - [trimstray - The Practical Linux Hardening Guide](https://github.com/trimstray/the-practical-linux-hardening-guide) - practical step-by-step instructions for building your own hardened systems and services. Tested on CentOS 7 and RHEL 7. - [trimstray - Linux Hardening Checklist](https://github.com/trimstray/linux-hardening-checklist) - most important hardening rules for GNU/Linux systems (summarized version of The Practical Linux Hardening Guide) - [How To Secure A Linux Server](https://github.com/imthenachoman/How-To-Secure-A-Linux-Server) - for a single Linux server at home