how to change uuid in VirtualBox 2.1
try this:
command> VBoxManage internalcommands setvdiuuid disk2.vdi
1/10/2009
9/25/2008
VirtualBox 2.0.2安裝Guest Additions 在Fedora Linux 8
Fedora8安裝完成之後啟動後大多的使用者都會安裝Guest Additions套件,強化VirtualBox的操作與美觀。安裝的方式約如下:(須使用root執行安裝步驟)
1. Liunx開機後選擇 Devices -> Install Guest Additions ,之後系統會自動mount上DVD裝置。
2.進入terminal #> cd /media/VBOXADDITIONS_2.0.2_36486
3.安裝command #> ./VBoxLinuxAdditions-x86.run
4.執行上面命令後遇到錯誤
6.執行command
7.再執行安裝command #> ./VBoxLinuxAdditions-x86.run
見到 Successfully installed the VirtualBox Guest Additions
耶!!完成。重開機後就完成了
1. Liunx開機後選擇 Devices -> Install Guest Additions ,之後系統會自動mount上DVD裝置。
2.進入terminal #> cd /media/VBOXADDITIONS_2.0.2_36486
3.安裝command #> ./VBoxLinuxAdditions-x86.run
4.執行上面命令後遇到錯誤
Please install the build and header files for your current Linux kernel.5.為了排除上面的錯誤,需安裝額外的套件
The current kernel version is 2.6.23.1-42.fc8
Please install the GNU compiler
6.執行command
#> yum install kernel
#> yum install kernel-devel
#> yum install gcc
7.再執行安裝command #> ./VBoxLinuxAdditions-x86.run
見到 Successfully installed the VirtualBox Guest Additions
耶!!完成。重開機後就完成了
Labels:
Linux,
VirtualBox
7/29/2008
在iPhone上看電子書
1.安裝lighttpd (這是一套web server on iPhone)
2.刪除 /Sites 內所有file
3.修改lighttpd.conf (/usr/local/etc/lighttpd.conf),加入以下兩段
以上完成後可以browse folders,中文顯示也沒問題
2.刪除 /Sites 內所有file
3.修改lighttpd.conf (/usr/local/etc/lighttpd.conf),加入以下兩段
- dir-listing.activate = "enable"
- dir-listing.encoding = "utf-8"
以上完成後可以browse folders,中文顯示也沒問題
Labels:
iphone
6/26/2008
.NET 2003 ServerSide script call ClientSide javascript
//On Server side script writing down those code
//call client script to close window
string strscript = "";
if(!Page.IsStartupScriptRegistered("clientScript"))
Page.RegisterStartupScript("clientScript", strscript);
如同上面的code可以允許直接call javascript
Labels:
.net,
code,
javascript
6/25/2008
iPhone Resource
iphone4.TW在地化服務
Jason自加文件
iphone Cake軟體源
iphonebus
http://iphonebus.com/apps/rep.xml
CNPDA愛瘋資源(超讚!!)
模擬器的ROMs下載(超讚!!)
Weiphone Source
http://app.weiphone.com/installer/
#6/26/2008補 iPhoneCake也增加了破解源#
Labels:
iphone
6/27/2007
訂閱:
文章 (Atom)