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
# Для бэкапа мира, из docker volume копируем содержимое текущего сервера, к себе на копьютер | |
# Если залогинены в терминале в облаке, разлогиньтесь, Т.к. оттуда будем копировать к себе в текущую дирикторию | |
# процесс копирования займет какое-то время | |
scp -r <Логин В Терминале Облака>@<Публичный IP>:/var/lib/docker/volumes/minecraft/_data/world . |
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
Original Minecraft Head is 8x8 pix, | |
in order to put it as your profile picture you can re-draw it | |
using the template below. (I haven't find the propper one, so it's my hand made:/) |
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
# Для того, чтобы использовать Python в nteract, его нужно установить :3 | |
# Заходим в терминал, я сделал это в PyCharm | |
# Пишем | |
python -m ipykernel install | |
# В nteract во вкладке Runtime должен был появится Python | |
# Выбираем и наслаждаемся! |