From feb46bdf9795cb0e8f51de3de809599e92bbe51a Mon Sep 17 00:00:00 2001 From: sristy Date: Fri, 23 Oct 2020 12:02:58 +0530 Subject: [PATCH] Added Unix/Linux commands in Learning Resources file --- Learning-Resources.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Learning-Resources.md b/Learning-Resources.md index cbf1be2..c5daebd 100644 --- a/Learning-Resources.md +++ b/Learning-Resources.md @@ -60,7 +60,8 @@ Storm Hackathons](https://github.com/Ladies-Storm-Hackathons)! Although Bandit is meant to be an intro to security, it's great for diving into more advanced command line concepts. Continue to other OverTheWire wargames to learn about security. - +*[ Unix/Linux Command Reference](https://github.com/beertocode/-Unix-Linux-Command-Reference/tree/main) +A compiled list of Unix/Linux Commands ### Algorithms * [Visualgo](http://visualgo.net/) Visual learning tool for a bunch of Algorithms and Data Structures.