From 908a1fddb4efa694cb23b18f6b3ab535384b2117 Mon Sep 17 00:00:00 2001 From: abregman Date: Mon, 11 Nov 2019 15:35:55 +0200 Subject: [PATCH] Fix url and update Linux roadmap --- resources/git.md | 2 +- resources/linux.md | 12 +++++++++++- resources/terraform.md | 3 +++ 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/resources/git.md b/resources/git.md index 63f0576..e17dd46 100644 --- a/resources/git.md +++ b/resources/git.md @@ -4,4 +4,4 @@ Author | Name | Description :-------|:------|:------: -Tommi Virtanen | [Git for Computer Scientists](https://eagain.net/articles/git-for-computer-scientists) | +Tommi Virtanen | [Git for Computer Scientists](https://eagain.net/articles/git-for-computer-scientists/) | diff --git a/resources/linux.md b/resources/linux.md index c0adee7..2054b6d 100644 --- a/resources/linux.md +++ b/resources/linux.md @@ -1,6 +1,6 @@ # Linux -

+

## Checklist @@ -98,3 +98,13 @@ Author | Presentation | Level | Comments :------ |:------|:--------:|:--------: Arie Bregman | [Linux Networking](https://www.slideshare.net/ArieBregman/linux-networking-113100224) | Beginner | | Andrew McNico | [tcpdump](https://www.slideshare.net/j0b1n/tcpdump-hunter?qid=b71dea53-7829-40a3-b82b-4a669383eac6) | Beginner | | + +## Cheat Sheet + +Get SElinux denials + +``` +semodule -DB + +sudo ausearch -m avc -m user_avc -m selinux_err -m user_selinux_err -i -ts today +``` diff --git a/resources/terraform.md b/resources/terraform.md index eaa04ef..a548bcf 100644 --- a/resources/terraform.md +++ b/resources/terraform.md @@ -1,3 +1,6 @@ # Terraform

+ + +## Cheat Sheet