I hereby claim:
- I am wparad on github.
- I am wparad (https://keybase.io/wparad) on keybase.
- I have a public key whose fingerprint is C51F DE59 3E5B C340 557A 9DC9 5245 359A E12A FC00
To claim this, I am signing this object:
### HTC DNA | |
/data/data/misc/wifi/wpa_suplicant.conf |
Bacon ipsum dolor sit amet tri-tip kielbasa meatball, ball tip bacon doner corned beef swine shank salami. Pork loin ribeye tongue beef ribs bresaola, doner shank corned beef spare ribs boudin short ribs. Rump tenderloin corned beef tongue turducken, boudin chicken pancetta tail pork belly pork loin kielbasa. Strip steak fatback turducken sirloin pig venison biltong. Salami andouille swine jerky short ribs meatloaf, pork chop sausage cow ham t-bone meatball fatback bacon. |
<script> | |
setTimeout(() => { | |
document.title = "I replaced this."; | |
$('body').empty(); | |
$('head').empty(); | |
document.getElementsByTagName("body")[0].innerHTML = "Hello. I'm all that's here."; | |
}, 100); | |
</script> |
# Disable progress bars created by Invoke-RestMethod which internally uses Write-Progress) | |
$progressPreference = 'silentlyContinue' | |
$url = 'http://bamboohost:8085/' | |
$apiUrl = $url + "rest/api/latest/" | |
$project = 'ZZ-ZZZ' | |
$queueUrl = ("{0}queue/{1}" -f $apiUrl, $project) | |
$username='username' | |
$password='password' |
# Uncomment req_extensions = v3_req # The extensions to add to a certificate request in '/etc/ssl/openssl.cnf' | |
#[ v3_req ] | |
# | |
## Extensions to add to a certificate request | |
# | |
#basicConstraints = CA:FALSE | |
#keyUsage = nonRepudiation, digitalSignature, keyEncipherment | |
# | |
## getting alternate names in the cert, so you can use both the short | |
## name and the longer name for this... |
#!/bin/sh | |
USER="root" | |
APPLICATION_NAME='{{application_name}}' | |
APP_DIR="`npm config get prefix`/lib/node_modules/${APPLICATION_NAME}" | |
LOG_DIR="/var/log" | |
LOG_FILE="${LOG_DIR}/${APPLICATION_NAME}.log" | |
NODE_EXEC=$(which npm) | |
############### |
#!/usr/bin/env node | |
'use strict'; | |
/* | |
These command steps are run on the remote application server after the VM has been created. | |
*/ | |
var commander = require('commander'); | |
var exec = require('child_process').spawnSync; | |
var fs = require('fs'); |
#!/usr/bin/env bash | |
set -e | |
echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | sudo /usr/bin/debconf-set-selections | |
apt-get install -y oracle-java8-installer lib32z1 lib32ncurses5 lib32stdc++6 g++ libswt-gtk-3-java #openjdk-8-jdk | |
echo "JAVA_HOME=$(update-alternatives --query javac | sed -n -e 's/Best: *\(.*\)\/bin\/javac/\1/p')" | sudo tee --append /etc/environment | |
curl https://dl.google.com/android/android-sdk_r24.4.1-linux.tgz -o /tmp/android-linux.tgz | |
sudo mkdir /usr/share/android -m 0755 | |
sudo tar -xzvf /tmp/android-linux.tgz -C /usr/share/android | |
echo "ANDROID_HOME=/android/android-sdk-linux" | sudo tee --append /etc/environment | |
source /etc/environment |
Compose new Message (Mail): | |
You need to append parameters to the Office365 OWA URL | |
Parameter Value | |
path /mail/action/compose | |
subject Customer Service Request | |
body Add your request here | |
to [email protected] | |
cc is not supported at this point. |
I hereby claim:
To claim this, I am signing this object: