This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"\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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "Alebdozero Dashboard", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "message:200", | |
"alias": "", | |
"color": "#7EB26D", | |
"id": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "AWS Infra Monitoring", | |
"services": { | |
"query": { | |
"list": { | |
"0": { | |
"query": "name:writelatency", | |
"alias": "", | |
"color": "#7EB26D", | |
"id": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"title": "CortextInstall Dashboard", | |
"services": { | |
"query": { | |
"list": { | |
"5": { | |
"id": 5, | |
"color": "#1F78C1", | |
"alias": "", | |
"pin": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"nagios-env": { | |
"nagios_contact": "[email protected]" | |
} | |
}, | |
{ | |
"hive-site": { | |
"javax.jdo.option.ConnectionUserName": "hive", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"NeoBundle Scripts----------------------------- | |
if has('vim_starting') | |
if &compatible | |
set nocompatible " Be iMproved | |
endif | |
" Required: | |
set runtimepath+=~/.vim/bundle/neobundle.vim/ | |
endif |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# =============================================================== | |
# 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 | |
# =============================================================== |
OlderNewer