Datahawk blog

my page

lxd container info

something

Container info container info systemd on wsl windows 10 pro 1 2 3 4 5 6 sudo dnf install python2 -y && \ sudo ln -s /usr/bin/python2 /usr/bin/python && \ sudo mv /usr/bin/systemc...

openshift deploy app

done

Development leveraging customized image from Operations # oc login -u admin # oc new-project ruby-ops # oc new-project ruby-dev create 3 groups group to allow operations to edit the ruby-ops...

weblobic install devleoper non-root

something

Weblogic java non root developer install latest export JAVA_HOME=/home/servidc/bin/java/jdk/jdk1.8.0_301 ; export PATH=${JAVA_HOME}/bin:${PATH} ; java -version && mkdir -p /home/servidc/...

manage java

something

manage java install java, maven, gradle, node.js. ruby jekyll 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 useradd -d /home/servid -m -s /bin/bash -c "service id" servi...

notes on everything im wokring

notes on various things im wokring on get ip of running windows container 1 get-vm | Where-Object {$_.State -eq 'Running'} | Select -ExpandProperty Networkadapters info on interactive bash comm...

oracle jdbc drivers finally in maven central

finally oracle drivers are in maven central. https://repo1.maven.org/maven2/com/oracle/database/ com.oracle.database ojdbc[N].jar ucp.jar ojdbc[N]dms.jar oracle.database.jdbc.debug ...

Podman Kafka RHEL 8

clean-up containers 1 2 3 4 5 6 7 8 9 bash << EOF podman stop $(podman ps -a -q) podman rm $(podman ps -a -q) podman rmi $(podman images -a -q) podman volume prune -f podman ps -a podman ima...

Openshift 4 Codeready containers Windows laptop

Openshift on your Windows 10 pro machine Make sure your machine is multi core and has at last 16gb of ram. Windows 10 PRO is a requirement. Prepare your machine Prepare your laptop/desktop for O...

Openshift lab windows 10 pro laptop

Here is what i did to buy a very capable laptop and upgrade it to a very powerful laptop with SSD and 16GB dof DDR3 RAM. Note that this will not age well, so if you’re looking at using this, I wou...