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
# Usage: | |
# MIDDLEWARE_CLASSES = ( | |
# ... | |
# 'path.to.this.script.WsgiLogErrors', | |
#) | |
import traceback | |
class WsgiLogErrors(object): |
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 | |
# | |
# Version: 1.0 | |
# Date: 31-07-2013 | |
# Author: Alberto Alcolea ([email protected]) | |
# | |
function usage() { | |
echo "USAGE: $0 [OPTIONS] [LENGTH]" | |
echo " Options:" |
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 | |
# | |
# Version: 1.0 | |
# Date: 24-07-2013 | |
# Author: Alberto Alcolea ([email protected]) | |
# | |
PRIORITY="local0.alert" | |
icon="/home/alberto/.icons/elementary/actions/48/process-stop.svg" |