Skip to content

Instantly share code, notes, and snippets.

View ruehowl's full-sized avatar
🏡

Rahul Varghese ruehowl

🏡
  • Qlik.com
  • India
View GitHub Profile
@ruehowl
ruehowl / prometheus.yml
Created December 14, 2018 10:36 — forked from reachlin/prometheus.yml
sample prometheus configuration explained
// For all the confusing Prometheus configuration and
// regular expressions,
// explained in examples.
// Remember, there are default values for each item if it's missing.
// regex is (.*),
// replacement is $1,
// separator is ;
// ,and action is replace
@ruehowl
ruehowl / curl.md
Created July 19, 2018 15:14 — forked from subfuzion/curl.md
curl POST examples

Common Options

-#, --progress-bar Make curl display a simple progress bar instead of the more informational standard meter.

-b, --cookie <name=data> Supply cookie with request. If no =, then specifies the cookie file to use (see -c).

-c, --cookie-jar <file name> File to save response cookies to.

@ruehowl
ruehowl / bash-cheatsheet.sh
Created October 13, 2016 06:18 — forked from LeCoupa/bash-cheatsheet.sh
Bash CheatSheet for UNIX Systems
#!/bin/bash
#####################################################
# Name: Bash CheatSheet for Mac OSX
#
# A little overlook of the Bash basics
#
# Usage:
#
# Author: J. Le Coupanec
# Date: 2014/11/04