Datahawk blog

my page

Rhel 8 Setup

RHEL 8 setup install snaps on RHEL8 1 2 3 4 5 6 sudo dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ sudo dnf upgrade && \ sudo subscriptio...

Svelte Quarkus

1 2 3 4 5 6 7 8 9 10 export APP_NM="todo-rest-demo" ;\ cd $HOME/Documents/servid-github/sandbox &&\ mvn io.quarkus:quarkus-maven-plugin:1.1.1.Final:create \ -DprojectGroupId=codemwnci \ -D...

vagrant info

"ansible ingo"

Example vagrantfile for multi host build 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55...

svelte-boilerplate

"ansible ingo"

1 2 3 4 5 6 7 8 9 10 cd $HOME/Documents/servid-github/sandbox &&\ export APP_NM="svelte-electron-test" ;\ npx degit sveltejs/template $APP_NM && \ cd $APP_NM &&\ node script...

openshift private registry two

"ansible ingo"

openshift private external registry 1 2 3 [sservid@acer15 ~]$ oc registry login info: Using registry public hostname default-route-openshift-image-registry.apps.sandbox.x8i5.p1.openshiftapps.com S...

openshift mysql deployment config

"ansible ingo"

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69...

openshift katacoda

ansible ingo

Katacoda go to: https://katacoda.com/courses/openshift/playground generate sample project 1 2 3 4 5 mkdir apptest cd apptest git clone https://github.com/servidc/minishift_jdg_springboot_kafka_e...

openshift oc build using templates

dpme

using templates for platforms on openshift The templates are in the manifests folder manifests There are 3 templets: mule-base-template.yaml This template has the docker build conf...

python from source

done

start fresh install of Python 1 2 3 4 5 rm -rf ${HOME}/usr/local/bin/python/Python-3.9.1 ;\ rm -rf ${HOME}/usr/local/source/python/Python-3.9.1 ;\ rm -rf $HOME/.local/lib/python* ;\ rm -rf $HOME/....

ansible node gatsby

done

Node.js start fresh 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 rm -rf $HOME/usr/local/bin/node && \ rm -rf $HOME/usr/local/source/node &&am...