I hereby claim:
- I am stephangarland on github.
- I am sgarland (https://keybase.io/sgarland) on keybase.
- I have a public key ASDrDTpZGTTCBe0SKCrdqbBdzYH2lC_HC0oLIxy1ZJVs9go
To claim this, I am signing this object:
#!/usr/bin/env bash | |
remove_claim() { | |
pvc=$(export name="$1" && kubectl get pv --no-headers | awk -v name="$name" '$0~name {print $1}') | |
kubectl patch pv $pvc --type json -p '[{"op": "remove", "path": "/spec/claimRef"}]' | |
} | |
if [ -n $2 ]; then | |
namespace=$2 | |
else |
#!/usr/bin/env bash | |
set -e | |
read -p "Enter Unifi controller's container name: " container | |
curl -s https://dlcdn.apache.org/logging/log4j/2.15.0/apache-log4j-2.15.0-bin.tar.gz -o log4j.tar.gz | |
mkdir -p ./log4j && tar xzf log4j.tar.gz -C ./log4j --strip-components=1 | |
cd log4j | |
for file in log4j-{api,core,slf4j-impl}-2.15.0.jar; do | |
docker cp "$file" "$container:/usr/lib/unifi/lib/" | |
done |
#!/usr/bin/env python3 | |
import datetime | |
import os | |
import socket | |
import subprocess | |
import sys | |
import time | |
MAC_ADDR = "0025904F3A00" |
#!/usr/bin/env python3 | |
import argparse | |
from datetime import date | |
from PyPDF2 import PdfFileReader, PdfFileWriter | |
from PyPDF2.generic import BooleanObject, NameObject, IndirectObject | |
def setup_args(): | |
parser = argparse.ArgumentParser(description="Modify a PDF's fields for HSA contribution changes.") |
#!/usr/bin/env bash | |
# Replace the directory on L7 with your actual location | |
echo "Stopping Plex" | |
docker stop plex | |
cd "/mnt/nvme_plex/config/Library/Application Support/Plex Media Server/Plug-in Support/Databases" | |
existing="com.plexapp.plugins.library.db" | |
echo "Backing up $existing to $existing.bak" | |
cp $existing $existing.bak |
I hereby claim:
To claim this, I am signing this object: