Travel

Categories

Create a bootable Windows PE 3.0 USB drive

http://4sysops.com/archives/build-a-bootable-windows-pe-3-0-usb-drive-with-rescue-tools-part-1/

Ubuntu : hardware senors monitoring

12.04

cd /tmp ; arch=$(uname -p) ; if [[ "$arch" = "x86_64" ]] ; then wget https://launchpad.net/~alexmurray/+archive/indicator-sensors/+files/indicator-sensors_0.1-1_amd64.deb ; else wget https://launchpad.net/~alexmurray/+archive/indicator-sensors/+files/indicator-sensors_0.1-1_i386.deb ; fi ; chmod +x /tmp/indicator-sensors_0.1-1* ; sudo dpkg -i /tmp/indicator-sensors_0.1-1* 

11.10 

First add the repository:

sudo apt-add-repository ppa:alexmurray/indicator-sensors 

Update:

sudo apt-get update 

And then install the package:

sudo apt-get install indicator-sensors 

Then run indicator-sensors


Install Dell OpenManage on CentOS 6.x

http://www.md3v.com/install-dell-openmanage-on-centos-6-x

Samsung NP550PC7-S03

My New home notebook for Diablo III

 

Intel Core-i7 3610QM 四核心處理器(2.3 -3.3GHz)
.8GB DDR3 記憶體
.1TB SATA II 硬碟 + ExpressCache 8GB
.17.3 吋 LED 螢幕,1600×900 解像度
.NVIDIA GT 650M 外置顯示晶片,2GB 記憶體 + Intel HD 4000 內置顯示
.Bly-Ray Combo 光碟機
.內建 1.3MP HD 相機
.802.11 abgn
.VGA、HDMI、耳機-輸出╱麥克風-輸入 共用、內建麥克風、 2 x USB 3.0 、 2 x USB 2.0
.408.3 x 269.9 x 29.2 ~ 31.9mm,連 6-cell 電池重 3.05kg
.售價 $9980 (use a cash price of $9152 in Golden)

 http://www.eprice.com.hk/nb/talk/1085/2164/

Windows 7 custom default user profiles and Mandatory user profiles

Create custom default user profile : http://technet.microsoft.com/en-us/library/gg241183%28v=ws.10%29.aspx

Mandatory user profiles : http://technet.microsoft.com/en-us/library/gg241183%28v=ws.10%29.aspx

Backup user profiles : http://maketecheasier.com/3-ways-to-backup-user-profile-in-windows-7/2011/06/11

New Computer : Intel Ivy Bridge : Core i7-3770K

Got a new Computer with Intel Ivy Bridge : Core i7-3770K

1. Intel Core i7-3770K 3.5Ghz

2. GigaByte Z77-UD3H

3. A-DATA DDR3 1666Mhz 4GB x4

4. GigaByte GT-550Ti 1GB

5. Intel SSD 330 120GB

5. CoolMaster 550W PSU

Intel 330 SSD, crystal disk mark with filled data

Intel 330 SSD, crystal disk mark with random data

SamSung 840 EVOsamsung 840 evo

Ivy Bridge Overclock Guide

MS Internet Explorer and Apache custom error 404 page

If you are making a Apache custom error 404  page, make sure the custom error 404 page is > 512 bytes as MS Internet Explorer will display his own error page instead of yours if the Apache custom error 404 page is < 512 bytes.

See

http://www.devshed.com/c/a/Apache/Custom-Error-Pages-with-Apache/

Relocate user profiles under Windows 7

Relocate User folders during Windows 7 installation

http://www.sevenforums.com/tutorials/87555-user-profile-change-default-location.html

Some notes about VMware pvscsi adaptor

http://www.virtualinsanity.com/index.php/2009/11/21/more-bang-for-your-buck-with-pvscsi-part-1/

http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1017652

Comparing of SMB performance of using RDM and VMDK on ESXI 5.0

Testing environment :

Dell Optilex 990 + VMWare ESXi 5.0 U2 + single local 500GB SATA 7200rpm disk for data testing

Client : Windows 7×64 with 6GB RAM

Case 1 : provision of a single SATA 500GB disk using physical RDM, write and read a 8GB video file

write : ~53MB/s – 55MB/s

read : ~62.5MB/s – 66MB/s

write and read a 4GB video file

write : ~70MB/s, read : ~62MB/s – 63MB/s

Case 2 : The SATA 500GB disk is formatted with VMFS (lazy zeroed) and a single 500GB VMDK is attached, write and read a 8GB video file

write : ~27MB/s – 32MB/s (initial) ~50MB/s after several delete and  re-write

read : ~54MB/s – 56MB/s

Case 3 : The SATA 500GB disk is formatted with VMFS (eager zeroed) and a single 500GB VMDK is attached, write and read a 8GB video file

write : ~48MB/s – 52MB/s

read : ~59MB/s – 66MB/s

write and read a 4GB video file

write : ~66MB/s, read : ~~50MB/s – 53MB/s

Case 4 : The SATA 500GB disk is formatted with VMFS (thin provision) and a single 500GB VMDK is attached, write and read a 8GB video file

write : ~26MB/s (initial), ~50MB/s after several delete and  re-write

read : ~47MB/s – 50MB/s

http://www.vmware.com/pdf/Perf_Best_Practices_vSphere5.0.pdf

See this as well : http://www.ntpro.nl/blog/archives/2241-Mythbusting-Disk-provisioning-type-doesnt-affect-performance.html

Testing Using PowerEdge R720XD with ESXI 5.1U1

Client : Windows 7×64 with 16GB RAM

Case 1 : Provision of a local RAID 5 VD forming using 4x500GB SATA disk using eager zero thin provision

Sequential write speed : ~62MB/S – ~63MB/s for a 265GB of data set

Case 2 : Provision of a local RAID 5 VD forming using 4x500GB SATA disk using rdm

sequential write speed : ~67MB/s – ~70MB/s fr a 265GB of data set

Conclusion : In my environment, which the data disk is provisioned by a local RAID Controller on the same server, rdm still provide a little bit more performance than using VMDK (~5% to 8%), in contrast to the references provided by the net (which the comparisons are usually done on robust NAS/SAN storage)

More Reference : http://blogs.vmware.com/vsphere/2013/01/vsphere-5-1-vmdk-versus-rdm.html