Giter VIP home page Giter VIP logo

mineops's Introduction

Kyle Walker

LinkedIn

Kyle's GitHub stats

🔭 I’m currently working on ...

  • Containzerizing Applications - A new blog post showing some easy to get going tools for developing reusable Container Images via s2i

🌱 I’m currently learning ...

  • Helm - v3 is actually quite amazing and coming from Ansible, the templating is somewhat easy to pick up
  • GitHub Actions - These have been on my radar for a while now, but a use-case finally came about on a project I work on to dig deeper into this

👯 I’m looking to collaborate on ...

  • Anything in the OpenShift/Kubernetes space and supporting envrionments
  • Most tooling in the DevOps world.

⚡ Fun fact ...

  • I have a brand of shoes named after me, but not really. There is a pro skateboarder named Kyle Walker who has his own line of shoes from Vans. Its always fun to show people "my" shoes :D

⭐️ Notable Projects and Contributions ...

  • mineOps - Teaching DevOps tooling with Minecraft Server
  • Ansible for OpenShift - Using Ansible to Deploy an OpenShift 4.X cluster on Red Hat Virtualization 4.3+
  • How We Enable - A guide/workshop repository from Red Hat on enabling customers to utilize technology to their fullest potential
  • Log4shell Detector - Python code to dig and detect log4j vulnerabilities
  • Podman ML Containers - Using containers to run ML workloads for reasearch
  • ArgoCD Vault Plugin - ArgoCD plugin to retrieve secrets from various Secret Management tools

mineops's People

Contributors

kywa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mineops's Issues

Some issues with your documentation: Fedora server SELinux and firewall

I am loving your series. I did notice two things on this page regarding a Fedora install:

https://blog.kywa.io/mineops-part-1/

firewall-cmd --add-port=25565

should be

firewall-cmd --add-port=25565/tcp

otherise, you get an error no protocol is listed.

In addition, on the Fedora server I set up, I had to set SELinux to "permissive" or else I wasn't able to set the firewall OR get minecraft to work The command getenforce will tell you what mode you're in, and setenforce permissive will set permissive for THAT session, but will reset back to enabled on reboot.

If one wants to permanently fix it, you have to set both:

/etc/sysconfig/selinux

You need to set

SELINUX=permissive

or "disabled" if you like, and add it to the command line vua grubby:

grubby --update-kernel ALL --args selinux=0

This will remove SELinux on reboot. Security wise, not the wisest options, but the selinux portion of adding to Mine Ops is probably outside your tutorial's goals.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.