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
sssd::config: | |
'sssd': | |
'domains': 'my.domain.com, ldap' | |
'config_file_version': 2 | |
'services': | |
- 'nss' | |
- 'pam' | |
- 'ssh' | |
- 'autofs' | |
'domain/my.domain.com': |
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
################################## | |
### Custom tmux configuration ### | |
### by rumu ### | |
################################## | |
# | |
# | |
set -g default-terminal screen-256color | |
# Enable utf8 | |
set-window-option -g utf8 on |
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
bundle exec asciidoctor -o - -b docbook5 doc.adoc | pandoc -f docbook -t markdown_github -o doc.md |
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/sh | |
# Nagios shoutcast plug-in | |
# By Juliano Jeziorny ([email protected]) | |
# Rev 0.1 | |
# 23/11/2010 | |
# ********************************************************* | |
# Modified and adapted for Shoutcast 2 to parse xml stats | |
# and detect unconnected source | |
# Rev 0.2 by Keijo D. Putt | |
# 07-Dec-2017 |
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
# Terminal | |
set -g default-terminal "screen-256color" # colors! | |
# History | |
set -g history-limit 10000 | |
# Encoding | |
# set-option -g status-utf8 on | |
# set-option -g utf8 on | |
# set -g status-utf8 on |
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
#### COLOUR (Solarized 256) | |
# default statusbar colors | |
set-option -g status-bg colour235 #base02 | |
set-option -g status-fg colour166 #yellow | |
set-option -g status-attr default | |
# default window title colors | |
set-window-option -g window-status-fg colour244 #base0 | |
set-window-option -g window-status-bg default |
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
multipleauth { | |
org.eclipse.jetty.jaas.spi.PropertyFileLoginModule sufficient | |
debug="true" | |
file="/etc/rundeck/realm.properties" | |
refreshInterval="60" | |
caseInsensitive="true"; | |
com.dtolabs.rundeck.jetty.jaas.JettyCachingLdapLoginModule required | |
debug="true" |
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 | |
## VARIABLES | |
SSH_PUB_KEY=~/.ssh/id_rsa.pub | |
USER=$1 | |
HOST=$2 | |
# exit if no atributes were passed | |
if [ $# -eq 0 ]; then |
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
#!/usr/bin/python3 | |
import requests | |
import xml.etree.ElementTree as ET | |
import subprocess | |
import sys | |
import datetime | |
import time | |
# Do not start sc_cast if in blackout timeframe - DSL connection is not up during this frame |
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
Downloads 64 bits: | |
sc_serv: https://dl.dropbox.com/s/awj65gxyighz4ro/sc_serv2_linux_x64-latest.tar.gz?dl=1 | |
sc_trans: https://dl.dropbox.com/s/ol88p5cwy9ivhvx/sc_trans_linux_x64_10_07_2011.tar.gz?dl=1 | |
Downloads 32 bits: | |
sc_serv: [FALTANDO] | |
sc_trans: https://dl.dropbox.com/s/zfmfh0ahdv7mjx0/sc_trans_linux_10_07_2011.tar.gz?dl=1 | |
Para baixar o último sc_serv vá até: https://www.shoutcast.com/BroadcastNow |
OlderNewer