
Yet another free operating system was recently released to the masses. gOS is now being bundled on some WalMart PC’s for $199. It seems like the market power of Google is lending some traction to this linux-based OS. Based on Ubuntu, this OS will be touting all of the add-on features of Google such as their office and mail suites. (Of course).
All bias aside, this distro seems to boast a clean look for those that are already users of Google services.It is available as a downloadable live-DVD .iso to try on your PC.

One of the best assets in the toolbox when it comes to network security is OpenBSD. I currently use this in production to provide packet filtering and routing. This OS has been around for more than 10 years, and is incredibly secure just from a default install. Plus, it performs incredibly on modest hardware setups.Version 4.2 has been released, and I’ll be upgrading all active servers to take advantage of the new features. Here are a couple notable ones:
Native Serial-ATA support:
ahci(4) driver for SATA controllers conforming to the Advanced Host Controller Interface specification.
Huge performance improvements in the network stack, including:
In pf, store routing table ID, queue ID etc directly in the packet header mbuf instead of using mbuf tags (which use malloc'd memory). This yields a 100% improvement in pf performance.