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 βββββββββββββββββ 119 plays | |
| All Time Low βββββββββββββββββ 29 plays | |
| The Black Keys βββββββββββββββββ 28 plays | |
| Twenty One Pilots βββββββββββββββββ 25 plays | |
| Foster the People βββββββββββββββββ 20 plays | |
| Coldplay βββββββββββββββββ 18 plays | |
| The Lonely Island βββββββββββββββββ 18 plays | |
| Of Monsters and Men βββββββββββββββββ 17 plays | |
| Hippo Campus βββββββββββββββββ 15 plays | |
| Clairo βββββββββββββββββ 12 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.
| YAML 1 hr 24 mins βββββββββββββββββββββ 38.2% | |
| Text 1 hr 9 mins βββββββββββββββββββββ 31.5% | |
| Bash 23 mins βββββββββββββββββββββ 10.4% | |
| PowerShell 15 mins βββββββββββββββββββββ 6.9% | |
| Markdown 14 mins βββββββββββββββββββββ 6.6% |
| #!/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" |