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/09
2016/01/04
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.
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.
Subscribe to:
Posts (Atom)
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:...
-
Explain There is not interrupt PIN for PCIe interrupt. When device wants to raise an interrupt, an interrupt message is sent to host via ...
-
Configure Space Addressing One of the major improvements the PCI Local Bus had over other I/O architectures was its configuration mechanism...
-
What is LMA and VMA Every loadable or allocatable output section has two addresses. The first is the VMA, or virtual memory address. This ...