• 0 Posts
  • 51 Comments
Joined 1 year ago
cake
Cake day: July 13th, 2023

help-circle




  • It’s just login attempt when you’re setup this way.

    It happened to my account AFTER I changed the password.

    I do not believe accounts are setup this why by default and Microsoft does encourage you to use better 2fa as well.

    Requiring a token + password before authentication is attempted is common, the password being entered triggers the token but it doesn’t mean you’re in.

    This is not Microsoft doing something wrong, it’s Microsoft protecting an account that ought to have been protected better.

    OP needs to go in and configure actual 2factor

    In the same way google will log the location and browser fingerprint and whatnot from attempted logins whether they’re successful or not.






  • If they’re internal drives then you choose.

    I like to mount drives at root, their parent directory being the logical purpose of the drive.

    Got a drive you added that’s gonna be for games?

    /games

    Is it for movies?

    /movies

    Or maybe it’s just general data storage?

    /data

    No need to make it more complicated than it has to be.

    This is standard across the industry, unless you are mounting disks that would conform to another strategy (say it’s a drive of repos, it might mounted under /usr/local/src/ as that’s where one would expect user provided source code).