Giter VIP home page Giter VIP logo

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.