These commands allow you to generate CSRs, Certificates, Private Keys and do other miscellaneous tasks.
openssl req -out CSR.csr -new -newkey rsa:2048 -nodes -keyout privateKey.key
| // To use this simply install NodeJS (https://nodejs.org/) | |
| // Then run node chromiumUpdater.js. | |
| // You might want to put it in your crontab. | |
| // Set to true for ASi builds | |
| // Set to false for Intel builds | |
| const APPLE_SILLICON = false | |
| // Ignore No-Sync builds? | |
| const SYNC_ONLY = true | |
| // Show notifications |
| // | |
| // Golden Ratio Typography | |
| // -------------------------------------------------- | |
| // Golden Ratio Math | |
| // | |
| // Let's do some math so we can build beautiful typography and vertical rhythm. | |
| // For any magic to happen, set the $ContentWidth variable on _variables.scss | |
| // to match your content box width (normally this is 640px, 740px, etc...). |
My Elasticsearch cheatsheet with example usage via rest api (still a work-in-progress)