a url A site was established by CNAME record domain DNS.
- Create:
a really long command line tool example that goes to far past the 80 character limit
a url A site was established by CNAME record domain DNS.
a really long command line tool example that goes to far past the 80 character limit| import os | |
| import re | |
| def zsh_to_fish(cmd): | |
| return (cmd.replace('&&', '; and ') | |
| .replace('||', '; or ')) | |
| def is_valid_fish(cmd): |
| FROM alpine:latest | |
| LABEL maintainer="sean.escriva@gmail.com" | |
| ENV SPHINX_VERSION='1.6.4' | |
| RUN apk add --update python3 make bash && \ | |
| ln -s /usr/bin/python3 /usr/bin/python && \ | |
| ln -s /usr/bin/pip3 /usr/bin/pip && \ | |
| rm -rf /var/cache/apk/* |
| --- | |
| apiVersion: v1 | |
| kind: ConfigMap | |
| metadata: | |
| name: l5d-config | |
| data: | |
| config.yaml: |- | |
| admin: | |
| ip: 0.0.0.0 | |
| port: 9990 |
| set -g default-terminal "screen-256color" | |
| setw -g xterm-keys on | |
| # start window numbering at 1 | |
| set -g base-index 1 | |
| set -g mouse on | |
| setw -g monitor-activity on | |
| # use C-j instead of C-b |
Probably one of the easiest things you'll ever do with gpg
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key
| checking build system type... x86_64-unknown-linux-gnu | |
| checking host system type... x86_64-unknown-linux-gnu | |
| Beginning configuration for readline-7.0 for x86_64-unknown-linux-gnu | |
| checking whether make sets $(MAKE)... yes | |
| checking for gcc... gcc | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... |
I hereby claim:
To claim this, I am signing this object:
| function ConvertTo-CIPolicy { | |
| <# | |
| .SYNOPSIS | |
| Converts a binary file that contains a Code Integrity policy into XML format. | |
| Author: Matthew Graeber (@mattifestation) | |
| License: BSD 3-Clause | |
| .DESCRIPTION |