preload
九月 19

參考此網站:
http://blogs.sun.com/natarajan/entry/setting_up_static_ip_and

基本上就是這句話:
- Disable Network AutoMagic(NWAM) service and enable traditional networking service
操作如下:
#svcadm enable physical:default
#svcadm disable physical:nwam

然後就可以用GUI的tool 去設定static IP address. 然後reboot
這樣可以了…….但是dns 好像還有問題.
所以就:
#cp /etc/nsswitch.dns /etc/nsswitch.conf

就OK啦!!

八月 28

請參考:
http://www.kraftek.com/blog/index.php?/archives/227-NX+freenx-server-binary-tarball-for-Solaris-10-x86.html

http://blogs.sun.com/xavier/entry/freenx_opensolaris

八月 28

http://www.blastwave.org 去下載pkg-get 軟體.
指令如下:
# pkgadd -d http://blastwave.network.com/csw/pkg_get.pkg
pkg-get 會裝在\opt\csw 目錄中
然後將這個路徑/opt/csw/bin 加入到你的PATH 即可. (加在/etc/default/login 及/etc/default/su 這兩個檔案中)

然後就可以用下列方式來安裝軟體
# pkg-get -i 軟體名稱

可以用下列指令來update 軟體套件資料
# pkg-get -U