• 4 Posts
  • 105 Comments
Joined 2 years ago
cake
Cake day: November 17th, 2022

help-circle


  • Ideally, sure use a password generator - but I wouldn’t worry about the security of a password generator like the one I linked.

    1. There’s no linking of the password you generated to whichever account you are creating.
    2. There’s no guarantee from the web operator’s perspective that you are actually using the generated passwords for anything at all.

    Again, use bitwarden’s generator - or equivalent - for passphrases, but in the absence of that correcthorsebatterystaple.com is good enough for a non-shared password.


  • pezhore@lemmy.mltoPrivacy@lemmy.mlHelp setting up Wi-Fi router
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    22 days ago

    The brand/type of wifi router is more of a technical requirements discussion than privacy discussion.

    For instance, I live in a two story townhome rental with the modem in the basement - so I picked up an Orbi mesh system to bounce wifi up to the second floor. I also have a fairly complex network with IoT VLAN, DMZ (for remote VPN) and other network segments - again the orbi doing different VLANs per SSID was a deciding factor.

    I’ve also only used the Orbi as an access point, relying on a dedicated firewall/router for that stuff.

    If you’re looking at a flat network (e.g. everything on one segment - the typical home user setup), pretty much any WiFi router from Best Buy or equivalent will do the job. Check your current devices to see if you can take advantage of WiFi 7 technology - otherwise save a few bucks and go WiFi 6.

    For security purposes, change the default SSID (the wireless name) to something unique - and change the password to something from correcthorsebatterystaple.net. You don’t need the default jumble of letters and numbers to be secure.

    Lastly, getting to your privacy concerns, look at the DHCP settings - that’s what hands out IP addresses to your devices so they can reach the internet. Change the DNS servers to something other than your ISP. This looks like a good starting point.

    The big things are to make sure you don’t expose your router management to the Internet (the default shouldn’t do that) and to make sure you periodically check for firmware updates.

    If you want to up your game, you could look at spinning up a self-hosted DNS server like Pi-Hole - but that can be a bit more advanced to get setup and troubleshoot if something goes wrong.










  • pezhore@lemmy.mltoSelfhosted@lemmy.worldwhich git server for a company?
    link
    fedilink
    English
    arrow-up
    7
    arrow-down
    1
    ·
    2 months ago

    I’ll come out with an anti-recommendation: Don’t do GitLab.

    They used to be quite good, but lately (as in the past two years or so) they’ve been putting things behind a licensing paywall.

    Now if your company wants to pay for GitLab, then maybe consider it? But I’d probably look at some of the other options people have mentioned in this thread.



  • I don’t know if it’s even possible anymore (heck it’s hard for me at 40), but try to put something in retirement funds. If your work as a 401k, try and contribute. If you leave the job, your money can then go to an IRA. How do you do that? Beats me - I have five or six requirement accounts, each topping out at around between $2-5k.

    Also, brush your teeth and if you grind them in your sleep - get a dentist to fit you for a mouth guard.

    Edit: wow, down votes for teeth health.

    Edit edit: reading comprehension isn’t my strong suite.



  • There should be a a button that you can press repeatedly to open up a boot menu - it can be the delete key, f2, etc.

    Depending on how new your laptop is, you may need to disable something called “Secure Boot”. Keep in mind if your windows installation is encrypted with BitLocker or whatever else Windows is using these days. If it is encrypted, and you have secure boot enabled you may run into issues booting back into Windows - it will freak out that secure boot was disabled and require your encryption key.

    At least, that’s what happened with my ROG Zephyrus M16 - I had to find my BitLocker key to boot into Windows and then decrypt it using the settings menu.

    Also, if you want to be able to use both Windows and Linux - see if your laptop has an expansion port for a second hard drive. Windows historically has screwed over dual booted Linux grub with updates, and if you can just boot to a entirely different drive that won’t happen.