Travel

Categories

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 […]

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 […]

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 […]

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 : […]

VMware ESXi 5.0 and >2TB disk provision

http://tinkertry.com/beyond2tbvmdisksizemaximum/