Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am muokata on github.
  • I am muokata (https://keybase.io/muokata) on keybase.
  • I have a public key ASBIqhWulSSk3WIPxjRm4fJUkvu7qPTyd5uR_S_d01PsAAo

To claim this, I am signing this object:

@muokata
muokata / ansible-summary.md
Created April 2, 2017 13:38 — forked from andreicristianpetcu/ansible-summary.md
This is an ANSIBLE Cheat Sheet from Jon Warbrick

An Ansible summary

Jon Warbrick, July 2014, V3.2 (for Ansible 1.7)

Configuration file

intro_configuration.html

First one found from of

@muokata
muokata / tmux-cheatsheet.markdown
Created December 14, 2016 22:00 — forked from MohamedAlaa/tmux-cheatsheet.markdown
tmux shortcuts & cheatsheet

tmux shortcuts & cheatsheet

start new:

tmux

start new with session name:

tmux new -s myname
@muokata
muokata / pfdel.perl
Created December 14, 2016 21:59 — forked from gionn/pfdel.perl
pfdel - deletes message containing specified address from Postfix queue. Matches either sender or recipient address.
#!/usr/bin/perl -w
#
# pfdel - deletes message containing specified address from
# Postfix queue. Matches either sender or recipient address.
#
# Usage: pfdel <email_address>
#
use strict;