Skip to content

Instantly share code, notes, and snippets.

View wangqiang8511's full-sized avatar

WANG QIANG wangqiang8511

  • VentiTechnologies
  • Singapore
View GitHub Profile
@wangqiang8511
wangqiang8511 / .inputrc
Last active August 29, 2015 14:07 — forked from oreh/.inputrc
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on
set bell-style none
@wangqiang8511
wangqiang8511 / kibana_log_albedozero
Last active August 29, 2015 14:10
Kibana Log for Kubernetes cluster (API production)
{
"title": "Alebdozero Dashboard",
"services": {
"query": {
"list": {
"0": {
"query": "message:200",
"alias": "",
"color": "#7EB26D",
"id": 0,
@wangqiang8511
wangqiang8511 / kibana_aws_cloudwatch
Last active August 29, 2015 14:11
Kibana portal for aws infra cloudwatch monitoring
{
"title": "AWS Infra Monitoring",
"services": {
"query": {
"list": {
"0": {
"query": "name:writelatency",
"alias": "",
"color": "#7EB26D",
"id": 0,
@wangqiang8511
wangqiang8511 / kibana_cortex_dashboard
Created December 22, 2014 02:58
Dashboard for cortex install statistics
{
"title": "CortextInstall Dashboard",
"services": {
"query": {
"list": {
"5": {
"id": 5,
"color": "#1F78C1",
"alias": "",
"pin": true,
@wangqiang8511
wangqiang8511 / hdp22-multinode-razer-simple.json
Last active August 29, 2015 14:12
Blueprint for hdp2.2
{
"configurations": [
{
"nagios-env": {
"nagios_contact": "qiang.wang@razerzone.com"
}
},
{
"hive-site": {
"javax.jdo.option.ConnectionUserName": "hive",
We couldn’t find that file to show.
We couldn’t find that file to show.
#!/bin/bash
# Copyright 2014 Google Inc. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
@wangqiang8511
wangqiang8511 / .vimrc
Last active August 29, 2015 14:22
vim_neobundle_setup
"NeoBundle Scripts-----------------------------
if has('vim_starting')
if &compatible
set nocompatible " Be iMproved
endif
" Required:
set runtimepath+=~/.vim/bundle/neobundle.vim/
endif
# ===============================================================
# File: $HOME/.screenrc
# Available: http://www.guckes.net/setup/screenrc
# Purpose: Setup file for program "(GNU) screen"
# written by: Sven Guckes setup-screenrc(at)guckes.net
# Latest change: Mon Nov 03 05:30:00 CET 2003
# Latest user version: screen-4.0.1 [2003-09-18]
# Latest dev version: screen-4.0.0beta2 [2003-08-28]
# Length and size: 700+ lines and 26K bytes
# ===============================================================