I hereby claim:
- I am jpartain89 on github.
- I am jpartain89 (https://keybase.io/jpartain89) on keybase.
- I have a public key whose fingerprint is D182 E203 7AA3 39AD 5873 2D81 AF51 1EBA 2248 1781
To claim this, I am signing this object:
--- | |
# ^^^ YAML documents must begin with the document separator "---" | |
# | |
#### Example docblock, I like to put a descriptive comment at the top of my | |
#### playbooks. | |
# | |
# Overview: Playbook to bootstrap a new host for configuration management. | |
# Applies to: production | |
# Description: | |
# Ensures that a host is configured for management with Ansible. |
I hereby claim:
To claim this, I am signing this object:
# Configuration file for dnsmasq. | |
# | |
# Format is one option per line, legal options are the same | |
# as the long options legal on the command line. See | |
# "/usr/sbin/dnsmasq --help" or "man 8 dnsmasq" for details. | |
# Listen on this specific port instead of the standard DNS port | |
# (53). Setting this to zero completely disables DNS function, | |
# leaving only DHCP and/or TFTP. | |
#port=5353 |
Getting started:
Related tutorials:
#!/bin/bash | |
# This builds monit with the --enable-optimized flag set. | |
monit_dir=/home/$USER/git/monit | |
if [[ ! -e "$monit_dir" ]]; then | |
echo "" | |
echo "Monit's git directory missing." | |
echo "Cloning" |
<!-- | |
Don't forget to set the /path/to/.monitrc path! | |
* Save this into: ~/Library/LaunchAgents/vb.monit.plist | |
* Load with (auto loaded at user login): launchctl load ~/Library/LaunchAgents/vb.monit.plist | |
* Unload with: launchctl unload ~/Library/LaunchAgents/vb.monit.plist | |
--> | |
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> |
This guide offers the least time-consuming way of setting up Nginx for serving Git repositories over HTTP using Gitweb. The stuff here has been tested with Git 1.9.1 and Nginx 1.6.0 on Debian Wheezy. Probably also works for Ubuntu, etc.
Total time ~ 10 minutes.
Enable wheezy-backports
by adding this line to /etc/apt/sources.list
:
deb http://http.debian.net/debian wheezy-backports main