Skip to content

Instantly share code, notes, and snippets.

View nmichlo's full-sized avatar
🐋

Nathan nmichlo

🐋
View GitHub Profile
@nmichlo
nmichlo / remove_tuxera.sh
Created December 15, 2020 19:45 — forked from miguelmota/remove_tuxera.sh
Completely uninstall and remove Tuxera NTFS on MacOS (resets trial version)
unload_files=(
"/Library/LaunchAgents/com.tuxera.ntfs.agent.plist"
)
for unload_file in "${unload_files[@]}"; do
echo "Unloading: ${unload_file}"
launchctl unload "${unload_file}"
echo
done
@nmichlo
nmichlo / cloudflare-ddns-update.sh
Created September 2, 2022 14:00 — forked from foobarhl/cloudflare-ddns-update.sh
A bash script to update a Cloudflare DNS A record with the external IP of the source machine
#!/bin/bash
# A bash script to update a Cloudflare DNS A record with the external IP of the source machine
# Used to provide DDNS service for my home
# Needs the DNS record pre-creating on Cloudflare
## Based on https://gist.github.com/Tras2/cba88201b17d765ec065ccbedfb16d9a with updates to use
## per-zone configurable access tokens available in the API sections of your Cloudflare profile
## - info@foo-games.com