Skip to content

Instantly share code, notes, and snippets.

@OrvilleQ
OrvilleQ / keybase.md
Created September 10, 2022 12:08
Keybase proof

Keybase proof

I hereby claim:

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

To claim this, I am signing this object:

@OrvilleQ
OrvilleQ / ddns.sh
Created July 30, 2021 15:37
Simple Cloudflare DDNS Shell Script
#!/bin/sh
#
# set -x
DOMAIN_NAME="<Domain name>"
IP_RECORD=`nslookup -type=a $DOMAIN_NAME | tail -n+4 | grep Address | sed -e '/^$/d' -e 's/Address: //g'`
IP_CURRENT=`curl -s ip.sb`
ZONE_IDENTIFIER=

Keybase proof

I hereby claim:

  • I am orwillt on github.
  • I am orwill (https://keybase.io/orwill) on keybase.
  • I have a public key ASCHq2wu2kTfqtol06jgW5A0CdbN0VcCiRU36AWkV4RjBgo

To claim this, I am signing this object:

{
"ignition": {
"version": "3.0.0"
},
"passwd": {
"users": [
{
"groups": [
"sudo",
"docker"
#version=RHEL8
ignoredisk --only-use=vda
# Partition clearing information
clearpart --all --initlabel --drives=vda
# Use graphical install
graphical
repo --name="AppStream" --baseurl=http://mirror.centos.org/centos/8.0.1905/BaseOS/x86_64/os/../../../AppStream/x86_64/os/
# Use network installation
url --url="http://mirror.centos.org/centos/8.0.1905/BaseOS/x86_64/os"
# Keyboard layouts