ZFS Demonstration Tutorial 
沒想到,Solaris 的 ZFS HDD 管理功能有這麼利害。
沒法用沒言語說明有多好,跟著說明書做一次實驗就知道。

ZFS Demonstration Tutorial Download

[ 發表回應 ] ( 13預覽 )   |  常註連結  |   ( 3 / 1434 )
如何設定Solaris用32Bit 或 64bit啟動? 
Boot a 64-bit kernel
# /usr/sbin/eeprom boot-file=""
# reboot

Boot a 32-bit kernel
# /usr/sbin/eeprom boot-file="kernel/unix"
# reboot

[ 發表回應 ] ( 9預覽 )   |  常註連結  |   ( 3 / 1625 )
php 編譯、安裝應該注意的事項 
安裝步驟: Apache > MySQL > Php

Php 其它程式需求:
GNU Autoconf
GNU automake
GNU sed
gcc
GNU Make
flex
Bison
Perl
GNU Tar
libxml2
Apache
MySQL

Php Install Script :

./configure --with-apxs2=/usr/local/apache2/bin/apxs --with-mysql=/usr/local/mysql/ --enable-dbase --with-libxml-dir=/usr/local/include --with-gd --with-jpeg-dir=/usr/local/include --with-png-dir=/usr/local/include --with-zlib --enable-mbstring

./configure --with-apxs2=/usr/apache2/bin/apxs --with-mysql=/usr/local/mysql/ --enable-dbase --with-libxml-dir=/usr/local/include --with-gd=/usr/local --with-jpeg-dir=/usr/local/include --with-png-dir=/usr/local/include --with-zlib --with-freetype-dir=/usr/local/include/freetype2 --with-xpm-dir=/usr/local/include --enable-mbstring

[ 發表回應 ] ( 14預覽 )   |  常註連結  |   ( 3 / 1695 )
Windows Server Login Script example 

Introduction

Whenever a Windows client, be it a Windows NT Server, Workstation, or Windows 9x, logs onto a Windows NT domain, the machine will check to see if the user logging on has a login script specified in their profile. As an administrator, you assign the executable file (usually a DOS-style batch file) that the user will use as a login script in the User Manager For Domains - select a user and click the 'profile' button. If a login script is specified, it will be run immediately after the user has been authenticated.

More...

[ 發表回應 ] ( 185預覽 )   |  常註連結  |   ( 3 / 1890 )
OpenSolaris新特性解析之一 Opensolaris之前身今世 
OpenSolaris新特性解析之一 Opensolaris之前身今世

想寫一些關於opensolaris的文章很久了,不過一直沒有這麼多空餘的時間,有時也是自己太懶了,希望這篇帖子是個開始,能夠完成這個系列。

最近很多人問我說opensolaris和solaris有些什麼樣的區別,其實他們之間的區別跟federo和RHES之間的區別是類似的,opensolaris是由社區和SUN公司在共同維護的,而solaris只由SUN公司來維護,新技術新特性新特性都是先在opensolaris裡面實現,如果經過比較長時間的使用和測試,證明這些新的特性和新的技術是穩定並且在實際生產環境之中是有效的,則這些特性將會被加入到solaris之中,所以對於技術愛好者而言,opensolaris是第一選擇,並且就天性而言,opensolaris 要活潑的多。 More...

[ 發表回應 ] ( 26預覽 )   |  常註連結  |   ( 3 / 1471 )

<< <前一頁 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 下一頁> >>