<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hao&#039;s Blog &#187; solaris</title>
	<atom:link href="http://www.haostudio.idv.tw/blog/?cat=20&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>https://www.haostudio.idv.tw/blog</link>
	<description>小豪的日誌</description>
	<lastBuildDate>Thu, 10 Nov 2016 10:53:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Crossplatform chm reader</title>
		<link>https://www.haostudio.idv.tw/blog/?p=400</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=400#comments</comments>
		<pubDate>Mon, 26 Apr 2010 02:05:34 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MAC]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=400</guid>
		<description><![CDATA[



(adsbygoogle = window.adsbygoogle &#124;&#124; []).push({});

真不錯, 幾乎所有平台都有xchm.
http://xchm.sourceforge.net/index.html
在MAC 下, 最簡單的方式就是用macport 來安裝.
sudo port install xchm

2010/05/05 更新.
@@##xxx用port install 竟然失敗, 卡在python 有問題, 過不了&#8230;..算了, 還是裝別人編譯好的檔來用吧~~
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=400</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>用tar來取代cp的動作</title>
		<link>https://www.haostudio.idv.tw/blog/?p=327</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=327#comments</comments>
		<pubDate>Mon, 13 Jul 2009 15:27:03 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=327</guid>
		<description><![CDATA[



(adsbygoogle = window.adsbygoogle &#124;&#124; []).push({});

在solaris 中, 好像無法使用cp -a的指令.
但是我又想把某目錄下的所有檔案(含owner, group, 及所有屬性)copy到另一個目錄下.
記得以前看過可以用tar來完成這件事.
找了一下, 可以使用下列方式完成.
原cp 的使用方式如下
sudo cp -Rp &#60;source&#62;  &#60;target&#62;

改成tar的使用方式如下
sudo tar cf - &#60;source&#62; &#124; ( cd &#60;target&#62; tar xfp - )

]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=327</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OpenSolaris for ARM</title>
		<link>https://www.haostudio.idv.tw/blog/?p=246</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=246#comments</comments>
		<pubDate>Wed, 10 Jun 2009 08:13:10 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[embedded system]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=246</guid>
		<description><![CDATA[剛剛看到這個消息:First OpenSolaris ARM release
專案網址:OpenSolaris Project: ARM Platform Port
而且支援ZFS喔, 看來以後embedded system 的OS又多一個選擇了.

]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=246</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>讓Linux/Solaris 進入Single User Mode (for GRUB only)</title>
		<link>https://www.haostudio.idv.tw/blog/?p=231</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=231#comments</comments>
		<pubDate>Wed, 27 May 2009 07:36:02 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=231</guid>
		<description><![CDATA[由於自己常常忘記該如何進入single user mode.
所以就把它記在blog.

開機後, 看到Grub畫面時,將光棒移到要開機的選項, 按下&#8217;e'鍵

將光棒移到』kernel &#8230;&#8230;』那一行, 按下&#8217;e'鍵, 來編輯kernel boot 的參數

在參數的最後面加上』-s』, 意即進入single user mode的意思.

輸入完後, 按』enter』回到選單畫面, 然後按下&#8217;b'鍵, 載入kernel.

然後, 嘿嘿~~ 就可以為所欲為了~~ 自己想像吧.
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=231</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexenta Core Platform 2.0 released !!</title>
		<link>https://www.haostudio.idv.tw/blog/?p=225</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=225#comments</comments>
		<pubDate>Tue, 26 May 2009 09:28:10 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[zfs]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=225</guid>
		<description><![CDATA[
Nexenta 是一個以OpenSolaris 為核心, 以Ubuntu為使用者介面的作業系統.
Nexenta目標是想要有Solaris般的穩定, 以及Linux般的容易上手。
ZFS及iSCSI的支援也是Nexenta最吸引人的地方.  所以呢, 拿它來當做ZFS base的NAS, 是最恰當的了.
Nexenta Core Platform 2.0 具有以下特點:
#OpenSolaris build 104+ based with critical patches.
# Over 13000 packages in the repository.
# Based on Ubuntu 8.04 LTS (Hardy Heron) repository
# This includes latest dpkg/apt, gcc, binutils, coreutils, perl, python, ruby, Qt libs, GTK libs, etc
# SMF support added for server applications [...]]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=225</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在console中啟動virtualbox</title>
		<link>https://www.haostudio.idv.tw/blog/?p=171</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=171#comments</comments>
		<pubDate>Wed, 15 Apr 2009 03:29:46 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[FreeSoftware]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[架站]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=171</guid>
		<description><![CDATA[參考http://cha.homeip.net/blog/archives/2008/10/_virtualbox.html#more
首先, 先建立好Gust OS的設定.
我是比較偏好用GUI來設定Gust OS啦. 若你是console狂熱者, 那就參考上面的link來做吧.
記得, 在設定Gust OS時, 要啟用VRDP server喔
但是啟動Gust OS的話, 我就想要在console中啟動. 因為我不想看到Gust OS佔用我的畫面. 要看Gust OS畫面時
用rdp client軟體來看就OK啦.
在console中啟動Gust OS方式如下:
VBoxManage startvm "虛擬機器名稱" -type vrdp
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=171</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ZFS Automatic Snapshots SMF Service</title>
		<link>https://www.haostudio.idv.tw/blog/?p=145</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=145#comments</comments>
		<pubDate>Thu, 05 Mar 2009 11:24:08 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[架站]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=145</guid>
		<description><![CDATA[看到這個東西ZFS Automatic Snapshots SMF Service 在某種層面上和Mac的Time Machine好像喔.
目前最新的好像是0.11版
找時間把它弄到家裡的Server來試試看.  
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=145</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris NIS Minitutorial</title>
		<link>https://www.haostudio.idv.tw/blog/?p=130</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=130#comments</comments>
		<pubDate>Tue, 24 Feb 2009 09:00:21 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[架站]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=130</guid>
		<description><![CDATA[最近家裡的Solaris server的NIS一直都沒有搞的很清楚.
這裡有詳細的解說.
現記下網址, 等有空的時候再努力研讀吧~~
PS:懶惰的個性又在作祟了 XD
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=130</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris的NFS</title>
		<link>https://www.haostudio.idv.tw/blog/?p=117</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=117#comments</comments>
		<pubDate>Sun, 04 Jan 2009 21:00:18 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[solaris]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=117</guid>
		<description><![CDATA[以下文章來至於http://edwardhuang.pixnet.net/blog/post/15645490
還有另外一篇http://edwardhuang.pixnet.net/blog/post/15645154
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=117</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>opensolaris 不能用root login 的問題</title>
		<link>https://www.haostudio.idv.tw/blog/?p=103</link>
		<comments>https://www.haostudio.idv.tw/blog/?p=103#comments</comments>
		<pubDate>Tue, 23 Sep 2008 09:28:59 +0000</pubDate>
		<dc:creator>hao</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[solaris]]></category>
		<category><![CDATA[架站]]></category>

		<guid isPermaLink="false">http://www.haostudio.idv.tw/blog/?p=103</guid>
		<description><![CDATA[



(adsbygoogle = window.adsbygoogle &#124;&#124; []).push({});

不知道opensolaris哪個版本以後, 打死都不能用root來login, 只能用su來改變身份.
後來在opensolaris 的forum中得知. 若在安裝opensolaris過程中, 建立了一個user account, 則從此之後,
root 只是一個role, 由RBAC 來管控. 目的是為了security issue.
但是&#8230;&#8230;..慘痛的事情就因此出現了. 我裝了SWAT or WEBMIN 等軟體, 都無法用root來登入. 所以根本無法使用這些好用的工具來管理server.
SSH 不管如何改, 也無法用root登入&#8230;.
找了好久, 都無法解決用root login 的問題&#8230;&#8230;&#8230;&#8230;.死定啦!!!
只好忍痛重安裝. 在安裝過程中, 只要建立root 密碼即可, 千萬不要建立(or 輸入)任何user account. 如此, 裝完之後. root 就是一個 user account 了, 而不是一個role&#8230;.哈哈. 接下來再參考這裡, 讓ssh 可以用root 登入. 然後就去裝WEBMIN&#8230;.等等
嗯~~ 心情愉快多了
]]></description>
		<wfw:commentRss>https://www.haostudio.idv.tw/blog/?feed=rss2&amp;p=103</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
