Skip to content

Instantly share code, notes, and snippets.

View terriann's full-sized avatar
🦄
Making things happen

Terri Ann Swallow terriann

🦄
Making things happen
View GitHub Profile
@terriann
terriann / renew-gpgkey.md
Created November 21, 2023 14:01 — forked from krisleech/renew-gpgkey.md
Renew Expired GPG key

Renew GPG key

Given that your key has expired.

$ gpg --list-keys
$ gpg --edit-key KEYID

Use the expire command to set a new expire date:

@terriann
terriann / Backup_iPhone_TimeCapsule.sh
Created January 2, 2018 04:31 — forked from nrollr/Backup_iPhone_TimeCapsule.sh
iOS device backup to Time Capsule
# Create the appropriate directory structure on the TimeCapsule and mount the root folder ('Data' in this example)
# Backup path: /Volumes/Data/iOS/Backup/
$ cp -r ~/Library/Application\ Support/MobileSync/Backup/ /Volumes/Data/iOS
$ cd ~/Library/Application\ Support/MobileSync/
$ rm -r Backup/
$ ln -s /Volumes/Data/iOS/Backup/ ~/Library/Application\ Support/MobileSync/
# Open iTunes select your iPhone/iPad and click 'Back Up Now'-buttom