2007年1月31日 星期三
2007年1月30日 星期二
Backyard Baseball 2005
Backyard Baseball 2005 是我很喜歡玩的一款遊戲,而且硬體需求也不高:
System Requirements:
. Windows 98, Me, 2000, XP
. Pentium III
. 500MHz
. 64MB RAM
. 600MB hard drive space
. 8MB SVGA Windows 98/2000/Me/XP DirectX 9.0-compatible video card
. Windows 98/2000/Me/XP DirectX 9.0-compatible sound card
. CD-ROM 8x
. DirectX 9.0 (included)
新版的 2007 也出來了,不過 Amazon 上的評價並沒有 2005 來得高。個人覺得這是一款很耐玩、 很有趣的遊戲,值得體驗看看。
在 VMware Player 裡安裝自己想要的作業系統
參考:VMware Player with your own Ubuntu installation
主要步驟如下:
取得作業系統映像檔,如:FC-6-i386-DVD.iso。
- 使用 qemu 提供的工具來建立所需要用到的 virtual disk,或是直接下載作者提供的 vmdk 檔案(有各式 size)。
- 依據自己的需求修改 vmx file,如 fedora.vmx:
- 直接點擊 fedora.vmx file,VMware Player 便會自動執行,開始安裝 Fedora。
config.version = "8"
virtualHW.version = "3"
ide0:0.present = "TRUE"
ide0:0.filename = "5g.vmdk"
memsize = "256"
MemAllowAutoScaleDown = "FALSE"
ide1:0.present = "TRUE"
#ide1:0.fileName = "auto detect"
#ide1:0.deviceType = "cdrom-raw"
ide1:0.fileName = "D:\Linux_Distro_Images\Fedora\FC-6-i386-DVD.iso"
ide1:0.deviceType = "cdrom-image"
ide1:0.autodetect = "TRUE"
floppy0.present = "FALSE"
ethernet0.present = "TRUE"
usb.present = "FALSE"
sound.present = "FALSE"
sound.virtualDev = "es1371"
displayName = "Fedora"
guestOS = "Ubuntu"
nvram = "Ubuntu.nvram"
MemTrimRate = "-1"
ide0:0.redo = ""
ethernet0.addressType = "generated"
uuid.location = "56 4d 5c cc 3d 4a 43 29-55 89 5c 28 1e 7e 06 58"
uuid.bios = "56 4d 5c cc 3d 4a 43 29-55 89 5c 28 1e 7e 06 58"
ethernet0.generatedAddress = "00:0c:29:7e:06:58"
ethernet0.generatedAddressOffset = "0"
tools.syncTime = "TRUE"
ide1:0.startConnected = "TRUE"
uuid.action = "create"
checkpoint.vmState = ""
ethernet0.connectionType = "nat
用 Putty 來連進 Cygwin 環境
PuTTYcyg is a patched version of PuTTY that, in addition to telnet, rlogin,目前最新版本:http://web.gccaz.edu/~medgar/puttycyg/putty-0.58-cygterm-20060525.tar.gz
and ssh, can also be used as a local Cygwin terminal instead of the Windows
console or xterm.
下載之後解壓縮,不需安裝,執行後出現 Putty 的畫面。Host Name 打 -,Protocol 的地方選 Cygwin,Open 後便可透過 Putty 的介面進入 current user 的 default shell。
在 Windows 上直接安裝 Debian/Ubuntu
兩個有趣的 projects:
相關新聞:
標籤: free-software
訂閱:
文章 (Atom)