Linked by Thom Holwerda on Sat 3rd Nov 2012 00:35 UTC
Permalink for comment 540938
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Features
Linked by Thom Holwerda on 05/18/13 21:33 UTC
Linked by David Adams on 05/16/13 4:23 UTC
Linked by Thom Holwerda on 05/11/13 21:41 UTC
Linked by Thom Holwerda on 05/08/13 14:22 UTC
Linked by Thom Holwerda on 05/02/13 15:28 UTC
Linked by Thom Holwerda on 04/29/13 21:06 UTC
Linked by Thom Holwerda on 04/24/13 22:24 UTC
Linked by Thom Holwerda on 04/18/13 11:21 UTC
Linked by Thom Holwerda on 04/16/13 9:29 UTC
Linked by Thom Holwerda on 04/15/13 22:44 UTC
More Features »
Sponsored Links



Member since:
2007-11-23
Now, that's an OS! granted, it doesn't have many bells and whistles that other OS's have, but it's still one of the cleanest, simplest, coherent and logically organized OS I have ever seen, and I've seen many OS's.
This release brings one thing we all awaited: true [multi]threading thrown into kernel space. It makes possible to use multi-core and multi-cpu HW without any problems. Performance boost + very good security - now, beat that, "OtherOS"
I'm using OpenBSD myself for quite some time now [several years] and it never let me down.
@evert - it doesn't mean it's not possible. Full disk encryption is usually made using external tools anyway. OpenBSD has vnconfig -k capabilities with built-in Blowfish support [I don't trust AES and other stuff]. It is usually more than enough to encrypt your /home [vnconfig -k /dev/vnd0c /path/home.raw] or other mount points [it would need a little hacking, though. You'd have to add few lines of code into the /etc/rc to execute your vnconfig -k /usr, /var, etc early in the boot process]. It's all about knowing HOW to do it, not about "It cannot be done".
And one more thing - OpenBSD configures WiFi from within the installer flawlessly, which cannot be said in other OS's case, really. It also has many tools integrated in order to simplify their usage. No "wpasupplicant" crap. It's all in ifconfig ...