Skip to content

Instantly share code, notes, and snippets.

View tony-caffe's full-sized avatar

Anthony Affee tony-caffe

View GitHub Profile
@tony-caffe
tony-caffe / Contract Killer 3.md
Last active March 3, 2024 14:50 — forked from malarkey/Contract Killer 3.md
The latest version of Bytes Unlimited ‘Contract Killer’ for web professionals

Contract Killer

The popular open-source contract for web professionals by Stuff & Nonsense

  • Originally published: 23rd December 2008
  • Revised date: March 15th 2016
  • Revised by Bytes Unlimited : Feb 3rd 2020

@tony-caffe
tony-caffe / Conf Files for 2.4
Last active October 5, 2017 23:59
B2B OpenVPN Server and Client Conf for version 2.4 Compatibility
## Server.conf ##
# Default Port used
port 1194
# Force UDP on IPv4 only
proto udp4 #proto udp
dev tun
ca ca.crt
cert server.crt
key server.key
@tony-caffe
tony-caffe / nagios-slack-alert.sh
Last active December 30, 2022 20:18
Nagios to post alerts into a Slack channel # using the Incoming WebHooks integration
#!/bin/bash
# This script is used by Nagios to post alerts into a Slack channel
# using the Incoming WebHooks integration. Create the channel, botname
# and integration first and then add this notification script in your
# Nagios configuration.
#
# All variables that start with NAGIOS_ are provided by Nagios as
# environment variables when an notification is generated.
# A list of the env variables is available here: