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

help-circle
  • For real. Literally yesterday, reboot my computer and Nvidia drivers that had worked fine the day before no longer functioned resulting in my screen resolution being reduced and unchangeable.

    Had to run a few commands to fix it but they are not obvious to me as a new-ish Linux user. Something about dkms being a dependency but not configured?

    To recover, I had to:

    sudo apt purge nvidia-*

    sudo apt autoremove

    sudo apt update && sudo apt upgrade

    sudo rm -rf /var/lib/dkms/nvidia/

    sudo apt install nvidia-dkms-550

    (Reinstall Nvidia 550 drivers)

    Why did I have to do all this? I ask that rhetorically, but Id like to know so I can understand what went wrong. Linux is non-trivial and people who deny that are not seeing things clearly. Then again, triviality of use isn’t particularly the most salient to me. Rather, it’s a mixture of is there enough compatibility to what I use my desktop for, is it reasonably easy to use for most tasks, and does it give me the freedom I want for the device.





  • xubu@infosec.pubto4chan@lemmy.worldStory of Cruz
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    8 months ago

    What is agreeable for social safety net(s) from the perspective of conservatives?

    Single payer healthcare? Universal Basic Income? More expansive food subsidies? More expansive housing subsidies?

    What is not considered “government hand out” that we can all agree on?



  • I’m in IT security and I’m fighting this battle. I want to lessen the burden of passwords and arbitrary rotation is terrible.

    I’ve ran into a number of issues at my company that would give me the approval to reduce the frequency of expired passwords

    • the company gets asked this question by other customers “do you have a password policy for your staff?” (that somehow includes an expiration frequency).

    • on-prem AD password complexity has some nice parts built in vs some terrible parts with no granularity. It’s a single check box in gpo that does way too much stuff. I’m also not going to write a custom password policy because I don’t have the skill set to do it correctly when we’re talking about AD, that’s nightmare inducing. (Looking at specops to help and already using Azure AD password protection in passive mode)

    • I think management is worried that a phishing event happens on a person with a static password and then unfairly conflating that to my argument of “can we just do two things: increase password length by 2 and decrease expiration frequency by 30 days”

    At the end of the day, some of us in IT security want to do the right things based in common sense but we get stymied by management decisions and precedence. Hell, I’ve brought NIST 800-63B documentation with me to check every reason why they wouldn’t budge. It’s just ingrained in them - meanwhile you look at the number of tickets for password help and password sharing violations that get reported … /Sigh