Recent posts

OSX - encfs

less than 1 minute read

Links https://www.maketecheasier.com/install-encfs-mac/ https://www.maketecheasier.com/mount-encrypted-folder-mac-os-x-encfsgui/

OpenShift

less than 1 minute read

Links https://blog.openshift.com/understanding-service-accounts-sccs/ https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift...

OC - Cheat-Sheet

less than 1 minute read

oc adm policy add-scc-to-user anyuid <USER> Links https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift-cluster/

NIX - install on Mac

less than 1 minute read

Links: https://robots.thoughtbot.com/install-linux-on-a-macbook-air#what-is-nixos

Minishift

less than 1 minute read

Cheat-Sheet minishift addons enable anyuid # Changes the default security context constraints to allow pods to run with arbitrary UID. minishift ...