2016/01/09

Send Email via Gmail with Python Script

This is how to do it:

https://github.com/NARKOZ/hacker-scripts/blob/master/python3/kumar_asshole.py

One tricky thing to make it works is to turn on Gmail setting to let less secure application to access. Setting is here:

https://www.google.com/settings/security/lesssecureapps

2016/01/04

Fibre Channel and SCSI

The layout:


JBOD Interface

Inside JBOD, there is a SCSI bus, which connects all the disks.
Out side of JBOD, there is a SCSI interface, which connects to the host machine.


2016/01/01

NVMe Spec Reading Notes


NVM Express is based on a paired Submission and Completion Queue mechanism. Commands are placed by host software into a Submission Queue. Completions are placed into the associated Completion Queue by the controller. Multiple Submission Queues may utilize the same Completion Queue. Submission and Completion Queues are allocated in host memory.


Post Code on Blogger

Simplest way to post code to blogger for me: <pre style="background: #f0f0f0; border: 1px dashed #CCCCCC; color: black;overflow-x:...