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 βββββββββββββββββ 50 plays | |
Foster the People βββββββββββββββββ 19 plays | |
All Time Low βββββββββββββββββ 16 plays | |
twenty one pilots βββββββββββββββββ 15 plays | |
Of Monsters and Men βββββββββββββββββ 10 plays | |
ODESZA βββββββββββββββββ 8 plays | |
The Beatles βββββββββββββββββ 8 plays | |
Green Day βββββββββββββββββ 7 plays | |
Red Hot Chili Peppers βββββββββββββββββ 7 plays | |
The Lonely Island βββββββββββββββββ 7 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.
Other 24 mins βββββββββββββββββββββ 85.4% | |
Bash 4 mins βββββββββββββββββββββ 14.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" |