Win OnePlus 3T in Gearbest 3rd Anniversary!

View post on imgur.com

GearBest’s 3rd Anniversary is coming soon, so they just created giveaway. Just go to this link and join:
https://www.rafflecopter.com/rafl/display/649ce649302/

Rules:
1. Leave your blessings for GearBest’s 3rd Anniversary.
2. Show your order number which does you think is the best shopping experience from GearBest in 2017.
3. Share to your SNS channels, more shares, more possibilities to win.

SATA I vs SATA III on SSD

Hi,

I’ve got two laptops:

  1. Lenovo T60 with SATA I
  2. DELL E6430 with SATA III
Check out what’s the difference between SATA 1 and SATA 3 using Kingston V300 128 GB SSD disk.
SATA I test on Lenovo T60 using AS SSD benchmark:

 Second test:
SATA III test on Dell E6430 using the same benchmark:
Well. The speed on SATA III is a little bit better. I don’t know why write speed is so low.
Cheers!

How to log in to WordPress dashboard using C#?

It works and it gets all cookies to get access to WordPress admin dashboard. You have to use SslStream and TcpClient. WebHelper in this code is WebClient with cookies support. It connects via SSL (https), creates CookieContainer and put it into WebClient (“WebHelper” in my code). You can modify this code to your needs of course.

http://pastebin.com/qAqCGLUj

Cheers