<?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>資訊藝術家 &#187; ubuntu</title>
	<atom:link href="http://www.info-artist.net/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.info-artist.net</link>
	<description>記錄下來自工作中的經驗 智慧</description>
	<lastBuildDate>Wed, 27 Jul 2011 15:14:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://www.info-artist.net/?pushpress=hub'/>
		<item>
		<title>Ubuntu server 安裝 webmin 簡單分享</title>
		<link>http://www.info-artist.net/2009/11/ubuntu-server-webmin.html</link>
		<comments>http://www.info-artist.net/2009/11/ubuntu-server-webmin.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 03:20:49 +0000</pubDate>
		<dc:creator>資訊藝術家</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.info-artist.net/2009/11/ubuntu-server-%e5%ae%89%e8%a3%9d-webmin-%e7%b0%a1%e5%96%ae%e5%88%86%e4%ba%ab.html</guid>
		<description><![CDATA[google_ad_client = "pub-4122239292938506"; /* index-wordpress-02 */ google_ad_slot = "5845048901"; google_ad_width = 468; google_ad_height = 60; Webmin 是一個很有名的 linux 的網頁介面的管理軟體 ~ 會讓我們在管理 相關的設定方便許多, 那在 ubuntu 上安裝也很方便 ~ 以下簡單分享安裝方式 首先先到 webmin 的網站下載webmin 下載頁面 : http://www.webmin.com/download.html 找到 Debian package suitable for Debian, Ubuntu or other derived Linux 下載後就可以開始安裝囉 ~~ 首先先安裝相關套件 sudo apt-get install libauthen-pam-perl libnet-ssleay-perl libpam-runtime openssl perl [...]]]></description>
			<content:encoded><![CDATA[<p>Webmin 是一個很有名的 linux 的網頁介面的管理軟體 ~ 會讓我們在管理</p>
<p>相關的設定方便許多, 那在 ubuntu 上安裝也很方便 ~</p>
<p>以下簡單分享安裝方式</p>
<p><span id="more-186"></span></p>
<p>首先先到 webmin 的網站下載webmin 下載頁面 :</p>
<p>http://www.webmin.com/download.html</p>
<p>找到 Debian package suitable for Debian, Ubuntu or other derived Linux</p>
<p>下載後就可以開始安裝囉 ~~</p>
<p>首先先安裝相關套件<br />
sudo apt-get install libauthen-pam-perl libnet-ssleay-perl libpam-runtime openssl perl perl-modules</p>
<p>再安裝 webmin<br />
sudo dpkg -i webmin_1.430_all.deb</p>
<p>啟用 webmin<br />
sudo /etc/init.d/webmin start</p>
<p>這樣就可以用brower輸入 https://serverip:10000</p>
<p>開始使用 webmin 囉 ~</p>
]]></content:encoded>
			<wfw:commentRss>http://www.info-artist.net/2009/11/ubuntu-server-webmin.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu Apache rewrite 啟用方式簡單分享</title>
		<link>http://www.info-artist.net/2009/11/httpsworkstatios-blogspot-com200911ubuntu-apache-rewrite.html</link>
		<comments>http://www.info-artist.net/2009/11/httpsworkstatios-blogspot-com200911ubuntu-apache-rewrite.html#comments</comments>
		<pubDate>Mon, 23 Nov 2009 03:08:26 +0000</pubDate>
		<dc:creator>資訊藝術家</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.info-artist.net/2009/11/ubuntu-apache-rewrite-%e5%95%9f%e7%94%a8%e6%96%b9%e5%bc%8f.html</guid>
		<description><![CDATA[google_ad_client = "pub-4122239292938506"; /* index-485*15 */ google_ad_slot = "9513087473"; google_ad_width = 468; google_ad_height = 15; 在安裝完成 Ubuntu server 版後, 要開始啟用 apache , 發現到 apache rewrite mod 預設是沒有 loading 的, 所以導致 rewrite 沒辦法使用 ~ 以下簡單分享啟用方式 方式 1 &#62; #sudo a2enmod rewrite 啟用 rewrite mod #sudo /etc/init.d/apache2 restart 重起 apache 這樣就可以囉 ~ 方式 2 &#62; 所有可載入的模組和設定都在在 /etc/apache2/mods-available [...]]]></description>
			<content:encoded><![CDATA[<p>在安裝完成 Ubuntu server 版後, 要開始啟用 apache , 發現到 apache rewrite</p>
<p>mod 預設是沒有 loading 的, 所以導致 rewrite 沒辦法使用 ~</p>
<p>以下簡單分享啟用方式</p>
<p><span id="more-185"></span></p>
<p>方式 1 &gt;</p>
<p>#sudo a2enmod rewrite</p>
<p>啟用 rewrite mod</p>
<p>#sudo /etc/init.d/apache2 restart</p>
<p>重起 apache 這樣就可以囉 ~</p>
<p>方式 2 &gt;</p>
<p>所有可載入的模組和設定都在在 /etc/apache2/mods-available Link 到 mods-enabled 目錄即可使用。</p>
<p>以上</p>
]]></content:encoded>
			<wfw:commentRss>http://www.info-artist.net/2009/11/httpsworkstatios-blogspot-com200911ubuntu-apache-rewrite.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

