This two launchdaemon scripts provide scheduled updates and upgrade for homebrew packages.
It will run in the following way:
brew update
every day at 12:10brew upgrade
every day at 12:20
//Client-side | |
doThing(); | |
function doThing() { | |
let eGR = new EfficientGlideRecord('incident') | |
.setLimit(10) | |
.addNotNullQuery('assignment_group') | |
.addField('number') | |
.addField('short_description') | |
.addField('assignment_group', true) //Get display value as well |
source: http://www.markbrilman.nl/2011/08/howto-convert-a-pfx-to-a-seperate-key-crt-file/ | |
`openssl pkcs12 -in [yourfile.pfx] -nocerts -out [keyfile-encrypted.key]` | |
What this command does is extract the private key from the .pfx file. Once entered you need to type in the importpassword of the .pfx file. This is the password that you used to protect your keypair when you created your .pfx file. If you cannot remember it anymore you can just throw your .pfx file away, cause you won’t be able to import it again, anywhere!. Once you entered the import password OpenSSL requests you to type in another password, twice!. This new password will protect your .key file. | |
Now let’s extract the certificate: | |
`openssl pkcs12 -in [yourfile.pfx] -clcerts -nokeys -out [certificate.crt]` |
<? | |
/*** | |
* class apiCCB | |
* | |
* @author Jeremiah D. McKinstry <[email protected]> | |
* @date Wednesday, August 14, 2013 | |
* @version 1.0.0 | |
* @see https://cdn6.ccbchurch.com/2/documents/pwt_implement.pdf | |
* | |
* @copyright This class is free: you can redistribute it and/or modify |
<? session_start(); ?> | |
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"/> | |
<title>Adapt</title> | |
<style type="text/css"> | |
.num{ | |
font-size: 244px; | |
height: 270px; |
Not "Have to present" -> "Get to present" | |
No reporting, no informating | |
resonating influencing | |
"How do people respond to your presentations?" (walk out, ask too many follow up questions, what actions do they take) | |
"there is nothing normal about presenting" | |
Prioritize the content | |
Judge the audience by: "where do they spend their time, energy and money" | |
When mixed audience: |