Skip to content

Instantly share code, notes, and snippets.

View StealthBadger747's full-sized avatar

Erik Parawell StealthBadger747

View GitHub Profile
#!/bin/bash
# This script is used to check and update your GoDaddy DNS server to the IP address of your current internet connection.
# This differs from the one mcarpenterjr created because you can update multiple A Records.
# Special thanks to mcarpenterjr for his derivative of mfox's ddns powershell script
# https://gist.github.com/mcarpenterjr/1dedf9f9f842710ba5f07937ef4f5ae4
# Special thanks to mfox for his ps script
# https://github.com/markafox/GoDaddy_Powershell_DDNS
#
# First go to GoDaddy developer site to create a developer account and get your key and secret
@StealthBadger747
StealthBadger747 / headplane.nix
Last active February 4, 2025 08:03
Headplane nix flake
{
lib,
stdenv,
pnpm_9,
git,
makeWrapper,
nodejs,
fetchFromGitHub,
}:
@StealthBadger747
StealthBadger747 / gist:1aef08b9ecab95596305db285ab1eb93
Created February 9, 2025 17:49
NixOS Oracle Cloud Terraform
terraform {
required_providers {
oci = {
source = "oracle/oci"
}
}
}
provider "oci" {
user_ocid = "ocid1.user.oc1.."