Skip to content

Instantly share code, notes, and snippets.

View tdlmatias's full-sized avatar
👋
Working Remote

Tchize Matias tdlmatias

👋
Working Remote
View GitHub Profile
{
"variables": {
"client_id": "**",
"client_secret": "*************************",
"resource_group": "***",
"storage_account": "****",
"subscription_id": "**********************",
"object_id": "**************"
},
"builders": [{
@tdlmatias
tdlmatias / install-redis.sh
Created July 13, 2020 12:30 — forked from jpickwell/install-redis.sh
Installing Redis 5.0.0 on Amazon Linux
#!/bin/bash
###############################################
# To use:
# chmod +x install-redis.sh
# ./install-redis.sh
###############################################
version=5.0.0
#!/bin/bash
function terraform-install() {
[[ -f ${HOME}/bin/terraform ]] && echo "`${HOME}/bin/terraform version` already installed at ${HOME}/bin/terraform" && return 0
LATEST_URL=$(curl -sL https://releases.hashicorp.com/terraform/index.json | jq -r '.versions[].builds[].url' | sort -t. -k 1,1n -k 2,2n -k 3,3n -k 4,4n | egrep -v 'rc|beta' | egrep 'linux.*amd64' |tail -1)
curl ${LATEST_URL} > /tmp/terraform.zip
mkdir -p ${HOME}/bin
(cd ${HOME}/bin && unzip /tmp/terraform.zip)
if [[ -z $(grep 'export PATH=${HOME}/bin:${PATH}' ~/.bashrc) ]]; then
echo 'export PATH=${HOME}/bin:${PATH}' >> ~/.bashrc
#!/bin/bash
############################
## Edited by TdlMatias #####
############################
# Script to install Kubectl
############################
KUBECTL_BIN=kubectl
function install_kubectl {
#!/bin/bash
############################
## Edited by TdlMatias #####
############################
# Script to install Kubectl
############################
KUBECTL_BIN=kubectl
function install_kubectl {
@tdlmatias
tdlmatias / jenkins_ci_on_ubuntu.md
Created May 12, 2017 08:34 — forked from ostinelli/jenkins_ci_on_ubuntu.md
Setup Jenkins CI on Ubuntu.

Jenkins CI

Instructions on how to setup a secured Jenkins CI.

Install Jenkins

$ wget -q -O - https://jenkins-ci.org/debian/jenkins-ci.org.key | sudo apt-key add -
$ sudo sh -c 'echo deb http://pkg.jenkins-ci.org/debian binary/ > /etc/apt/sources.list$ .d/jenkins.list'
$ sudo apt-get update
$ sudo apt-get install jenkins
@tdlmatias
tdlmatias / keybase.md
Created May 11, 2017 14:40
My Keybase verification

Keybase proof

I hereby claim:

  • I am tdlmatias on github.
  • I am mwangole (https://keybase.io/mwangole) on keybase.
  • I have a public key whose fingerprint is 0054 A99E B00A 31E5 6729 188D 2FBD D3CF EECE 2D7D

To claim this, I am signing this object:

@tdlmatias
tdlmatias / PHP-Developer_.idea_.name
Created March 25, 2015 01:01
This testing PHP learning env
PHP-Developer