DOMIKINI()=>{SYS*DEV*OPS*CYBERSEC}

https://github.com/domikini/

  • Eshoponcontainers Project Microservices

    Cross-platform .NET sample microservices and container based application Deployment on Windows platform https://github.com/dotnet-architecture/eShopOnContainers https://github.com/dotnet-architecture/eShopOnContainers/wiki/Windows-setup Resolve issue on login related to CORS rules Use url http://docker.for.win.localhost:5100/ instead of http://localhost:5100 https://github.com/dotnet-architecture/eShopOnContainers/issues/673

  • Crc (code Ready Containers) To Run Openshift 4.x Locally

    Create applications using the Developer perspective https://docs.openshift.com/container-platform/4.3/applications/application_life_cycle_management/odc-creating-applications-using-developer-perspective.html Resources https://www.redhat.com/sysadmin/codeready-containers https://www.jeffgeerling.com/blog/2019/trying-out-crc-code-ready-containers-run-openshift-4x-locally https://access.redhat.com/documentation/en-us/red_hat_codeready_containers/1.6/ https://docs.openshift.com/container-platform/4.3/ Quarkus to Openshift/Kubernetes https://quarkus.io/guides/deploying-to-kubernetes

  • Ufw Firewall Configuration Commands

    UFW Firewall configuraiton commands examples sudo ufw route allow in on eth0 from 192.168.8.0/24 out on wlan0 to 192.168.0.195 port 443 sudo ufw status numbered sudo ufw delete 9 sudo ufw route allow in on eth0 out on wlan0 to any from any To drop ICMP ping on forwarding and...