ssh-keygen -t rsa -b 4096 -C "[email protected]"
Generating public/private rsa key pair.
Enter file in which to save the key (/home/bill/.ssh/id_rsa):
ssh-keygen -t rsa -b 4096 -C "[email protected]"
Generating public/private rsa key pair.
Enter file in which to save the key (/home/bill/.ssh/id_rsa):
Copy-and-Paste the private key id_rsa
file into a .pem
file
cp /Users/bill/.ssh/id_rsa /path/to/bill.pem
unix.stackexchange.com, How to recycle existing id_rsa private and public key pair in generating a new pem/ppk file?
<VirtualHost *:80> | |
DocumentRoot "/var/www/html/site" | |
ServerName site.example.com | |
<Directory "/var/www/html/site"> | |
AllowOverride All | |
</Directory> | |
</VirtualHost> |
Crash course and cheatsheets
In most programming languages, there are the so called "Data types". However in R, they are often referred to as Objects.
In most programming languages, there are the so called "Primitive data types". However in R, they are often referred to as Atomic objects or sometimes called as "Basic types".
logical
Register a project by logging to google.com/recaptcha
Load the javascript library