縮小 VirtualBox VDI 檔案

No Comments

REF:
1. http://fcamel-life.blogspot.tw/2012/01/virtualbox-vdi-resize.html
2. http://chobill.twbbs.org/blog/2009/06/13/%E7%B8%AE%E5%B0%8F-virtualbox-vdi-%E6%AA%94%E6%A1%88/

在 guest os 先進行磁碟重組
1. windows: 使用重組程式
2. Linux: 使用 zerofree /dev/sda1 (須在 read only 下, 所以可能需要由別的VM去掛載, 或進單人模式重新掛成 read only)

完成重組後, 到 VM Host 下指令
VboxManage modifyhd –compact /path/to/vdi

 

透過 Windows 7 的 Hyper-V Manager, 在沒有AD的環境中, 對 Hyper-V Host 進行管理

No Comments

[目的]
透過 Windows 7 的 Hyper-V Manager, 在沒有AD的環境中, 對 Hyper-V Host 進行管理

[作法]
參考來源
http://chenweichi.blogspot.tw/2011/12/hyper-v-hyper-v.html

Server: hvhost
Client: hvclient

1. 下載小工具 hvremote.wsf, 分別存放到 Server & Client
2. 分別在 Server & Client 先建立Hyper-V管理帳號(如, hvadmin, 密碼為 hvpass)
3.
a. 在 Server 端, 以系統管理者身分來執行以下命令 (username即剛剛建立的 hvadmin)
cscript hvremote.wsf /add:hvadmin

b. 在 Client 端, 以系統管理者身分來執行以下命令
cscript hvremote.wsf /mmc:enable
cscript hvremote.wsf /AnonDCOM:grant
cmdkey /add:hvhost /user:hvadmin /pass:hvpass
如果 cmdkey 沒做, 或是密碼錯誤, 都會無法順利連線到 Hyper-V Host

[轉載] 沒有光碟機的Mac,新版的bootcamp製作windows的開機碟 (蘋果專業服務)

No Comments

來源出處: http://7–8.com/article.php?id=106

沒有光碟機的Mac,新版的bootcamp製作windows的開機碟
蘋果專業服務 2012-07-29

沒有光碟機的Mac,新版的bootcamp製作windows的開機碟

More

[轉載] VirtualBox設定由USB隨身碟開機

No Comments

來源出處: http://gordon168.tw/?p=324

VBoxManage internalcommands createrawvmdk -filename i:VirtualBoxusb.vmdk -rawdisk .PhysicalDriveN

Autofs of samba and nfs

No Comments

1. yum install autofs
2. yum install nfs-utils smb-client

edit
1. vi /etc/auto.master
/mnt/smb    /etc/auto.smb
/mnt/nfs    /etc/auto.nfs

2. vi /etc/auto.smb
direcoty-name     -fstype=cifs,username=NULL,password=NULL  ://IP-Addr/shared-path

3. vi /etc/auto.nfs
directory-name  -rw,bg,soft,rsize=32768,wsize=32768    ip-addr/shared-path

 

雲端運算技術與應用聯盟

No Comments

http://accta.nchc.org.tw/tw/

免費雲端開發工具《Coderun》支援C#/ASP/PHP/JS等程式碼線上撰寫開發

No Comments

REF http://steachs.com/archives/1986

Older Entries Newer Entries

Share via
Copy link