Hi
Which ones are most secure, hardest to hack or spy distros?
Sorry for my not best english language, hope you will understand me.
Hi
Which ones are most secure, hardest to hack or spy distros?
Sorry for my not best english language, hope you will understand me.
pointed readers toward existing lists and noted the difficulty of finding a “perfect” distro — both answers underline the same practical truth: there is no single unhackable distribution. Choose a distro that matches a clear threat model (server vs. desktop, casual attacker vs. targeted adversary) and validate its operational practices: how fast it ships security fixes, whether packages are signed, what mandatory-access-control it supports, and how small the default attack surface is.
Things to look for when evaluating a distro:
Practical, distro-agnostic hardening steps (apply right after install):
Example quick commands for Debian/Ubuntu families (adjust for your distro):
sudo apt update && sudo apt upgrade
sudo apt install unattended-upgrades ufw
sudo ufw allow ssh
sudo ufw enable For tracking CVEs and vendor advisories use the NIST NVD (nvd.nist.gov) and follow hardening benchmarks such as those from CIS (cisecurity.org). For high-assurance desktop isolation consider compartmentalization approaches (see Qubes OS: qubes-os.org).
Jump to Post— John A 1,896There's a list of supposedly "secure" Linux distributions here: http://www.linuxlinks.com/Distributions/Secure/ . On the BSD side of things, OpenBSD seems to be the popular one where security is concerned.
Keep in mind though, …
There's a list of supposedly "secure" Linux distributions here: http://www.linuxlinks.com/Distributions/Secure/ . On the BSD side of things, OpenBSD seems to be the popular one where security is concerned.
Keep in mind though, that no matter how "secure" your operating system claims it is, the weakest link of all security is you as the user. Remember, it's your job to keep updated with the latest security vulnerabilities for the software you use, have a proper firewall in place, and implement proper security policies for the system. You can have all the security in the world in the base system and still have a screwup because of a security hole in an application you installed.
I've haven't found any...yet.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.