Skip to content

Instantly share code, notes, and snippets.

@janaurka
janaurka / keybase.md
Created September 13, 2018 15:55
keybase.md

Keybase proof

I hereby claim:

  • I am janaurka on github.
  • I am janaurka (https://keybase.io/janaurka) on keybase.
  • I have a public key whose fingerprint is 6E8B 0C62 509D 6234 EAF5 1136 D474 C8FE 7635 573E

To claim this, I am signing this object:

@janaurka
janaurka / shield-6.5.1+dev.5.yml
Created January 5, 2017 14:01
YML of Dev Release
---
packages:
- name: bsdtar
version: fe279cae5da0aa7b9cbf07238dad8afba6c8edc7
fingerprint: fe279cae5da0aa7b9cbf07238dad8afba6c8edc7
sha1: 663111538ee1a1dd4a07359e6505bc42fd93fd0c
dependencies: []
- name: common
version: e401816a4748292163679fafcbd8f818ed8154a5
fingerprint: e401816a4748292163679fafcbd8f818ed8154a5
$ export BP_DEBUG=1
$ cf push test -b https://github.com/cloudfoundry/php-buildpack.git --no-start
Creating app test in org <redacted> / space sandbox as <redacted>...
OK
Creating route test.<redacted>...
OK
Binding test.<redacted> to test...
OK
@janaurka
janaurka / bkvm_extended.sh
Last active December 9, 2016 21:11
bkvm with implemented offline backup using rsync
#!/bin/bash
# A simple backup script for kvm
# Original source: http://soliton74.blogspot.no/2013/08/about-kvm-qcow2-live-backup.html
#
# Author: Luca Lazzeroni <luca.lazzeroni74@gmail.it>
# Web: http://soliton74.blogspot.it
#
# Patched by: Tim Miller Dyck
#
# Patched by: Runar Ingebrigtsen <runar@voit.no>