TTS | voicerss.org | API
wget -q -U Mozilla -O $MP3FILE “http://api.voicerss.org/?key=YOURKEY&src=$(cat $TEXTFILE)&f=48khz_16bit_stereo&hl=en-gb&r=1”
wget -q -U Mozilla -O $MP3FILE “http://api.voicerss.org/?key=YOURKEY&src=$(cat $TEXTFILE)&f=48khz_16bit_stereo&hl=en-gb&r=1”
init-state offline carp_master = “carp1.link.up && carp2.link.up” carp_slave = “carp1.link.down && carp2.link.down” carp_down = “carp1.link.unknown && carp2.link.unknown” You have any problems at system startup even you have been used the example conf? Your state jitters and doesn’t switch to master? Use this example. Hint: The daemon loops inside a formerly reached state (function) until the […]
$PSVersionTable.PSVersion
Your daemon doesn’t write to his logfile after rotating log using newsyslog? You are executing a postrotate command in newsyslog.conf? The reason for this strange behaviour is that in case of executing a postrate command per definition (rtfm newsyslog.conf) no SIGHUP will be sent to syslogd. Solution: execute a pkill -HUP syslogd afterwards: #/var/log/maillog 640 […]