Skip to content

Instantly share code, notes, and snippets.

View pedromadureira000's full-sized avatar

Pedro Madureira pedromadureira000

View GitHub Profile
@pedromadureira000
pedromadureira000 / GPG.md
Last active September 6, 2022 20:40
GPG

symmetric

Encrypt

gpg --symmetric meu_texto.txt

Decrypt

gpg --output meu_texto.txt --decrypt meu_texto.txt.gpg

initialize and create password-store

You need to have gpg key. Because it will be used to encript end decript your pass

pass init "gpg-id" (or  email of gpg key)

check passwords in the store

@pedromadureira000
pedromadureira000 / duplicity_backup.md
Last active September 6, 2022 17:47
Duplicity Backup

Installation

  • Python-pydrive = google drive
  • ncftp = alternative backend for ftp
  • lftp = backend for ftp, ftps, fish
yay -S duplicity ncftp python-pydrive lftp 

Help