此篇文章受密碼保護,請輸入密碼後閱讀。
- 10月 07 週三 201511:09
16年之約
- 6月 23 週二 201516:56
windows using fio to raw device
找參數找了半天,終於在這篇大陸的網站上找到相關答案
http://bbs.pceva.com.cn/thread-100200-1-1.html
.\fio.exe --filename=\\.\physicaldrive# --rw=write --numjobs=4 --iodepth=8 --name=pvr --runtime=1200 --bs=512b --group_reporting
其中 --filename=\\.\physicaldrive#的# 你可以用diskpart-->list disk來看編號,其他都不用改(不用懷疑,參數就叫做\\.\physicaldrive,這害我當初查了半天)
http://bbs.pceva.com.cn/thread-100200-1-1.html
.\fio.exe --filename=\\.\physicaldrive# --rw=write --numjobs=4 --iodepth=8 --name=pvr --runtime=1200 --bs=512b --group_reporting
其中 --filename=\\.\physicaldrive#的# 你可以用diskpart-->list disk來看編號,其他都不用改(不用懷疑,參數就叫做\\.\physicaldrive,這害我當初查了半天)
- 6月 18 週四 201510:06
VMware vSphere 6 install fail
ERROR Message: Failed to install hcmon
reference: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2053281
solution:
reference: http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2053281
solution:
- 4月 29 週三 201515:25
ubuntu - deb 的安裝與移除 (使用 dpkg cmd)
此篇文章受密碼保護,請輸入密碼後閱讀。
- 4月 27 週一 201517:21
How to check ubuntu file system and its information
Not mount on any point
1.check sda partition:
tune2fs -l /dev/sda
2.check file system
1.check sda partition:
tune2fs -l /dev/sda
2.check file system
- 4月 27 週一 201510:44
How to test LAN speed?
Server:open TCP cnnection
iperf -s
ps:server若不先open 5001 port, client在建立連線的時候會出現connection refuse
iperf -s
ps:server若不先open 5001 port, client在建立連線的時候會出現connection refuse
- 4月 02 週四 201511:42
“Unable to locate package” errors for all software
solution就是用
詳細/etc/apt/sources.list可以參考:http://askubuntu.com/questions/158770/unable-to-locate-package-errors-for-all-software
sudo apt-get update 去更新詳細/etc/apt/sources.list可以參考:http://askubuntu.com/questions/158770/unable-to-locate-package-errors-for-all-software
- 4月 02 週四 201511:26
virtualbox網路設定

簡單來說,只給外層或自己同一台電腦的其他VM用,只要選NAT就可以
如果要給真實switch做routing,要拿真實ip就要選bridge.
如果有好幾台VM都要拿IP,要random不同的MAC去騙DHCP,不然會拿到同一個IP唷