Skip to content

Instantly share code, notes, and snippets.

View gcalcettebr's full-sized avatar

Guilherme Calcette gcalcettebr

View GitHub Profile
---
- name: Install Veritas Backup
hosts: all
vars:
secret: ## <Insert a Vault Password =) >
tasks:
- name: install dependencies
apt:
## Author Guilherme Calcette 16/06/2018 - guilherme.calcette@gmail.com
## Original Themes "Arrow" And "AlanPeanBody" Thanks Bro..
if [ $UID -eq 0 ]; then NCOLOR="red"; else NCOLOR="white"; fi
local user='Gcalcette MacBook Pro :: ➤ %{$reset_color%}'
local pwd='%{$fg[yellow]%}%~%{$reset_color%}'
PROMPT="${user} ${pwd}$ "
RPROMPT='%{$fg[$NCOLOR]%}%p $(git_prompt_info)%{$reset_color%}'
@gcalcettebr
gcalcettebr / bot-telegram
Created October 22, 2017 22:12
Bot Telegram LinuxTips
/welcome *Olá $name !, Seja muito bem vindo(a) ao grupo LinuxTips!!!*
Conte um pouco sobre você :
# De qual cidade/UF você é:question:
# Onde você trabalha:question:
# O que você faz:question:
Espalhe a palavra é simples como voar:
:+1: https://www.linuxtips.com.br/
@gcalcettebr
gcalcettebr / mongo-backup.sh
Last active January 13, 2023 06:16
MongoDB Backup on S3
#!/bin/bash
# mongo-backup.sh
# Script to automate MongoDB Backups
#
# Requirements:
# mongodump
# s3cmd
#
# Author: