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
# Numerous always-ignore extensions | |
*.diff | |
*.err | |
*.orig | |
*.rej | |
*.swo | |
*.swp | |
*.vi | |
*~ | |
*.pyc |
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 | |
if [ -z $1 ]; then | |
echo "Usage: $0 imagefile-42" | |
exit | |
fi | |
pages=4 | |
file=$1 |
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
# | |
# my .zshrc, based on https://github.com/topfunky/zsh-simple | |
# | |
#if [ -f /etc/zshrc ]; then | |
# . /etc/zshrc | |
#fi | |
# History | |
HISTFILE=~/.histfile |
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
%define contentdir /var/www | |
Name: piwik | |
Version: 2.1.0 | |
Release: 1%{?dist} | |
Summary: Open Analytics Platform | |
License: GPLv3 | |
URL: http://piwik.org/ | |
Source0: http://builds.piwik.org/latest.zip |
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
# $Id: awffull.spec 4076 2006-03-30 $ | |
# Authority: dries + javier wilson | |
# Upstream: Javier Wilson <javier$guegue,com> | |
Summary: Web server log analysis program | |
Name: awffull | |
Version: 3.10.2 | |
Release: 1%{?dist} | |
License: GPL | |
Group: Applications/Internet |
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
define hostgroup{ | |
hostgroup_name access_points | |
alias Access Points | |
} | |
{%- for ap in items %} | |
define host{ | |
use generic-switch | |
host_name {{ ap.name }} | |
alias {{ ap.name }} |
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 | |
if [ -z $1 ]; then | |
echo "Usage: $0 [email protected]" | |
exit | |
fi | |
rcpt=$1 | |
QIDS=`mailq | grep -B1 "$rcpt" | grep '^[a-z]' | awk '{print $1}' | sed 's/\*$//'` | |
for q in $QIDS |
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
<?php | |
require('Services/Twilio.php'); | |
$sid = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; | |
$token = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; | |
$from = "5555555555"; | |
require('config.php'); | |
#+555555555555,Alice Smith,CT | |
#+555555555555,Bob Rodriguez,LTO 01A |
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
define hostgroup{ | |
hostgroup_name access_points | |
alias Access Points | |
} | |
{%- for ap in items %} | |
define host{ | |
use generic-switch | |
host_name {{ ap.name }} | |
alias {{ ap.name }} |
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
%define debug_package %{nil} | |
Name: pulse | |
Version: 0.10.5 | |
Release: 1%{?dist} | |
Summary: Open Source Continuous File Synchronization | |
Group: Applications/Internet | |
License: GPLv3 | |
URL: https://ind.ie/pulse/ |