Difference between revisions of "User:Karl jones"
Karl Jones (Talk | contribs) |
Karl Jones (Talk | contribs) |
||
Line 4: | Line 4: | ||
== Links October 7 == | == Links October 7 == | ||
+ | |||
+ | * .cer, .crt, .der – usually in binary DER form, but Base64-encoded certificates are common too (see .pem above) | ||
+ | * .p7b, .p7c – PKCS#7 SignedData structure without data, just certificate(s) or CRL(s) | ||
+ | |||
+ | https://en.wikipedia.org/wiki/X.509 | ||
Audacity | Audacity |
Revision as of 10:32, 8 October 2015
(TO DO: expand, organize, cross-reference, illustrate.)
http://wiki.karljones.com/index.php?title=
Contents
Links October 7
- .cer, .crt, .der – usually in binary DER form, but Base64-encoded certificates are common too (see .pem above)
- .p7b, .p7c – PKCS#7 SignedData structure without data, just certificate(s) or CRL(s)
https://en.wikipedia.org/wiki/X.509
Audacity
.cer
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=.Cer
https://en.wikipedia.org/wiki/Cer
http://www.networksolutions.com/support/what-is-the-difference-between-a-crt-and-a-cer-file/
http://filext.com/file-extension/CER
http://stackoverflow.com/questions/22788384/what-is-the-difference-between-cer-pfx-file
.p7b
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=+.P7b
https://www.sslshopper.com/ssl-converter.html
http://serverfault.com/questions/83143/convert-p7b-key-to-a-pfx
In progress
- FTP mistake
- ISM tasks
Week Five
WordPress installation process ...
- Download the WordPress files.
- Move the "wordpress" folder to your local root folder (in MAMP and XAMMP, "htdocs" is the local root folder).
- Or, if you already have a subfolder named "wordpress", copy all the files there -- same thing.
- Start MAMP and open a browser, or if MAMP is already running simply open a browser, and browse to:
You should see the Languages page, the first of the installation pages.
You'll need to create a database using phpMyAdmin (see screenshots). You can do that at any time in the process. WordPress will require it, several pages into the installation process.
You'll also need --
Database username: root Database password: root
After installation is complete, that same URL is where you browser your site:
To administer your site, append "wp-admin" to the URL:
http://localhost/wordpress/wp-admin
Quotes
"Ah, you don't have to know everything -- you just have to know where to find it"
-- The Shockwave Rider by John Brunner
Week Three Exercises
PHP
- Header: location
- Control structures
Project management
- Project planning
TO DO: Sometime By Week Ten
- Ajax
- Google Closure (working with compiled programming language)
- Bootstrap.js