My Technical Blog
Saturday, July 16, 2016
How to transfer Video (mp4 etc) to IPhone 6/6s/6 plus
›
Download the latest ITune (mine 12.4.16). Plugin your IPhone, select the phone icon as follows 1. On Summary Page , manually manage mus...
Thursday, June 30, 2016
Gmail Cannot Retrieve Hotmail via POP3
›
If you cannot retrieve Your Hotmail Account in Your Gmail Account via POP3, and got the following information in gmail 「Authentication...
4 comments:
Friday, February 12, 2016
How to embed all fonts in WinEdt for PDF
›
1. How to include all fonts If you are using Adobe Acrobat Pro X and above: Go to Tools>Preflight Type in Embed in the key...
Sunday, January 31, 2016
How to Run in Cgywin from C#
›
Use the following code: public string runCygwin () { using ( Process p = new Process ()) { ...
Monday, January 11, 2016
Some JavaScript Special Scenarios
›
for (i = 0,j=0; i < 3, j < 2; i++,j++) { console.log(i+" "+j) } The answer is 0,0 and 1,1 only j<2 applies funct...
Saturday, January 9, 2016
How to Point GoDaddy Domain to Amazon EC2
›
You bought a domain from GoDaddy, and you have a server on Amazon EC2, perfect, follow the following easy steps to point Godaddy domain to A...
6 comments:
Thursday, January 7, 2016
How to Enable FTP on Amazon EC2 (using FileZilla here)
›
Are you having problems in configuration Amazon EC2 with FTP? No problem, here are the step by step guides. Configurations on Amazon EC2 ...
›
Home
View web version