• 0 Posts
  • 38 Comments
Joined 1 year ago
cake
Cake day: July 23rd, 2023

help-circle



  • For 99% of people an online password manager like Bitwarden or LastPass is going to significantly help them manage passwords securely despite the risks associated with cloud services. Most people can’t handle self hosting Bitwarden or syncing a Keepass database by themselves. Without an easy to access and easy to use online option people will revert to significantly riskier methods like password reuse or using some sort of repeatable/guessable pattern.

    For the 1% of people who want more security there are options like Vaultwarden or Keepass. Even then it’s not uncommon to make mistakes and lose data/access or leave some sort of vulnerability exposed. The attack surface is a lot smaller than a public service though which is beneficial.










  • I took the same course about ten years ago. The networking fundamentals I learned in that class are skills I use regularly but the Cisco-specific stuff I forgot almost immediately. I work on Cisco equipment every so often at work, but I manage by reading the documentation and using some Google-fu.

    Mostly you need to know the basics. Can you look at an IP and subnet mask and figure out what IPs are in that range? A lot of junior engineers I work with struggle with these concepts and it makes it very difficult to troubleshoot problems.

    For self hosting your home network should probably be simpler unless you want a real lab for learning Enterprise gear. I self host everything in Docker and Docker networking adds additional complexity, particularly if you use VLANs too. I wanted to set up wake-on-lan so I could remotely power on a server and it would have been a real struggle without knowing some networking basics to figure out how those packets would travel across those networks.

    My advice is to really focus on learning the networking basics, you’ll use those everywhere. Don’t get too hung up on memorizing iOS commands or things like configuring BGP routing unless you’re planning to get certs or become a networking engineer.