Skip to content

Instantly share code, notes, and snippets.

@edlitmus
edlitmus / Tidy.pm
Last active August 29, 2015 14:14 — forked from jonswar/Tidy.pm
package JS::Perl::Tidy;
use Perl::Tidy qw();
use strict;
use warnings;
sub perltidy {
return Perl::Tidy::perltidy( prefilter => \&prefilter, postfilter => \&postfilter, @_ );
}
sub prefilter {

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

Operational PGP

This is a guide on how to email securely.

There are many guides on how to install and use PGP to encrypt email. This is not one of them. This is a guide on secure communication using email with PGP encryption. If you are not familiar with PGP, please read another guide first. If you are comfortable using PGP to encrypt and decrypt emails, this guide will raise your security to the next level.

@edlitmus
edlitmus / _modules.zerotier.py
Created September 9, 2022 03:56 — forked from gamingrobot/_modules.zerotier.py
very basic saltstack module and state for doing things with zerotier-cli and zerotier central api
# -*- coding: utf-8 -*-
'''
Zerotier
'''
# Import python libs
from __future__ import absolute_import, generators, print_function, with_statement, unicode_literals
import logging
import json