Skip to content

Instantly share code, notes, and snippets.

@timss
timss / mediainfo.txt
Created September 5, 2014 14:15
mpd http pcm wav stream + mplayer, only giving 705.6 kbit/s
$ mediainfo 06.Black Sun Empire - The Rat (Kemal Remix).flac
General
Complete name : 06.Black Sun Empire - The Rat (Kemal Remix).flac
Format : FLAC
Format/Info : Free Lossless Audio Codec
File size : 43.3 MiB
Duration : 6mn 55s
Overall bit rate mode : Variable
Overall bit rate : 873 Kbps
Album : Driving Insane CD1
@timss
timss / generate_host_cfg.sh
Created May 13, 2014 23:37
Script for generating Icinga host definitions
#!/usr/bin/env bash
# generates a valid [host] configuration file for Icinga
# based off a template, for all the hosts in the subnet
icinga_root="/etc/icinga/objects"
subnet="10.0.0.1.*"
template="template_icinga.cfg"
alias_file="alias.txt"
# navigate to the Icinga configuration directory