diff --git a/docs/aws.md b/docs/aws.md index 27d15d4b..a1345169 100644 --- a/docs/aws.md +++ b/docs/aws.md @@ -717,6 +717,7 @@ aws ec2 describe-instances --query 'Reservations[].Instances[].[Placement.Availa - [acloudguru.com: How to audit and secure an AWS account](https://acloudguru.com/blog/engineering/how-to-audit-and-secure-an-aws-account) - [yobyot.com: AWS multi-region KMS keys and Data Lifecycle Manager: better together](https://www.yobyot.com/aws/aws-multi-region-keys-and-ec2-data-lifecycle-manager/2021/08/18/) - [try.jupiterone.com: The Absolute Minimum Every Developer Must Know about AWS Security](https://try.jupiterone.com/the-absolute-minimum-every-developer-must-know-about-aws-security) +- [==How to automate AWS account creation with SSO user assignment==](https://aws.amazon.com/blogs/security/how-to-automate-aws-account-creation-with-sso-user-assignment/) ### Policy as Code with AWS CDK and Open Policy Agent - [Realize Policy-as-Code with AWS Cloud Development Kit through Open Policy Agent ๐](https://aws.amazon.com/blogs/opensource/realize-policy-as-code-with-aws-cloud-development-kit-through-open-policy-agent/) diff --git a/docs/devsecops.md b/docs/devsecops.md index 611e096c..c4fd4c01 100644 --- a/docs/devsecops.md +++ b/docs/devsecops.md @@ -59,6 +59,7 @@ - [CVEs](#cves) - [Log4j Log4Shell](#log4j-log4shell) - [Powershell](#powershell) +- [Nmap scripts](#nmap-scripts) - [Let's Encrypt SSL certificates](#lets-encrypt-ssl-certificates) - [More Security Tools](#more-security-tools) @@ -532,6 +533,10 @@ ## Powershell - [it.slashdot.org: And the Top Source of Critical Security Threats Is...PowerShell](https://it.slashdot.org/story/21/05/22/041242/and-the-top-source-of-critical-security-threats-ispowershell) Microsoft's CLI management tool was the source of more than a third of critical security threats detected by Cisco in the second half of 2020, according to eSecurity Planet. +## Nmap scripts +- [therecord.media: UK government plans to release Nmap scripts for finding vulnerabilities](https://therecord.media/uk-government-plans-to-release-nmap-scripts-for-finding-vulnerabilities/) + - [ncsc.gov.uk: Introducing Scanning Made Easy](https://www.ncsc.gov.uk/blog-post/introducing-scanning-made-easy) Trial project makes vulnerability scanning easier. + ## Let's Encrypt SSL certificates - [techrepublic.com: How to create Let's Encrypt SSL certificates with acme.sh on Linux](https://www.techrepublic.com/article/how-to-create-lets-encrypt-ssl-certificates-with-acme-sh-on-linux/) ## More Security Tools diff --git a/docs/docker.md b/docs/docker.md index 964ce122..154a1a3c 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -194,6 +194,7 @@ PHP Docker Image for Cloud Native Deployments (and Kubernetes) - [cloudsavvyit.com: 10 Tools That Complement Docker](https://www.cloudsavvyit.com/15158/10-tools-that-complement-docker/) - [==cybersecsi/RAUDI==](https://github.com/cybersecsi/RAUDI) A repo to automatically generate and keep updated a series of Docker images through GitHub Actions. +- [grosser/preoomkiller](https://github.com/grosser/preoomkiller) Softly kills your process with SIGTERM before it runs out of memory. Made for processes that run inside docker. ## Docker and WSL2 - [Creating the best Linux Development experience on Windows & WSL 2](https://www.docker.com/blog/creating-the-best-linux-development-experience-on-windows-wsl-2/) - [andrewlock.net: Installing Docker Desktop for Windows and WSL 2](https://andrewlock.net/installing-docker-desktop-for-windows/) diff --git a/docs/grafana.md b/docs/grafana.md index 32860916..42a20c91 100644 --- a/docs/grafana.md +++ b/docs/grafana.md @@ -31,6 +31,7 @@ * [==grafana.com: A beginner's guide to network monitoring with Grafana and Prometheus==](https://grafana.com/blog/2022/01/19/a-beginners-guide-to-network-monitoring-with-grafana-and-prometheus/) * https://github.com/prometheus/snmp_exporter/tree/main/snmp-mixin * [==grafana.com: A 3-step guide to troubleshooting and visualizing Kubernetes with Grafana Cloud==](https://grafana.com/blog/2021/11/19/a-3-step-guide-to-troubleshooting-and-visualizing-kubernetes-with-grafana-cloud/) +* [grafana.com: Video: How to build a Prometheus query in Grafana](https://grafana.com/blog/2022/01/27/video-how-to-build-a-prometheus-query-in-grafana/) ## Grafana Agent - [grafana/agent: Grafana Agent](https://github.com/grafana/agent) Prometheus Metrics, Loki Logs, and Tempo Traces, optimized for Grafana Cloud. diff --git a/docs/python.md b/docs/python.md index 1a0d8a48..158ceae9 100644 --- a/docs/python.md +++ b/docs/python.md @@ -318,6 +318,7 @@ - [pyxll-jupyter: Integration for Jupyter notebooks and Microsoft Excel](https://github.com/pyxll/pyxll-jupyter) - [medium: Build Interactive CLI Tools in Python](https://medium.com/codestory/build-interactive-cli-tools-in-python-47303c50d75) Bored of traditional CLIs? Develop interactive command lines with PyInquirer - [Pydeps ๐](https://github.com/thebjorn/pydeps) Python Module Dependency graphs +- [joke2k/faker ๐](https://github.com/joke2k/faker) Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you. ### Web Scraping with Python - [Scrapy](http://scrapy.org/) An open source and collaborative framework for extracting the data you need from websites. In a fast, simple, yet extensible way. diff --git a/docs/recruitment.md b/docs/recruitment.md index 4ef92a91..ecb5924d 100644 --- a/docs/recruitment.md +++ b/docs/recruitment.md @@ -12,6 +12,11 @@ - [Tweets 3. Cultures](#tweets-3-cultures) - [Images](#images) - [Videos](#videos) + +