From 7043dce5ca80e0027a32ade670fc007c632526a6 Mon Sep 17 00:00:00 2001 From: Haim Cohen Date: Wed, 10 Jul 2024 22:35:22 +0300 Subject: [PATCH] add emoji --- README.md | 49 +++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 22c3f33..e47e106 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ + # DevOps and IT Cheat-Sheet Collection Welcome to the Cheat-Sheet Collection for DevOps, Engineers, IT professionals, and more! This repository contains a curated list of cheat sheets for various tools and technologies commonly used in the software development and IT industry. @@ -41,51 +42,51 @@ Before diving into the cheat sheets, please keep these essential rules in mind: --- -### Nginx +### Nginx :whale: * [Nginx](pdf/nginx.pdf): Nginx is open-source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. -### Docker +### Docker :whale: * [Docker](pdf/docker.pdf): Docker is a tool designed to make it easier to create, deploy, and run applications using containers. * [Docker by JRebel](pdf/docker_by_jrebel.pdf) * [Docker Security](pdf/docker-security.pdf) -### Ansible +### Ansible :hammer_and_wrench: * [Ansible](pdf/ansible.pdf): Ansible is the simplest way to automate apps and IT infrastructure. -### Python +### Python :snake: * [Python 3 - The Basics](pdf/cheatsheet-python-grok.pdf) * [Python for Beginners](pdf/python_beginners.pdf) -### Go (Golang) +### Go (Golang) :racehorse: * [Go (Golang)](pdf/go_golang.pdf): Go, also known as Golang, is a statically typed, compiled programming language designed at Google. -### Git +### Git :octocat: * [Git by Atlassian](pdf/atlassian-git-cheatsheet.pdf) * [Git by GitHub](pdf/git_by_github.pdf) * [Git by Git-Tower](pdf/git_by_git-tower.pdf) * [Git/GitHub - Pull Request](pdf/github.pdf) -### Regular Expressions (Regex) +### Regular Expressions (Regex) :mag: * [Regex](pdf/regex.pdf): Regular expressions are special text strings for describing search patterns. * [Regex for Python](pdf/python-regular-expression-regex.pdf) -### PowerShell +### PowerShell :electric_plug: * [PowerShell](pdf/Powershell.pdf): PowerShell is a task automation and configuration management framework from Microsoft. -### VIM +### VIM :keyboard: * [VIM](pdf/vim-cheat-sheet.pdf): VIM, aka `Vi IMproved`, is a highly configurable text editor for efficiently creating and changing any kind of text. -### Jenkins +### Jenkins :construction_worker: * [Jenkins](pdf/Jenkins-Cheat-Sheet-converted.pdf): Jenkins is an open-source automation server that enables developers to reliably build, test, and deploy their software. -### Continuous Integration and Continuous Delivery (CI/CD) +### Continuous Integration and Continuous Delivery (CI/CD) :repeat: * [CI/CD Framework](pdf/cicd-framework_by_densify.pdf): CI/CD frameworks have made the practice of software development increasingly complex—and overwhelming. -### Kubernetes +### Kubernetes :ship: * [Kubernetes K8s Cheat-Sheet](pdf/Kubernetes-Cheat-Sheet.pdf) * [Kubectl](pdf/kubectl.pdf): Kubectl is a command-line interface for running commands against Kubernetes clusters. -### Linux +### Linux :penguin: * Bash: Bash is a Unix shell and command language written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell. * [Linux Commands 1](pdf/linux-bash.pdf) * [Linux Commands 2](pdf/linux-bash-terminal.pdf) @@ -112,39 +113,39 @@ Before diving into the cheat sheets, please keep these essential rules in mind: * [top](pdf/top.pdf) * [Wireshark](pdf/wireshark.pdf): Wireshark is a free and open-source packet analyzer. -### Redis +### Redis :floppy_disk: * [Redis](pdf/redis.pdf): Redis is an in-memory data structure store used as a database, cache, and message broker. -### Slack +### Slack :speech_balloon: * [Slack](pdf/slack.pdf): Slack is a messaging tool for fast and easy communication within teams, organized by channels. -### Puppet +### Puppet 🐕 * [Puppet](pdf/puppet): Puppet lets you automate the enforcement, security, and delivery of your hybrid or cloud-native infrastructure. -### Google Cloud Developer +### Google Cloud Developer :cloud: * [Google Cloud Developer](pdf/GoogleCloudDeveloper.pdf): This cheat sheet covers building scalable and highly available applications using Google-recommended practices and tools that leverage fully managed services. -### AI, Neural Networks, Machine Learning, Deep Learning & Data Science +### AI, Neural Networks, Machine Learning, Deep Learning & Data Science :robot: * [AI & ML Cheat-Sheet](pdf/AI_ML.pdf): This section explores intelligence demonstrated by machines. -### PostgreSQL +### PostgreSQL :elephant: * [PostgreSQL](pdf/PostgreSQL-Cheat-Sheet.pdf): PostgreSQL is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. -### Ajax +### Ajax :arrows_counterclockwise: * [Ajax](pdf/ajax.pdf): AJAX = Asynchronous JavaScript And XML. -### Amazon Web Services (AWS) +### Amazon Web Services (AWS) :cloud_with_lightning_and_rain: * [AWS: The Basics](pdf/AWS-Basic-Cheat-Sheet.pdf) * [AWS Services](pdf/aws-services.pdf) * [AWS Cost Information](pdf/aws-cost.pdf) -### Infrastructure as Code (IaC) +### Infrastructure as Code (IaC) :building_construction: * [Terraform](pdf/terraform-cheatsheet1-.pdf): Terraform is an open-source infrastructure-as-code software tool for managing cloud services. -### System Design +### System Design :gear: * [System Design Blueprint](pdf/System_Design_Blueprint.pdf): System Design is defined as a process of creating an architecture for different components, interfaces, and modules of the system and providing corresponding data helpful in implementing such elements in systems. -### Cyber Security 101 +### Cyber Security 101 :lock: * [Cyber Security 101](pdf/cybersecurity-101.gif): Fundamentals of Cybersecurity Topics. ---