<?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>MUKI space* &#187; ubuntu</title>
	<atom:link href="http://blog.mukispace.com/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mukispace.com</link>
	<description>網站教學 // 電影評論 // 單眼樂摸 // 心情日誌</description>
	<lastBuildDate>Fri, 03 Feb 2012 14:04:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<atom:link rel='hub' href='http://blog.mukispace.com/?pushpress=hub'/>
		<item>
		<title>UBUNTU - 使用virtualbox會碰到的問題</title>
		<link>http://blog.mukispace.com/ubuntu-virtualbox-problem/</link>
		<comments>http://blog.mukispace.com/ubuntu-virtualbox-problem/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 15:23:02 +0000</pubDate>
		<dc:creator>muki</dc:creator>
				<category><![CDATA[舊文收錄區]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mukispace.com/?p=133</guid>
		<description><![CDATA[<p>因為.net應該是不能在linux平台上面使用，所以我打算使用VirtualBox來安裝xp系統</p><p>不過碰到了以下兩個錯誤訊息</p><p>這邊特地紀錄一下</p><p>我是使用Synaptic套件管理程式搜尋virtualbox來安裝插件</p><p>搜尋會列出一大串相關套件</p><p>我只安裝以下兩個：virtualbox-ose 、 virtualbox-ose-dbg</p><p>安裝完之後執行virtualbox設定完按下啟動，卻出現了錯誤訊息</p><p>差不多是長這樣</p><p>VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. <span style="color: #993300;">Please install the virtualbox-ose-modules package for your kernel, e.g. virtualbox-ose-modules-generic..</span></p><p>VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).</p><p>解決方法如下：</p><p> <span class='read-more'><a href='http://blog.mukispace.com/ubuntu-virtualbox-problem/'>繼續閱讀 »</a></span></p><div class="clear-float"></div>
		]]></description>
			<content:encoded><![CDATA[<p>因為.net應該是不能在linux平台上面使用，所以我打算使用VirtualBox來安裝xp系統<br />
不過碰到了以下兩個錯誤訊息<br />
這邊特地紀錄一下</p>
<p>我是使用Synaptic套件管理程式搜尋virtualbox來安裝插件<br />
搜尋會列出一大串相關套件<br />
我只安裝以下兩個：virtualbox-ose 、 virtualbox-ose-dbg</p>
<p>安裝完之後執行virtualbox設定完按下啟動，卻出現了錯誤訊息<br />
差不多是長這樣</p>
<blockquote><p>VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. <span style="color: #993300;">Please install the virtualbox-ose-modules package for your kernel, e.g. virtualbox-ose-modules-generic..</span><br />
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED).</p></blockquote>
<p>解決方法如下：<br />
<span id="more-133"></span><br />
1.執行以下代碼<br />
<coolcode lang="c">sudo apt-get install virtualbox-ose-source</coolcode><br />
如果出現這個錯誤訊息：<strong>Unable to lock the administration directory</strong><br />
就先執行下面的代碼把lock解除<br />
<coolcode lang="c">sudo rm /var/lib/dpkg/lock</coolcode><br />
2.接著重新執行<br />
<coolcode lang="c">sudo apt-get install virtualbox-ose-source</coolcode><br />
3.跑完之後再執行<br />
<coolcode lang="c">cd /usr/src</coolcode><br />
4.開啟cd目錄之後，解壓code<br />
<coolcode lang="c">sudo tar xjvf virtualbox*.bz2<br />
cd modules/virtualbox-ose<br />
sudo ./build_in_tmp install</coolcode><br />
5.這部份要跑比較久，需要重新編譯code，編譯完之後輸入以下代碼<br />
<coolcode lang="c">sudo /etc/init.d/vboxdrv start</coolcode></p>
<p>結束</p>
<p>這部份完成之後，我記得系統會提示說要重新登入<br />
重新登入之後再啟動VirtualBox，應該就會成功了:)</p>
<p>ps.如果在虛擬機器裡頭鍵盤不能使用，再安裝底下兩個apt<br />
sudo apt-get install scim-bridge-client-q<br />
sudo apt-get install scim-bridge-client-qt4</p>

	<a href="http://blog.mukispace.com/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://blog.mukispace.com/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<ul class="st-related-posts">
	<li><div class="title"><a href="http://blog.mukispace.com/ubuntudhcp%e9%80%a3%e7%b7%9a%e8%a8%ad%e5%ae%9a/">UBUNTU - DHCP連線設定</a></div><div class="date">2008.06.13</div><br clear="all" /></li>
	<li><div class="title"><a href="http://blog.mukispace.com/%e7%b0%a1%e6%98%93linux%e6%8c%87%e4%bb%a42/">簡易Linux指令#2</a></div><div class="date">2008.10.07</div><br clear="all" /></li>
	<li><div class="title"><a href="http://blog.mukispace.com/simple-linux-command-1/">簡易Linux指令 #1</a></div><div class="date">2008.09.23</div><br clear="all" /></li>
	<li><div class="title"><a href="http://blog.mukispace.com/fedora-%e4%bf%ae%e6%94%b9%e7%b5%82%e7%ab%af%e6%a9%9fterminal%e7%9a%84%e6%a8%99%e9%a1%8c/">Fedora - 修改終端機(terminal)的標題</a></div><div class="date">2008.10.29</div><br clear="all" /></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.mukispace.com/ubuntu-virtualbox-problem/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>UBUNTU - DHCP連線設定</title>
		<link>http://blog.mukispace.com/ubuntudhcp%e9%80%a3%e7%b7%9a%e8%a8%ad%e5%ae%9a/</link>
		<comments>http://blog.mukispace.com/ubuntudhcp%e9%80%a3%e7%b7%9a%e8%a8%ad%e5%ae%9a/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 09:22:20 +0000</pubDate>
		<dc:creator>muki</dc:creator>
				<category><![CDATA[舊文收錄區]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.mukispace.com/?p=132</guid>
		<description><![CDATA[<p>我前天為了裝vb.net的報表元件使得xp又經歷藍底白字的死當畫面</p><p>冏的是明天就要交作業，我的檔案卻卡死在xp的桌面目錄底下</p><p>而且連安全模式都進不去....心灰意冷的時候，突然想起之前ubuntu有寄光碟片到我家來</p><p>以前有想過要換成ubuntu這個os，可是網路不管怎麼設定就是不能上網，當時也不急，所以就擱在那</p><p>這次ubuntu簡直是我的救星，因為灌了這個os之後我就可以把作業從c槽取出來</p><p> <span class='read-more'><a href='http://blog.mukispace.com/ubuntudhcp%e9%80%a3%e7%b7%9a%e8%a8%ad%e5%ae%9a/'>繼續閱讀 »</a></span></p><div class="clear-float"></div>
		]]></description>
			<content:encoded><![CDATA[<p>我前天為了裝vb.net的報表元件使得xp又經歷藍底白字的死當畫面<br />
冏的是明天就要交作業，我的檔案卻卡死在xp的桌面目錄底下<br />
而且連安全模式都進不去....心灰意冷的時候，突然想起之前ubuntu有寄光碟片到我家來<br />
以前有想過要換成ubuntu這個os，可是網路不管怎麼設定就是不能上網，當時也不急，所以就擱在那<br />
這次ubuntu簡直是我的救星，因為灌了這個os之後我就可以把作業從c槽取出來<br />
<span id="more-132"></span></p>
<p>而經過這個慘痛的教訓，我毅然決定將os換成ubuntu，然後努力搞好網路設定<br />
現在終於是可以上網了!!!!(<del datetime="2008-06-14T10:59:54+00:00">不過其實設定很簡單，真不懂當初怎麼可以搞那麼久)</del><br />
今天又發現不能上網，剛搞了一下，發現我的設定其實非常的微妙，可能跟大家都不一樣 冏</p>
<blockquote><p>使用版本：<a href="http://blog.mukispace.com/tag/ubuntu/" class="st_tag internal_tag" rel="tag" title="有標籤 ubuntu 的文章">ubuntu</a> 8.04<br />
網路連線方式：DHCP<br />
步驟：<br />
1.安裝好ubuntu之後，先設定左上角的連線，有線設置的地方選擇ip連線<br />
將自己的ip資料填入(可別照填我的囉)<br />
<span style="color: #c0c0c0;">219.70.176.46<br />
255.255.255.0<br />
219.70.176.254</span><br />
2.等它跑完之後再換成dhcp的連線，接著關閉視窗<br />
<span style="text-decoration: line-through;"><span style="color: #c0c0c0;"><em>3.開啟終端機輸入以下指令<br />
sudo gedit /etc/network/interfaces  (vi:look  gedit:edit)<br />
4.打開interface的文件，會看到裡頭已經有這兩行(請勿刪除喔)<br />
auto lo<br />
iface lo inet loopback<br />
5.請在這兩行下面輸入以下指令<br />
auto eth0<br />
iface eth0 inet dhcp</em></span></span><br />
6.回到終端機輸入以下指令<br />
#重新啟動網路<br />
sudo /etc/init.d/networking restart</p>
<p>出現DHCP抓到ip的一些指令就可以了<br />
結束</p></blockquote>
<p>所以其實我的interfaces裡頭的文件是長這樣的</p>
<blockquote><p>auto lo<br />
iface lo inet loopback</p>
<p>auth eth0<br />
iface eth0 inet dhcp<br />
address ---<br />
netmask ---<br />
gateway ---</p>
<p>auto eth0</p></blockquote>
<p>我只能說，真妙啊<img onclick="grin(':twisted:');" src="../wp-includes/images/smilies/icon_twisted.gif" alt=":twisted:" /></p>
<p>現在還在習慣ubuntu這個系統，希望可以用一段很長的時間<br />
不過xp可能還是要灌一下，畢竟我需要asp.net寫專題orz.....</p>

	<a href="http://blog.mukispace.com/tag/linux/" title="linux" rel="tag">linux</a>, <a href="http://blog.mukispace.com/tag/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<ul class="st-related-posts">
	<li><div class="title"><a href="http://blog.mukispace.com/ubuntu-virtualbox-problem/">UBUNTU - 使用virtualbox會碰到的問題</a></div><div class="date">2008.06.13</div><br clear="all" /></li>
	<li><div class="title"><a href="http://blog.mukispace.com/%e7%b0%a1%e6%98%93linux%e6%8c%87%e4%bb%a42/">簡易Linux指令#2</a></div><div class="date">2008.10.07</div><br clear="all" /></li>
	<li><div class="title"><a href="http://blog.mukispace.com/simple-linux-command-1/">簡易Linux指令 #1</a></div><div class="date">2008.09.23</div><br clear="all" /></li>
	<li><div class="title"><a href="http://blog.mukispace.com/fedora-%e4%bf%ae%e6%94%b9%e7%b5%82%e7%ab%af%e6%a9%9fterminal%e7%9a%84%e6%a8%99%e9%a1%8c/">Fedora - 修改終端機(terminal)的標題</a></div><div class="date">2008.10.29</div><br clear="all" /></li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://blog.mukispace.com/ubuntudhcp%e9%80%a3%e7%b7%9a%e8%a8%ad%e5%ae%9a/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>

