I hereby claim:
- I am kahboom on github.
- I am ryordan (https://keybase.io/ryordan) on keybase.
- I have a public key whose fingerprint is 4289 7FE1 5F60 1ACF 6E7D 9C7C DFC0 1E9C 450F 13D3
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
cd repository | |
git checkout --orphan orphan_name | |
git rm -rf . | |
rm '.gitignore' | |
echo "#Title of Readme" > README.md | |
git add README.md | |
git commit -a -m "Initial Commit" | |
git push origin orphan_name |
{ | |
"apiEndpoint": "https://ipaas-staging.b6ff.rh-idev.openshiftapps.com/api/v1", | |
"title": "Syndesis", | |
"datamapper": { | |
"baseJavaServiceUrl": "https://ipaas-staging.b6ff.rh-idev.openshiftapps.com/v2/atlas/java/", | |
"baseMappingServiceUrl": "https://ipaas-staging.b6ff.rh-idev.openshiftapps.com/v2/atlas/" | |
}, | |
"oauth": { | |
"clientId": "ipaas-ui", | |
"scopes": [], |
git remote add rachel [email protected]:kahboom/syndesis-ui.git | |
git fetch rachel | |
git checkout --track rachel/952-github-oauth | |
// To get any changes I make: | |
git checkout 952-github-oauth | |
git pull |
export COOKIE='' # the value of _oauth_proxy cookie from browser | |
curl -k -H "Cookie: _oauth_proxy=$COOKIE" -H 'Accept: application/json' -H 'Content-Type: application/json' -XPOST -d @new-petstore-api-connector.json https://syndesis.$(minishift ip).nip.io/api/v1/connectors/custom |
echo $(oc exec $(pod=$(oc get pod -o=name -l component=syndesis-rest); echo ${pod#pods/}) -- unzip -c runtime.jar META-INF/MANIFEST.MF|grep '^Git-Commit-Id:') | |
git rev-parse HEAD |
#IRC Reference
Not intended as a guide for newbies, more like a "cheat sheet" for the somewhat experienced IRC user, especially one who wields some power over a channel.
##The Basics
/join #channel
/part #channel
# Adapted from https://tinyapps.org/blog/nix/201701240700_convert_asciidoc_to_markdown.html | |
# Using asciidoctor 1.5.6.1 and pandoc 2.0.0.1 | |
# Install pandoc and asciidoctor | |
$ sudo apt install asciidoctor | |
$ sudo wget https://github.com/jgm/pandoc/releases/download/2.0.0.1/pandoc-2.0.0.1-1-amd64.deb | |
$ sudo dpkg -i pandoc-2.0.0.1-1-amd64.deb | |
# Convert asciidoc to docbook using asciidoctor |
Hello (<-- two spaces)
World
Hello
World