-
A good quick article on how to manually connect to an IMAP SSL server.
links for 2010-12-20
December 21, 2010Manually Connecting to an SSL IMAP Server
December 20, 2010A good quick article on how to manually log into an IMAP Server using SSL is at:
http://www.jaharmi.com/2007/09/26/using_openssl_securely_connect_your_imap_account
The important part is:
As an example, here’s how you could log into an Exchange account, select the “Inbox” folder, and log out:
$ openssl s_client -connect server:port -crlf
? LOGIN username password
? SELECT Inbox
? LOGOUT
links for 2010-12-10
December 11, 2010-
A good concise list of vim tips.
links for 2010-11-20
November 21, 2010-
Indirectly access a host through ssh.
links for 2010-11-19
November 20, 2010-
The official Centos Blog
links for 2010-11-13
November 14, 2010-
A fast, good, random number generator with a link to C source.
links for 2010-10-28
October 29, 2010-
A place to buy interesting hardware toys.
-
This is a good quick description of the I2C bus. The website also sells a bunch of good electronic toys for making robots.
A good quick description of the I2C bus
October 28, 2010Here is a good quick description of the I2C bus:
http://www.robot-electronics.co.uk/acatalog/I2C_Tutorial.htm
links for 2010-09-23
September 24, 2010-
Corkscrew is an ssh proxy that will run through http.
links for 2010-09-21
September 22, 2010-
A good quick OpenGL Cheatsheet
-
Free Linux Ebooks