

Could have just used class E addresses, at least then it would look intentional insead of brainless.


Could have just used class E addresses, at least then it would look intentional insead of brainless.


If you do this, be sure to make an image of your EFI partition and/or keys and keep it somewhere safe along with whatever is needed to restore the partition. Because if something tempers with it, your computer will stop booting because sighed hashes no longer match the ones calculated and you’ll be locked out of your own system without some sort of way to restore the partition to a safe state.


As bad as secure boot is, that’s exactly the use case for it. Frankly, you can both swap the CD and solder a new BIOS flash if you are really interested in boot poisoning, the latter is just a tiny bit harder to do without some sort of trace.


Mainly because then the manufacturer decides on how your stuff is encrypted, no likie.


Well, something has to be. You can have your EFI partition on a separate drive and then the actual drive will be fully encrypted. It’s just as good as we can get, the algorithm for decrypting the data obviously can’t be encrypted.
I think there are implementations with encryption logic stored in the BIOS or on a separate chip, but don’t quote me on that. And even then, the decryption logic itself will be unencrypted, because, as it happens, computers can’t run encrypted code.
So, you just want a prebuild? Just as with consoles, you still need to do maintenance. Yes, you can neglect it for a couple of years, but then you start noticing that your thermal interface is not as good anymore or that your heat exchangers are now more dust than metal. And I find full-sized computers easier to maintain, as they are so easy to disassemble, contrary to consoles.
Also, if you want VR and have the money for it, it’s probably a good idea to buy a beefier machine. VR is a bit hungry for system resources (depending on the title, of course), standalone headsets don’t provide nearly as good of an experiece as a proper PCVR.
What is a PC for you, though? Steam Frame is a full on computer running Linux, as well as Steam Deck. Nothing prevents you from running basically anything on them. But the same could be said about your MacBook that you already own.
May be this could help?
https://lvra.gitlab.io/
The LVRA Discord also consists of a lot of very helpful people.


Yes, but the latter is easier to read. I know what the former is, but my colleague could definitely use additional brain cells. And if they don’t understand it, I’ll be the one explaining. That’s also the reason for not using abbreviations besides the most common ones in variable names. Always assume your code will be read by a typewriter monkey.


Well…
for ((;;))
do
# stuff
done
Stop teaching people how to scream, please.