I hereby claim:
- I am stollcri on github.
- I am stollcri (https://keybase.io/stollcri) on keybase.
- I have a public key whose fingerprint is 196B 3B6F 2F7E 5E99 D713 5595 20F0 4DD1 8597 970F
To claim this, I am signing this object:
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
import argparse | |
import logging | |
import math | |
import os | |
import statistics | |
import signal | |
import sys |
#!/bin/bash | |
# ==================================================================================================================== | |
# | |
# Converted for bash by @stollcri (stollcri at gmail dot com), 2020-07-28 | |
# | |
# Originally downloaded from: https://sites.google.com/site/c41digitallab/the-complexity | |
# | |
# ==================================================================================================================== | |
# C41LAB - Version 1.2 | |
# |
# Start new session with name | |
tmux new -s SESSION_NAME | |
# Split into 2 side by side panes | |
<Ctrl>-b % | |
# Split into 2 top over bottom | |
<Ctrl>-b " | |
# Switch pane (left) | |
<Ctrl>-b <Left> |
I hereby claim:
To claim this, I am signing this object:
#!/bin/bash | |
if [ -z "$1" ]; then | |
echo "Syntax: $0 [domain_file]" | |
echo " domain file contians each domain on a single line" | |
exit | |
fi | |
while read line; do | |
has_ssl=`nmap -p 443 $line | grep 443/tcp | awk '{print $2}'` |
# .docker/config.json | |
# 80 column loayouts | |
{ | |
"psFormat": "{{ printf \"%s %32.32s:%-12.12s %-21.21s\" .ID .Names .Ports .Status }}", | |
"imagesFormat": "{{ $length := len .Repository }}{{ if gt $length 42 }}{{ $namelen := len (index (split .Repository \"/\") 1) }}{{ if gt $namelen 25 }}{{ $repo := printf \"...%.39s\" (index (split .Repository \"/\") 1) }}{{ printf \"%s %9.9s %42s:%-12.12s\" .ID .CreatedSince $repo .Tag }}{{ else }}{{ $repo := printf \"%14.14s...%25.25s\" (index (split .Repository \"/\") 0) (index (split .Repository \"/\") 1) }}{{ printf \"%s %9.9s %42s:%-12.12s\" .ID .CreatedSince $repo .Tag }}{{ end }}{{ else }}{{ printf \"%s %9.9s %42s:%-12.12s\" .ID .CreatedSince .Repository .Tag }}{{ end }}" | |
} |
#!/bin/sh | |
# alias engage_ipdb='(sleep 15; docker exec $(docker ps -f name=backend --format "{{.Names}}") pip install ipdb) & docker-compose stop backend && docker-compose rm -f backend && docker-compose run --service-ports backend' | |
(sleep 15; docker exec $(docker ps -f name=backend --format "{{.Names}}") pip install ipdb) & \ | |
docker-compose stop backend && \ | |
docker-compose rm -f backend && \ | |
docker-compose run --service-ports backend |
watch sudo exim -bp | exiqsumm |