Tested in Mac OS X: super == command
Open/Goto
- super+t: go to file
- super+ctrl+p: go to project
- super+r: go to methods
| #!/usr/bin/env bash | |
| # This little script is to make backporting patches easier. | |
| # Instructions | |
| # ------------ | |
| # Make sure that <btranch> exists: | |
| # git branch -D <branch> | |
| # git checkout -b <branch> origin/<branch> | |
| # Grab the file and stick it in your <project> directory: | |
| # curl -OL https://raw.github.com/gist/2206428/bp.sh | |
| # Make sure the script is runnable: |
| #!/bin/bash | |
| AVAILABLE_VOLUMES=30 | |
| VOLUME_SIZE="1Gi 2Gi 5Gi 10Gi" | |
| OSM="osmbr1:6789" | |
| KEYRING="/etc/ceph/ceph.client.openshift.keyring" | |
| POOL=rbd | |
| USER=openshift |
The buildah utility is a versitile container build tool that does not require a daemon (everything is direct invocation).
See my "deep dive" for a few hands on use-cases.
Recently knative was announced. It is a project to enable the kubernetes primitives needed to build a functions-as-a-service. There are a plumbing services needed around this use-case, "build" is one of them. Building containers is largely an indepenent goal and story of "serverless" or "FaaS", but I get why they are grouped together.
| ### Version 16 20181010 | |
| ### https://lafibre.info/remplacer-livebox/tuto-remplacer-la-livebox-par-un-routeur-dd-wrt-internet-tv/ | |
| ### Informations utilisateur | |
| user=fti/abcdefg | |
| pass=hijklmn | |
| maclivebox=01:23:45:67:89:AB | |
| verlivebox=3 | |
| serlivebox=ABCDE0123456789 |