#Jekyll Markdown Quick Reference
####Write in simply awesome markdown
layout: post
title: Markdown Style Guide
---#Jekyll Markdown Quick Reference
####Write in simply awesome markdown
layout: post
title: Markdown Style Guide
---| { | |
| "template":"logstash-*", | |
| "settings":{ | |
| "index.refresh_interval":"5s" | |
| }, | |
| "mappings":{ | |
| "_default_":{ | |
| "dynamic_templates":[ | |
| { | |
| "string_fields":{ |
| import os | |
| import sys | |
| import pickle | |
| import console | |
| import editor | |
| import dropboxlogin # this code can be found here https://gist.github.com/4034526 | |
| STATE_FILE = '.dropbox_state' |
This is a short article on how we integrate stash and slack in openmind
First of all i assume you have:
| #!/bin/bash | |
| # Author: Erik Kristensen | |
| # Email: [email protected] | |
| # License: MIT | |
| # Nagios Usage: check_nrpe!check_docker_container!_container_id_ | |
| # Usage: ./check_docker_container.sh _container_id_ | |
| # | |
| # Depending on your docker configuration, root might be required. If your nrpe user has rights | |
| # to talk to the docker daemon, then root is not required. This is why root privileges are not |
| #!/usr/bin/env python2 | |
| """ | |
| Author: takeshix <[email protected]> | |
| PoC code for CVE-2014-0160. Original PoC by Jared Stafford ([email protected]). | |
| Supportes all versions of TLS and has STARTTLS support for SMTP,POP3,IMAP,FTP and XMPP. | |
| """ | |
| import sys,struct,socket | |
| from argparse import ArgumentParser |
| #!/bin/sh | |
| # Enable and disable HDMI output on the Raspberry Pi | |
| is_off () | |
| { | |
| tvservice -s | grep "TV is off" >/dev/null | |
| } | |
| case $1 in |
| on run {input, parameters} | |
| tell application "Mailplane 3" | |
| set theEmailUrl to currentURL | |
| set theGmailUrl to my replace_chars(theEmailUrl, "mailplane://bradley.wright%40digital.cabinet-office.gov.uk/", "https://mail.google.com/mail/ca/u/0/") | |
| set theSubject to currentTitle | |
| tell application "OmniFocus" | |
| set theTask to theSubject | |
| set theNote to theEmailUrl & " |
This repository is purely a staging one for converting Eternity from Subversion to Git. As the process is refined, force-pushes may happen frequently. Do not depend on it having stable references.
| ssh admin@nas | |
| /etc/init.d/services.sh stop | |
| /etc/init.d/xdove.sh stop | |
| # See if there are still files open on the disk: | |
| lsof |grep /share/MD0_DATA | |
| # Kill the open processes if any. |