Last active
October 5, 2021 10:56
-
-
Save ffyuanda/f10ed75745807127b4f484aefb375d6c to your computer and use it in GitHub Desktop.
Common commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [top] | |
| top -p `pgrep -d "," java` | |
| [chmod/chown] | |
| chown -R runoob:runoobgroup * | |
| [docker] | |
| sudo docker-compose up --force-recreate --build -d | |
| sudo docker exec -it minecraft bash | |
| sudo docker logs -f minecraft | |
| sudo docker exec -i minecraft rcon-cli |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment