This file contains 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 | |
# | |
# A mysql replication plugin for the check_mk nagios system. | |
# Place me in /usr/lib/check_mk_agent/local on the client | |
# | |
# Hereward Cooper <[email protected]> - 16/06/11 | |
MYSQL_USER="root" | |
MYSQL_PASS="PAassw0rd" |
This file contains 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
// ==UserScript== | |
// @name watchcartoononline | |
// @description Description | |
// @author Chris H (Zren / Shade) | |
// @icon http://xshade.ca/favicon.ico | |
// @namespace http://xshade.ca | |
// @version 1 | |
// @grant none | |
// @include http://www.watchcartoononline.com/* | |
// @include http://www.animeuploads.com/embed.php* |
This file contains 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
# Fact: role | |
# | |
# Purpose: | |
# Return the installed and running applications on the system. | |
# | |
# FIXME: Add amq, varnish, | |
# FIXME: As of now, interpreting/matching text and not return codes :( | |
Facter.add(:role) do | |
setcode do |
This file contains 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
# zoom | |
unbind ^M | |
bind ^M new-window -d -n zoom 'tmux-zoom' |