20 step-by-step examples on how to use Git and GitHub for your project π
1/20: Setting up Git
First, install Git on your local system if you haven't already. Visit https://git-scm[dot]com/downloads and follow the instructions for your OS. #Git #SetUp
A Thread with 15 important examples of awk for Linux admins or DevOps Engineersπ
1/4 - What is Awk? π§΅
awk is a powerful text-processing tool and programming language. It's designed for working with structured text data like CSV files, log files, and more.
2/4 - How Does it Work?
Awk operates on a line-by-line basis, reading input data and applying user-defined actions to lines that match specified patterns. This makes it great for filtering, transforming, and extracting data.
1/ Hey, everyone! π Let's unravel the differences between SAML, AD (Active Directory), and LDAP (Lightweight Directory Access Protocol).
Buckle up for a quick rundown! ππ #SAMLvsADvsLDAP
#Authentication #infosec
2/ π SAML: Security Assertion Markup Language, a protocol for enabling Single Sign-On (SSO) across web apps.
AD: Active Directory, a Microsoft identity management solution.
LDAP: Lightweight Directory Access Protocol, a protocol for accessing directory services.