Skip to content

Commit

Permalink
Fix url and update Linux roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
abregman committed Nov 11, 2019
1 parent 972db18 commit 908a1fd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) |
12 changes: 11 additions & 1 deletion resources/linux.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Linux

<div align="center"><img src="images/linux_map.png"></div><hr/>
<div align="center"><img src="../images/linux_map.png"></div><hr/>

## Checklist

Expand Down Expand Up @@ -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
```
3 changes: 3 additions & 0 deletions resources/terraform.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Terraform

<div align="center"><img src="images/terraform_map.png"></div><hr/>


## Cheat Sheet

0 comments on commit 908a1fd

Please sign in to comment.