Updated 21JUL2022 1345hrs Eastern.
Shared via Kinsa.
Kerry 's history. Age 37 years old.
[Thu Jul 21].
[13:38] Symptoms: Body Aches, Cough, Trouble Breathing, Fatigue, Headache.
#!/usr/bin/env bash | |
#curl --silent --location https://gist.githubusercontent.com/kerryhatcher/8e99fa7d7467476d188d7c9842f55dcc/raw/55e3ab823152e75fffd1ef1f5faf3c8e90efe5ca/jenkins2.sh | bash - | |
mkfs -t ext4 /dev/xvdb | |
ssh-keygen -t rsa -b 4096 -C "[email protected]" -N "" -f ~/.ssh/id_rsa | |
yum update -y | |
yum install java vim wget curl git -y | |
#wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat-stable/jenkins.repo | |
wget -O /etc/yum.repos.d/jenkins.repo http://pkg.jenkins-ci.org/redhat/jenkins.repo | |
rpm --import https://jenkins-ci.org/redhat/jenkins-ci.org.key |
#save this file to: /etc/nginx/default.d/le-well-known.conf | |
location ~ /.well-known { | |
allow all; | |
} |
server { | |
listen 443 ssl; | |
server_name example.com www.example.com; | |
ssl_certificate /etc/letsencrypt/live/example.com/fullchain.pem; | |
ssl_certificate_key /etc/letsencrypt/live/example.com/privkey.pem; | |
ssl_protocols TLSv1 TLSv1.1 TLSv1.2; | |
ssl_prefer_server_ciphers on; |
'use strict'; | |
// ======================================================================= | |
// Gulp Plugins | |
// ======================================================================= | |
var gulp = require('gulp'), | |
nunjucks = require('nunjucks'), | |
markdown = require('nunjucks-markdown'), | |
marked = require('marked'), | |
rename = require('gulp-rename'), | |
gulpnunjucks = require('gulp-nunjucks'); |
#!/usr/bin/env bash | |
export fileappend=$(head /dev/urandom | tr -dc A-Za-z0-9 | head -c 13 ; echo '') | |
export oldfile=$(ls /opt/minecraft/whitelist.json-*) | |
mv /opt/minecraft/whitelist.json /opt/minecraft/whitelist.json-$fileappend | |
mv $oldfile /opt/minecraft/whitelist.json |
#!/usr/bin/env bash | |
set -e | |
#Based on | |
mcservername="cotscraft" | |
if [ $(id -u) -ne 0 ] | |
then echo "Please run as root" | |
exit |
https://super-productivity.com/ | |
https://cboxdoerfer.github.io/fsearch/ | |
https://github.com/canadaduane/pop-dictionary | |
https://vivaldi.com/ | |
https://bitwarden.com/ |
Updated 21JUL2022 1345hrs Eastern.
Shared via Kinsa.
Kerry 's history. Age 37 years old.
[Thu Jul 21].
[13:38] Symptoms: Body Aches, Cough, Trouble Breathing, Fatigue, Headache.
>>> $$ | |
$1 = 25 (Step idle delay, milliseconds) | |
$0 = 10 (Step pulse time, microseconds) | |
$2 = 1 (Step pulse invert, mask) | |
$3 = 0 (Step direction invert, mask) | |
$4 = 1 (Invert step enable pin, boolean) | |
$5 = 0 (Invert limit pins, boolean) | |
$6 = 0 (Invert probe pin, boolean) | |
$10 = 1 (Status report options, mask) | |
$11 = 0.010 (Junction deviation, millimeters) |
Non-free: