Skip to content

Instantly share code, notes, and snippets.

View kellyatkinson's full-sized avatar

Kelly Atkinson kellyatkinson

  • Auckland, New Zealand
View GitHub Profile
@superbob
superbob / ddns_provider.conf
Last active February 23, 2025 13:44
Namecheap Synology DSM DDNS provider
#Insert this at the end of /etc.defaults/ddns_provider.conf
[Namecheap]
modulepath=/usr/syno/bin/ddns/namecheap.php
queryurl=https://dynamicdns.park-your-domain.com/update
@veuncent
veuncent / aws_glacier_delete_vault.md
Last active November 15, 2025 12:44
Delete all archives in an AWS Vault

AWS Glacier: Delete vault

Follow these steps to remove all archives from an AWS vault. After this is finished, you will be able to delete the vault itself through the browser console.

Step 1 / Retrieve inventory

This will create a job that collects required information about the vault.

$ aws glacier initiate-job --job-parameters '{"Type": "inventory-retrieval"}' --account-id YOUR_ACCOUNT_ID --region YOUR_REGION --vault-name YOUR_VAULT_NAME