• 0 Posts
  • 133 Comments
Joined 7 months ago
cake
Cake day: February 10th, 2025

help-circle


  • It seems a bit dated too, I definitely have a bitlocker disk mounted right now.

    The TPM secure boot key part is true, but you can disable secure boot and use (on Windows) manage-bde to add a password based key. When you boot and it can’t load the bitlocker key from the TPM it prompts the user for a password.

    I’m fairly sure there’s a way to bypass the secure boot requirement for Windows 11 too, I think I read about it but I’m not using windows so I didn’t look into it much.


  • It’s a pain. Windows can’t read ext4 and NTFS does not play well with Proton gaming. You could use exfat as a common filesystem. My solution before I gave up duel booting was to put games on my NAS and access them via NFS. It was a bit slow even on a 2.5gb network, but very playable.


  • Yeah, staying on top of updates and watching the announcements is pretty much a requirement for Arch. Things change fast, that’s both the advantage and disadvantage of this distro.

    The AUR, like any repository where users can submit software, is going to have malicious uploads from time to time. The AUR team does a good job of removing these as soon as they’re discovered but there’s nothing that can prevent it. There’s a voting system so you usually see which packages are the most commonly installed but even that could be manipulated if someone were motivated enough.

    I would guess that if it became common enough they could enable some more stringent identity verification for submitters in order to cut down on bad actors. But it is very much at your own risk and there’s a big warning about it in the wiki saying as much.









  • Yeah, I think we’ve all been there.

    Just starting a new OS, deep in imposter syndrome, every problem seems to require fixing two other problems and you’re trapped in vim.

    It gets easier.

    Don’t be afraid of the terminal, it’s the most powerful tool you have. Look for things that you can script, everything you do in a GUI you can script, anything that you do repeatedly should be scripted(and bound to a keyboard shortcut.) LLMs are decent at making simple scripts, but use them to learn how to write scripts, don’t just vibe code everything.

    Any tool that you hate probably has 4 other projects which do the same thing, so go look for alternatives if one frustrates you. Awesome Lists are a good place to start: https://github.com/luong-komorebi/Awesome-Linux-Software