Skip to content

Instantly share code, notes, and snippets.

View bastoker's full-sized avatar

Bas Stoker bastoker

  • J-Next B.V.
  • De Meern, The Netherlands
  • X @bastoker
View GitHub Profile
FROM ubuntu
RUN apt-get update
RUN apt-get -y install pandoc
RUN apt-get -y -q install texlive-latex-recommended
RUN DEBIAN_FRONTEND='noninteractive' apt-get -y install texlive-xetex
# RUN apt-get -y install texlive-fonts-extra
RUN apt-get -y install lmodern fontconfig fonts-noto
RUN apt-get -y install libfontconfig1 libfreetype6 tar wget perl gnupg gzip xzdec
<GrepConsoleItems>
<option name="items">
<GrepExpressionGroup>
<option name="grepExpressionItems">
<list>
<GrepExpressionItem>
<option name="action" />
<option name="caseInsensitive" value="false" />
<option name="clearConsole" value="false" />
<option name="continueMatching" value="false" />
#!/bin/bash
# Credits to https://gist.github.com/phette23/5270658 for inspiration
# https://superuser.com/a/599156
function setTabname {
echo -ne "\033]0;"$*"\007"
}
# set the title using above declared function and set the color of
@bastoker
bastoker / data-migration-job.yaml
Created January 29, 2020 15:06
ReportPortal v5 migration Kubernetes Job
apiVersion: batch/v1
kind: Job
metadata:
name: rp-data-migration
labels:
jobgroup: v4v5-migration
spec:
template:
metadata:
name: kubejob