Archive for the 'OpenSolaris' Category

OpenSolaris 2009.06 的 Torrent 下载页面

Auto Date Wednesday, June 10th, 2009
India OpenSolaris Portal
Image by jimgris via Flickr

OpenSolaris 2009.06 发布了。 更新的内容不算多,但是有些还是很有革命性的。OpenSolaris 官方提供的 torrent 链接还是老的,这里提供一个官方的所有版本的 torrent 下载页面,大家可以选择合适的版本下载。

我最喜欢的 那个 .usb 版本,绿色环保,不需要刻录不能循环利用的光盘。而且USB 盘的安装速度也比光盘快。

当然如果您原先安装有 2008.11 版本,那么直接用“检查更新”即可升级到最新的2009.06 版本。

Read the rest of this entry »

Post to Twitter

OpenSolaris vs Linux

Auto Date Tuesday, March 17th, 2009

有一点他们是一样的,都是 GNU 背景的。然而作者 argue 的仅仅是小小的一些点。当然, OpenSolaris 作为服务器进入企业来代替 Linux 可能还需时日,然而,在桌面而言,其成熟度不亚于 Linux 。

Post to Twitter

The Dynamics of ZFS

Auto Date Monday, March 16th, 2009

OpenSolaris 2008.11 里面最迷人的恐怕就是基于 ZFS 的 TimeSlides 的引入,和 Apple  的时间胶囊有得一拼。这篇 Blog 介绍了 ZFS 的基本组成,对于想要深入了解 ZFS 原理的人非常有用。

Post to Twitter

OpenSolaris development package repository build 106, x86/x64/SPARC

Auto Date Sunday, March 15th, 2009
snv_106 开始支持 Sparc 了。 精彩的总归是精彩。
 Read the rest of this entry »

Post to Twitter

Sun Device Detection Tool 2.2

Auto Date Sunday, March 15th, 2009

和 Linux 比较起来, Sun 最大的问题还是硬件兼容性问题。 Sun 自己的这个工具能让您检测自己的系统和 Solaris 10/OpenSolaris 8.11 的兼容性。

很好用。

Post to Twitter

OpenSolaris Crash Course

Auto Date Sunday, March 8th, 2009

无意中  Google 到这本书,可惜只有第三章和第八章

http://www.opensolaris.com/osbible_chapter3.pdf

第三章讲的是命令行,软件的安装,vi 等。可以说把这一章吃透了,对于初次接触 Unix 的人而言可以是入门了。

http://www.opensolaris.com/osbible_chapter8.pdf

第八章讲的是 ZFS ,对于操作系统而言,文件系统的便捷性,高效性无疑是最值得人使用的。 ZFS 可以说是 Solaris 10 之后最迷人的部分了。

即使对于熟悉 Unix/Linux 的所谓高手而言,这本书一定有他的可读之处,期待更多的章节能共享出来。

Post to Twitter

升级 OpenSolaris 的 Firefox 到 3.0.7

Auto Date Sunday, March 8th, 2009

Firefox 3.0.7 For OpenSolaris 发行了。 下载一个,安装到 /opt/sfw 下。

把原来的 /usr/bin 下的 remove 掉,然后 soft link 一个即可。

直接下载 For OpenSolaris i386 pkg 版本:ftp://ftp.sunfreeware.com/pub/freeware/mozilla/firefox-3.0.7.en-US.opensolaris-i386-pkg.bz2

Post to Twitter

设置 OpenSolaris 上的 NTP client

Auto Date Sunday, February 8th, 2009

建立 /etc/inetd/ntp.conf  包含:
server pool.ntp.org
driftfile /etc/inet/ntp.driftfile

检查是否能连接到时间服务器: # ntpdate pool.ntp.org
启动 ntp:
# svcadm enable ntp

Post to Twitter

OpenSolaris 上的 iSCSI

Auto Date Saturday, January 17th, 2009

本文介绍在 OpenSolaris 2008.11 上的 zfs 的文件系统,作为 iSCSI target 被 Microsoft iSCSI Initiator 软件识别,并挂接为一个 NTFS 磁盘的过程。

Read the rest of this entry »

Post to Twitter

Install BCM4311 wireless WLAN driver on OpenSolaris 2008.11 For Dell D610

Auto Date Wednesday, January 14th, 2009

It is exciting after several tries on Dell E6400 without success when I got this one work on Dell D610 successfully.

It is basically from the OpenSolaris NDIS driver page.

Read the rest of this entry »

Post to Twitter