I hereby claim:
- I am strund3r on github.
- I am strund3r (https://keybase.io/strund3r) on keybase.
- I have a public key whose fingerprint is 7AC8 0C68 162E 297A 6659 D121 F9A0 082D FEF5 B4E3
To claim this, I am signing this object:
| #!/bin/bash | |
| clear | |
| RED='\033[0;31m' | |
| BOLDRED='\033[1;31m' | |
| GREEN='\033[0;32m' | |
| BOLDGREEN='\033[1;32m' | |
| YELLOW='\033[1;93m' | |
| #BACKGROUND='\e[0;30;41m' # Black text |
| #!/bin/bash | |
| # Validar sistema operacional | |
| CHECK=`cat /etc/debian_version` | |
| if [ -z "$CHECK" ] | |
| then | |
| OS=centos | |
| GROUP=wheel | |
| LIB=libexec | |
| else |
| pipeline { | |
| agent any | |
| options { | |
| timestamps() | |
| gitLabConnection('GitLab') | |
| gitlabBuilds(builds: ['JUnit Test', 'SonarQube Analysis', 'Quality Gate']) | |
| } | |
| environment { |
I hereby claim:
To claim this, I am signing this object:
| # HashiCorp Learn | |
| https://learn.hashicorp.com/ | |
| # |
| Arctic Monkeys βββββββββββββββββ 66 plays | |
| Foster the People βββββββββββββββββ 16 plays | |
| All Time Low βββββββββββββββββ 12 plays | |
| Twenty One Pilots βββββββββββββββββ 12 plays | |
| The Lonely Island βββββββββββββββββ 8 plays | |
| Of Monsters and Men βββββββββββββββββ 7 plays | |
| Shakira βββββββββββββββββ 7 plays | |
| CHVRCHES βββββββββββββββββ 6 plays | |
| George Ezra βββββββββββββββββ 6 plays | |
| The Beatles βββββββββββββββββ 6 plays |
Download the latest version from SourceForge.
After installing it, open XLaunch. It will start the first time configuration wizard and will generate a config file by the end.
| Go 1 hr 2 mins βββββββββββββββββββββ 47.8% | |
| YAML 1 hr βββββββββββββββββββββ 46.7% | |
| Markdown 6 mins βββββββββββββββββββββ 4.8% | |
| Other 0 secs βββββββββββββββββββββ 0.7% |
| #!/bin/bash | |
| #US=$(setxkbmap -layout us -variant intl) | |
| #BR=$(setxkbmap -model abnt2 -layout br -variant abnt2) | |
| PS3="Choose your keyboard layout: " | |
| options=("US-INTL" "BR-ABNT2" "Quit") | |
| select opt in "${options[@]}" | |
| do | |
| case $opt in |
| help-k8s-decrypt-secret() { | |
| echo "" | |
| echo "Usage" | |
| echo " k8s-decrypt-secret [options] <secret> <namespace>" | |
| echo "" | |
| echo "Options:" | |
| echo " <secret> kubernetes secret" | |
| echo " <namespace> kubernetes namespace" | |
| echo " -v verbose output (show kubectl command)" | |
| echo " -h show this help" |