Author Archives: kevin
How to boot recovery img without flash
1. Turn the phone to fastboot mode 2. At CMD, type: fastboot.exe boot recovery.img
HTC Legend 2.2 Update file
http://fotadl.htc.com/OTA_Legend_Froyo_S_HTC_WWE_3.15.405.3-2.05.405.2_release_160357lpbd4myxuoe8m8jr.zip
How to Send Email from a PHP Script Using SMTP Authentication
Install pear:mail, pear:net_smtp code: require_once “Mail.php”; $from = “Sandra Sender “; $to = “Ramona Recipient “; $subject = “Hi!”; $body = “Hi,\n\nHow are you?”; $host = “mail.example.com”; $username = “smtp_username”; $password = “smtp_password”; $headers = array (‘From’ => $from, ‘To’ … Continue reading
HTC Desire 2.2 Update File Name
http://fotadl.htc.com/OTA_Bravo_Froyo_HKCSL_CHT_2.11.832.2_R-1.19.832.2_release07wgptkr3k0wsoe1.zip
Export Exchange mailbox to pst file
Cmd-let: Export-Mailbox -Identity username -PSTFolderPath c:\temp Note: Use in client side, must installed with Exchange 2007 Management tools, Powershell and Outlook 2003 or above.
Suspending and Resuming Debian-Based Linux Guests Breaks the Network Connection
http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1923
Disable Windows Server Shutdown Event Tracker
Open the Group Policy Object Editor Console. Go to Start > Run…, type gpedit.msc and press OK. Navigate to Computer Configuration > Administrative Templates > System and in the right hand pane, select the “Display Shutdown Event Tracker” setting. Double … Continue reading
Windows Setup Path for CD
regedit HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SourcePath HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup\SourcePath
Firmware versions of Nokia mobile phones
http://hunajatehdas.net/nokia/firmware/en/
解決VMWare Tools裝不上Debian 5.0的方法
http://yuanfarn.blogspot.com/2008/10/debian-testing-on-vmware-workstation.html