• 0 Posts
  • 62 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle


  • goes to Google, on the raw network, and on the VPN.

    You can’t “go” to a destination on two networks in a single request. It’s all packets on a wire, if it comes from two sources, it was two requests.

    Unless you mean two different requests. As in while on the VPN everything is tunneled, and while not on the VPN it’s not, but this is the opposite of what the OP was asking for. He wants the VPN on for some use cases, and off for others. That’s split tunneling.

    He’ll likely wind up with difficulties around trying to figure out which destinations he doesn’t want routed through the VPN, because there’s no way to do it by protocol, since routing happens on layer 3, not 4 or 7. He’ll likely need to know those address in advance.










  • 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
    43
    ·
    2 months 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…






  • lungdart@lemmy.catoAsklemmy@lemmy.mlWhat is Web 3.0?
    link
    fedilink
    arrow-up
    31
    arrow-down
    2
    ·
    5 months ago

    It’s a buzz word.

    Web 1.0 is just websites. They envisioned everyone had their own web site to blog on. Geocities, ISP hosting, web rings, link aggregators, and simple human curated search engines. That kind of thing.

    Web 2.0 basically meant APIs. You could stitch a weather API with a map API and make a weather map app. This kind of came true, but it wasn’t as free and open as people hoped for.

    Web 3.0 is supposed the intersection of the web and distributed apps. Think games on the block chain like crypto kitties. It’s mostly been a flop since blockchain based decentralization is slow, expensive, and difficult for users. That being said there are successful use cases like online wallet management and distributed exchanges (defi).