7 月 14
joechen未分類
Windows boot manager
system 休眠, 重開,
1.以windows boot man接手(自動會這麼做)
2.ubuntu 的 EFI Grub 會無法作用(按F12是出不來的, 正常開機的話, 應該要有)
ubuntu EFI Grub
system 休眠, 重開
1.以windows boot mana接手 (Work!!)
2.以ubuntu EFI Grub 接手 (Work!! 已解之前的13.04版的問題)
4 月 14
joechen未分類
組態管理資料庫(CMDB)能帶給您哪些好處?
http://www.gss.com.tw/index.php/focus/eis/300
The assyst Enterprise ITSM CMDB Tool
http://www.axiossystems.com/en/solutions/cmdb.html
10 月 18
joechen未分類
[目的]
透過 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
6 月 21
joechen未分類
http://www.wedebugyou.com/2012/11/how-to-install-and-configure-smokeping-on-centos-6/
Smokeping is a very useful network monitoring tool but it’s also very complicated to install and configure.
Here are the steps for installing smokeping on CentOS 6 or CentOS 5.
More
1 月 23
joechen未分類
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