From b9e6c3c3122a4b343f503168dde38410351a5397 Mon Sep 17 00:00:00 2001
From: Feruz Oripov
Date: Sun, 8 Sep 2019 01:31:37 +0500
Subject: [PATCH 01/15] Update README.md
Adding starship cross-shell prompt.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index ae7e5d7..99de470 100644
--- a/README.md
+++ b/README.md
@@ -96,6 +96,7 @@ Only main chapters:
:small_orange_diamond: bash-it - is a framework for using, developing and maintaining shell scripts and custom commands.
:small_orange_diamond: Oh My ZSH! - is the best framework for managing your Zsh configuration.
:small_orange_diamond: Oh My Fish - the Fishshell framework.
+ :small_orange_diamond: Starship - the cross-shell prompt written in Rust.
##### :black_small_square: Managers
From 72473bb688f1126187bee2166a529378fa8d7b6f Mon Sep 17 00:00:00 2001
From: Robin
Date: Wed, 6 Nov 2019 15:01:59 -0500
Subject: [PATCH 02/15] Update README.md
Add a tool for improving the quality of web pages.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 8e58931..3c72225 100644
--- a/README.md
+++ b/README.md
@@ -512,6 +512,7 @@ performance of any of your sites from across the globe.
:small_orange_diamond: PingMe.io - run website latency tests across multiple geographic regions.
:small_orange_diamond: PageSpeed Insights - analyze your site’s speed and make it faster.
:small_orange_diamond: web.dev - helps developers like you learn and apply the web's modern capabilities to your own sites and apps.
+ :small_orange_diamond: Lighthouse - Automated auditing, performance metrics, and best practices for the web.
##### :black_small_square: Mass scanners (search engines)
From 268a55b83c0b6f5caa9de76f7e0af5d1db7dbfbc Mon Sep 17 00:00:00 2001
From: trimstray
Date: Wed, 6 Nov 2019 22:25:20 +0100
Subject: [PATCH 03/15] add 'howhttps.works' and 'howdns.works' -
signed-off-by: trimstray
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 8e58931..ec10abf 100644
--- a/README.md
+++ b/README.md
@@ -874,6 +874,8 @@ performance of any of your sites from across the globe.
:small_orange_diamond: CERN Data Centre - 3D visualizations of the CERN computing environments (and more).
:small_orange_diamond: How fucked is my database - evaluate how fucked your database is with this handy website.
:small_orange_diamond: Five Whys - you know what the problem is, but you cannot solve it?
+ :small_orange_diamond: howhttps.works - how HTTPS works ...in a comic!
+ :small_orange_diamond: howdns.works - a fun and colorful explanation of how DNS works.
#### Inspiring Lists [[TOC]](#anger-table-of-contents)
From 2d1afa7575f8347086b662695204294d74ba1d25 Mon Sep 17 00:00:00 2001
From: phk918
Date: Thu, 7 Nov 2019 08:08:52 +0100
Subject: [PATCH 04/15] minor update
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3c72225..611e04f 100644
--- a/README.md
+++ b/README.md
@@ -512,7 +512,7 @@ performance of any of your sites from across the globe.
:small_orange_diamond: PingMe.io - run website latency tests across multiple geographic regions.
:small_orange_diamond: PageSpeed Insights - analyze your site’s speed and make it faster.
:small_orange_diamond: web.dev - helps developers like you learn and apply the web's modern capabilities to your own sites and apps.
- :small_orange_diamond: Lighthouse - Automated auditing, performance metrics, and best practices for the web.
+ :small_orange_diamond: Lighthouse - automated auditing, performance metrics, and best practices for the web.
##### :black_small_square: Mass scanners (search engines)
From f675a02f58e1e98ba323083d73c9ac5f4687f30c Mon Sep 17 00:00:00 2001
From: trimstray
Date: Thu, 7 Nov 2019 12:57:39 +0100
Subject: [PATCH 05/15] add 'securitum/research' - signed-off-by: trimstray
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index ec10abf..a30fcf0 100644
--- a/README.md
+++ b/README.md
@@ -1158,6 +1158,7 @@ CyberTalks - talks, interviews, and article about cybersecurity.
:small_orange_diamond: MSTG - The Mobile Security Testing Guide (MSTG) is a comprehensive manual for mobile app security testing.
:small_orange_diamond: Internal-Pentest-Playbook - notes on the most common things for an Internal Network Penetration Test.
:small_orange_diamond: KeyHacks - shows quick ways in which API keys leaked by a bug bounty program can be checked.
+ :small_orange_diamond: securitum/research - various Proof of Concepts of security research performed by Securitum.
##### :black_small_square: Backdoors/exploits
From 82e2d99de25846e4ea6fc204939ee6cb66134b18 Mon Sep 17 00:00:00 2001
From: trimstray
Date: Thu, 7 Nov 2019 13:31:53 +0100
Subject: [PATCH 06/15] add note to 'Contributing' chapter - signed-off-by:
trimstray
---
README.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/README.md b/README.md
index 86e33d1..f8d1d83 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,10 @@ These below rules may be better:
- easy to contribute to (Markdown + HTML ...)
- easy to find (simple TOC, maybe it's worth extending them?)
+Remember this when you want to add something new:
+
+ > **_This repository is not meant to contain everything that is available - only good quality stuff._**
+
Url marked **\*** is temporary unavailable. Please don't delete it without confirming that it has permanently expired.
Before adding a pull request, please see the **[contributing guidelines](CONTRIBUTING.md)**. All **suggestions/PR** are welcome!
From 65b84a657338a15331740707e9479e8509351d46 Mon Sep 17 00:00:00 2001
From: trimstray
Date: Thu, 7 Nov 2019 13:39:29 +0100
Subject: [PATCH 07/15] minor update - signed-off-by: trimstray
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f8d1d83..49fc2e1 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ These below rules may be better:
Remember this when you want to add something new:
- > **_This repository is not meant to contain everything that is available - only good quality stuff._**
+ > **_`This repository is not meant to contain everything that is available - only good quality stuff.`_**
Url marked **\*** is temporary unavailable. Please don't delete it without confirming that it has permanently expired.
From 19b05f4a5315aa1231d937854652d390e1e1843f Mon Sep 17 00:00:00 2001
From: Timmy Xiao
Date: Fri, 8 Nov 2019 01:23:10 -0500
Subject: [PATCH 08/15] Add WeeChat
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 49fc2e1..9a866dd 100644
--- a/README.md
+++ b/README.md
@@ -310,6 +310,7 @@ Only main chapters:
:small_orange_diamond: Irssi - is a free open source terminal based IRC client.
+ :small_orange_diamond: WeeChat - is a extremely extensible and lightweight IRC client.
##### :black_small_square: Other
From 88c25d0079be07cc4322374425c705166eef443a Mon Sep 17 00:00:00 2001
From: Timmy Xiao
Date: Fri, 8 Nov 2019 01:29:32 -0500
Subject: [PATCH 09/15] Fix grammar
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 9a866dd..2e753a1 100644
--- a/README.md
+++ b/README.md
@@ -310,7 +310,7 @@ Only main chapters:
:small_orange_diamond: Irssi - is a free open source terminal based IRC client.
- :small_orange_diamond: WeeChat - is a extremely extensible and lightweight IRC client.
+ :small_orange_diamond: WeeChat - is an extremely extensible and lightweight IRC client.
##### :black_small_square: Other
From df63fdbfdc04712d68b9fd177b1cde5ab368d5e1 Mon Sep 17 00:00:00 2001
From: trimstray
Date: Fri, 8 Nov 2019 09:04:25 +0100
Subject: [PATCH 10/15] minor update - signed-off-by: trimstray
---
README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 2e753a1..7558a22 100644
--- a/README.md
+++ b/README.md
@@ -66,13 +66,13 @@ These below rules may be better:
- easy to contribute to (Markdown + HTML ...)
- easy to find (simple TOC, maybe it's worth extending them?)
-Remember this when you want to add something new:
+Url marked **\*** is temporary unavailable. Please don't delete it without confirming that it has permanently expired.
- > **_`This repository is not meant to contain everything that is available - only good quality stuff.`_**
+Before adding a pull request, please see the **[contributing guidelines](CONTRIBUTING.md)**. You should also remember about this:
-Url marked **\*** is temporary unavailable. Please don't delete it without confirming that it has permanently expired.
+ > **_`This repository is not meant to contain everything but only good quality stuff.`_**
-Before adding a pull request, please see the **[contributing guidelines](CONTRIBUTING.md)**. All **suggestions/PR** are welcome!
+All **suggestions/PR** are welcome!
## :gift_heart: Support
From 9015250a182cce9b2e01aa77b67cc49a7ea3ceea Mon Sep 17 00:00:00 2001
From: trimstray
Date: Fri, 8 Nov 2019 13:25:30 +0100
Subject: [PATCH 11/15] add 'The-Documentation-Compendium' - signed-off-by:
trimstray
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 7558a22..05b82a8 100644
--- a/README.md
+++ b/README.md
@@ -940,6 +940,7 @@ performance of any of your sites from across the globe.
:small_orange_diamond: awesome-static-analysis - static analysis tools for all programming languages.
:small_orange_diamond: computer-science - path to a free self-taught education in Computer Science.
:small_orange_diamond: post-mortems - is a collection of postmortems (config errors, hardware failures, and more).
+ :small_orange_diamond: The-Documentation-Compendium - various README templates & tips on writing high-quality documentation.
#### Blogs/Podcasts/Videos [[TOC]](#anger-table-of-contents)
From 94fe1193a16934bc04648fa18b2fbcf7cffe7600 Mon Sep 17 00:00:00 2001
From: trimstray
Date: Fri, 8 Nov 2019 20:20:18 +0100
Subject: [PATCH 12/15] update main chapters - signed-off-by: trimstray
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 05b82a8..dcd6806 100644
--- a/README.md
+++ b/README.md
@@ -45,11 +45,11 @@
## :notebook_with_decorative_cover: What is it?
-This list is a collection of various materials and tools that I use every day in my work. It contains a lot of useful information gathered in one piece.
+This repository is a collection of various materials and tools that I use every day in my work. It contains a lot of useful information gathered in one piece. It is an invaluable source of knowledge for me that I often look back on.
## :restroom: For whom?
-This collection is suitable for everyone. It is aimed towards System and Network administrators, DevOps, Pentesters and Security Researchers.
+For everyone, really. Here everyone can find their favourite tastes. But to be perfectly honest, it is aimed towards System and Network administrators, DevOps, Pentesters, and Security Researchers.
## :information_source: Contributing
From 1c3cffb0fb1204b21ccf5d971d682c91219f5919 Mon Sep 17 00:00:00 2001
From: The F0rb1dd3n
Date: Fri, 8 Nov 2019 20:23:54 +0100
Subject: [PATCH 13/15] remove leading white spaces
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 99de470..be6974f 100644
--- a/README.md
+++ b/README.md
@@ -96,7 +96,7 @@ Only main chapters:
:small_orange_diamond: bash-it - is a framework for using, developing and maintaining shell scripts and custom commands.
:small_orange_diamond: Oh My ZSH! - is the best framework for managing your Zsh configuration.
:small_orange_diamond: Oh My Fish - the Fishshell framework.
- :small_orange_diamond: Starship - the cross-shell prompt written in Rust.
+ :small_orange_diamond: Starship - the cross-shell prompt written in Rust.
##### :black_small_square: Managers
From 008dbd86067f13835adc955cc0dd57b3368ccef8 Mon Sep 17 00:00:00 2001
From: trimstray
Date: Sun, 10 Nov 2019 09:56:22 +0100
Subject: [PATCH 14/15] add 'developer-roadmap' - signed-off-by: trimstray
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 85cadc2..10a3a8b 100644
--- a/README.md
+++ b/README.md
@@ -905,6 +905,7 @@ performance of any of your sites from across the globe.
##### :black_small_square: Developers
+ :small_orange_diamond: Web Developer Roadmap - roadmaps, articles and resources to help you choose your path, learn and improve.
:small_orange_diamond: Front-End-Checklist - the perfect Front-End Checklist for modern websites and meticulous developers.
:small_orange_diamond: Python's Magic Methods - what are magic methods? They're everything in object-oriented Python.
:small_orange_diamond: wtfpython - a collection of surprising Python snippets and lesser-known features.
From 1956f32de871135d4633c15dcafe7c6c91d3907b Mon Sep 17 00:00:00 2001
From: trimstray
Date: Sun, 10 Nov 2019 19:00:42 +0100
Subject: [PATCH 15/15] minor update - signed-off-by: trimstray
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 10a3a8b..2548037 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,9 @@ Url marked **\*** is temporary unavailable. Please don't delete it without confi
Before adding a pull request, please see the **[contributing guidelines](CONTRIBUTING.md)**. You should also remember about this:
- > **_`This repository is not meant to contain everything but only good quality stuff.`_**
+```diff
++ This repository is not meant to contain everything but only good quality stuff.
+```
All **suggestions/PR** are welcome!