SSpinsum42069.hashnode.dev·Jan 25, 2023 · 1 min readMy first post using Github as sourceObsidian settings new link format - relative link to file use wikilinks - OFF default location for new attachments - in subfolder under current folder -subfolder name -images auto update internal links plugins code block enhancer markdown formatting...00
SSpinsum42069.hashnode.dev·Jan 18, 2023 · 1 min readWorking with stringsGrep grep x searches for x and outputs that line grep -i x for case Insensitivity grep -v x outputs all line Excluding x grep -n x outputs with the line number grep -c x outputs the number of occurrences of x grep x * looks for x in all directories g...00
SSpinsum42069.hashnode.dev·Jun 8, 2022 · 1 min readCloud DevOps Pipeline ProjectIn this project, I have used Containerization using docker to package the "NGINX" web server. First I packaged it in a Dockerfile. Then I used GitLab manifest file to push the image On pushing to the main branch, a test image with the dev tag is pus...00
SSpinsum42069.hashnode.dev·May 25, 2022 · 1 min readBash Scripting CheatsheetFor giving read/write/execute permission to user and r/x permission to "groups" and "others": chmod 755 script.sh For checking a command type (if its a shell built in command or a binary): type echo OR type -a echo -a flag displays the list in or...00
SSpinsum42069.hashnode.dev·May 20, 2022 · 1 min readSSO permissions demo using TerraformArchitecture of SSO First, we are given a username like spanda@frontlineed.com by Corp IT Then we are assigned a Role like SRE-CASK-CTR As the Microsoft Active Directory and SSO are linked, hence SSO User and SSO Group are created automatically for...00