FreeBSD 7.0 正式公布
作者 佚名技术
来源 操作系统
浏览
发布时间 2012-06-28
令人长久期待的 FreeBSD 7.0 正式版已经发布。如果你对 FreeBSD 不熟悉,那么这儿是它的官方介绍:“FreeBSD® 是可以用于 x86 兼容机 (包括 Pentium® 和 Athlon™)、 amd64 兼容机 (包括 Opteron™、 Athlon™64 和 EM64T)、 UltraSPARC®、 IA-64、 PC-98 以及 ARM 硬件架构上的一种先进的操作系统。 它源于 BSD, 由加州大学伯克利分校开发的 UNIX® 版本。”。 FreeBSD 团队非常高兴的宣布 FreeBSD 7.0 的发布。 这是FreeBSD 7稳定版的第一个版本,引进了大量的新特性和性能改进。 其中包括(但不限于): SMPng ZFS 文件系统 为 10Gbps 网络进行了优化 SCTP 支持无线连接 新的硬件架构 巨大的性能提升,某些个别情况下比上一代的 6.x版本高出 1500%。整体上比最新、性能最好的Linux版本(2.6.22 or 2.6.24) 高出 15%。 本版本默认 4BSD scheduler;新的 ULE scheduler 将在 7.1版本中作为默认配置。 引入了Sun''s ZFS文件系统。 Much improved wireless (802.11) support. X.Org 7.3, KDE 3.5.8, GNOME 2.20.2. GNU C compiler 4.2.1. freebsd-update(8) utility supports binary upgrades of i386 and amd64 ......... 详细见 http://www.freebsd.org/releases/7.0R/relnotes.html 下载 FreeBSD 7.0 (ISO , I386): ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/7.0/ 或者 ftp://ftp4.freebsd.org/pub/FreeBSD/ISO-IMAGES-i386/7.0/ (ISO ,AMD64 = x86-64): ftp://ftp.freebsd.org/pub/FreeBSD/ISO-IMAGES-amd64/7.0/ (ISO, BT) http://torrents.freebsd.org:8080/ 从旧版本可以升级到7.0: Users upgrading to FreeBSD 7.0 from older releases (in particular, older than 7.0-RC1) will need to download an updated version of freebsd-update(8) that supports upgrading to a new release. # fetch http://people.freebsd.org/~cperciva/freebsd-update-upgrade.tgz Downloading and verifying the digital signature for the tarball (signed by the FreeBSD Security Officer''s PGP key) is highly recommended. # fetch http://people.freebsd.org/~cperc ... ate-upgrade.tgz.asc # gpg --verify freebsd-update-upgrade.tgz.asc freebsd-update-upgrade.tgz The new freebsd-update(8) can then be extracted and run as follows: # tar -xf freebsd-update-upgrade.tgz # sh freebsd-update.sh -f freebsd-update.conf -r 7.0-RELEASE upgrade # sh freebsd-update.sh -f freebsd-update.conf install The system must be rebooted with the newly installed kernel before continuing. # shutdown -r now Next, freebsd-update.sh needs to be run again to install the new userland components, after which all ports should be recompiled to link to new libraries: # sh freebsd-update.sh -f freebsd-update.conf install # portupgrade -faP Finally, freebsd-update.sh needs to be run one last time to remove old system libraries, after which the system should be rebooted in order that the updated userland and ports will be running: # sh freebsd-update.sh -f freebsd-update.conf install # shutdown -r now |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
关于FreeBSD 7.0 正式公布的所有评论