Skip to content

Instantly share code, notes, and snippets.

View gmbalaa14's full-sized avatar
🎯
Focusing

Balagurunathan Marimuthu gmbalaa14

🎯
Focusing
  • UFours IT Solution Private Limited
  • Madurai
View GitHub Profile
@gmbalaa14
gmbalaa14 / gist:287ddf4995848db5da45c428e9bb9483
Created December 5, 2024 05:55 — forked from eyecatchup/gist:11527136b23039a0066f
Various Official Microsoft Windows (R) 8 and Windows (R) 8.1 Direct ISO Download Links
#
# KMS Client Setup Keys: http://technet.microsoft.com/en-us/library/jj612867.aspx
#
####################################################################
# Windows 8.1 Enterprise Evaluation ISO:
# @url: http://go.microsoft.com/fwlink/?LinkId=302161
####################################################################
@gmbalaa14
gmbalaa14 / gpg-import-and-export-instructions.md
Created November 11, 2024 09:02 — forked from chrisroos/gpg-import-and-export-instructions.md
Instructions for exporting/importing (backup/restore) GPG keys

Every so often I have to restore my gpg keys and I'm never sure how best to do it. So, I've spent some time playing around with the various ways to export/import (backup/restore) keys.

Method 1

Backup the public and secret keyrings and trust database

cp ~/.gnupg/pubring.gpg /path/to/backups/
cp ~/.gnupg/secring.gpg /path/to/backups/
cp ~/.gnupg/trustdb.gpg /path/to/backups/

or, instead of backing up trustdb...