this post was submitted on 26 Apr 2025
33 points (92.3% liked)

Linux

53576 readers
1495 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I've seen people advocating for both options, but since I'm still new to Linux I'm not sure what to do. I'm currently installing Mint on my laptop to try it out, and I'm not sure if I should enable secure boot or not.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 6 points 1 day ago

If you do, then also choose full-disk encryption. It doesn't make sense to close a small hole only to leave the big one gaping wide open. And yet on Linux FDE is mostly off by default, even in today's era of encryption, even on laptops. Personally I don't understand it.

Once you're encrypted, then Secure Boot (if you even have the option of it) mitigates against the "evil maid attack". To get access to your encrypted computer, the attacker will need physical access to it twice: first to swap out the bootloader, then to harvest the password you unsuspectingly passed to their freshly installed malware.

For most targets (i.e. you, probably), this would all be far too much trouble. But technically it closes a loophole: it means that you can go to Russia as a spy or a journalist and not have to carry your laptop on your person at all times.