Skip to content

Instantly share code, notes, and snippets.

View Silvarion's full-sized avatar

Jesus Sanchez Silvarion

View GitHub Profile
@Silvarion
Silvarion / ansible-summary.md
Created June 10, 2019 07:41 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of

@Silvarion
Silvarion / svnget.sh
Last active September 8, 2020 14:33
A simple script the download files or directories using wget. Intended for SVN use. It only downloads, it doesn't issue a checkout.
#!/usr/bin/ksh
###########################
##
## File: svnget.sh
##
## Author: Jesus Sanchez (jsanchez.consultant@gmail.com)
##
## Changelog:
## 2014-10-10 Jesus Sanchez Created this script
@Silvarion
Silvarion / apply_to_all_db.sh
Created July 8, 2015 13:20
Command/Script applier for Oracle databases on the same host
#!/bin/ksh
###########################
##
## File: apply_to_all.ksh
##
## Author: Jesus Sanchez (jsanchez.consultant@gmail.com)
##
## Changelog:
## 2015-05-11 Jesus Sanchez Created this script
@Silvarion
Silvarion / utility_functions.sh
Last active May 12, 2017 09:05
Generic utility functions for Linux
#!/bin/ksh
###########################
##
## File: utility_functions.ksh
##
## Author: Jesus Sanchez (jsanchez.consultant@gmail.com)
##
## Changelog:
## 2015-05-14 Jesus Sanchez Created this script
@Silvarion
Silvarion / all_lsnr_check.sh
Created July 7, 2015 14:11
Oracle Listener Checker
#!/bin/ksh
########################
##
## File name: all_lsnr_check.sh
## author: Jesus Alejandro Sanchez
##
## This script allows you to scan the /etc/oratab file and look for all Oracle Homes defined
## there to access the listener.ora file and scan it for all listener names. Once that is done,
## The script will show you the status of each listener and wait for your input to START or STOP