Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096
Accountant | |
Auditor | |
Actor | |
Actuary | |
Adhesive Bonding Machine Operator | |
Tender | |
Administrative Law Judge | |
Administrative Services Manager | |
Adult Basic and Secondary Education and Literacy Teacher | |
Instructor |
[ | |
"Academic Librarian", | |
"Accountant", | |
"Accounting Technician", | |
"Actuary", | |
"Adult Nurse", | |
"Advertising Account executive", | |
"Advertising Account planner", | |
"Advertising Copywriter", | |
"Advice Worker", |
Profile | download (kb/s) | upload (kb/s) | latency (ms) |
---|---|---|---|
Native | 0 | 0 | 0 |
GPRS | 50 | 20 | 500 |
56K Dial-up | 50 | 30 | 120 |
Mobile EDGE | 240 | 200 | 840 |
2G Regular | 250 | 50 | 300 |
2G Good | 450 | 150 | 150 |
3G Slow | 780 | 330 | 200 |
/* | |
* Self-Explanatory Protocol Buffer Lang Guide | |
*/ | |
/* | |
* Why Protocol Buffers? | |
* Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler. | |
* You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages. | |
* Protocol Buffers are Schema Of Messages. They are language agnostic. |
package uk.co.jatra.recorder | |
import android.os.Bundle | |
import android.support.v7.app.AppCompatActivity | |
import android.support.v7.widget.LinearLayoutManager | |
import android.support.v7.widget.RecyclerView | |
import android.support.v7.widget.helper.ItemTouchHelper | |
import android.support.v7.widget.helper.ItemTouchHelper.DOWN | |
import android.support.v7.widget.helper.ItemTouchHelper.UP | |
import android.view.LayoutInflater |
To Login
ssh -i <private-key-file/pem> ec2-user@[ec2-hostname].amazonaws.com