Live data from Hacker News

FreeBSD 11.0 Now Available

lists.freebsd.org

1–10 of 163 posts

Re: FreeBSD 11.0 Now Available

#3
A couple things HN users might be excited about:

* Docker via ZFS and jails (...running Linux x84-64 binaries): https://wiki.freebsd.org/Docker

--- (See also, https://github.com/3ofcoins/jetpack )

* Add support for trackpads found in Apple MacBook products: https://svnweb.freebsd.org/base?view=revision&revision=26126...

* CloudABI executable support: https://nuxi.nl/cloudabi/freebsd/

This is an awesome release.

Re: FreeBSD 11.0 Now Available

#4
post #2

> Wireless support for 802.11n has been added. Wait, What?

My guess is this part:

  The iwn(4) driver was added, providing support for the
  Intel® Centrino™ Wireless-N 105 and 135 chipsets. [r266770]
from: https://www.freebsd.org/releases/11.0R/relnotes.html#drivers...

Re: FreeBSD 11.0 Now Available

#5

A couple things HN users might be excited about: * Docker via ZFS and jails (...running Linux x84-64 binaries): https://wiki.freebsd.org/Docker --- (See also, https://github.com/3ofcoins/jetpack ) * Add support for trackpads found in Apple MacBook products: https://svnweb.freebsd.org/base?view=revision&revision=26126... * CloudABI executable support: https://nuxi.nl/cloudabi/freebsd/ This is an awesome release.

Don't forget zfsd[1]!

Graphics support for bhyve is also pretty spiffy.

[1]: https://svnweb.freebsd.org/base?view=revision&revision=30090...

Re: FreeBSD 11.0 Now Available

#9
Often gets lost in the release notes - deploying on Google cloud is super easy:

    % gcloud compute instances create INSTANCE --image freebsd-11-0-release-p1-amd64 --image-project=freebsd-org-cloud-dev
    % gcloud compute ssh INSTANCE

Re: FreeBSD 11.0 Now Available

#10
post #9

Often gets lost in the release notes - deploying on Google cloud is super easy: % gcloud compute instances create INSTANCE --image freebsd-11-0-release-p1-amd64 --image-project=freebsd-org-cloud-dev % gcloud compute ssh INSTANCE

That's really cool. They also provide official AMI imagex es and how to deploy on VAGRANT!

vagrant init freebsd/FreeBSD-11.0-RELEASE-p1

Post reply on HN