• 1 Post
  • 24 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle
  • Pass uses GPG and git under the hood.

    You create keys to encrypt your data, and keep the encrypted data in git locally which can be cloned to github, gitlab and the like.

    It’s just files on your computer, so you can back them up that way, or use a thumb drive as a remote git repo and push to it.

    Day to day Type pass and tab complete to find the entry. Enter the command and be prompted to unlock it. It will then print the credentials to the terminal.

    To create a new password, you type and add command followed by a name and a text editor opens up for you to type credentials in, or it can generate them for you.

    To keep your backup up to date you just git push to the remote of your choice. I use github



  • lungdart@lemmy.catoLinux@lemmy.mlBSD Vs. Linux
    link
    fedilink
    arrow-up
    42
    ·
    1 month ago

    The majority of the Internet’s routing and switching architecture is BSD based. Historically it had the most stable and performant network stack of all the OSs.

    I used it extensively at one job in a previous life when I was a network appliance developer. It was rock solid and lightning fast. Tried it as a desktop at home and had a terrible experience.

    The little differences in the Unix commands used to drive me nuts as well…