[DEPRECATED] Working with Virtual Machines v1.5 Reviews
18630 reviews
KWANGHOON L. · Reviewed أكثر من 7 سنوات ago
4 stars
junghyun c. · Reviewed أكثر من 7 سنوات ago
Agrata K. · Reviewed أكثر من 7 سنوات ago
Agrata K. · Reviewed أكثر من 7 سنوات ago
Reshma S. · Reviewed أكثر من 7 سنوات ago
Reshma S. · Reviewed أكثر من 7 سنوات ago
ok
Shiva P. · Reviewed أكثر من 7 سنوات ago
paul f. · Reviewed أكثر من 7 سنوات ago
Daniel F. · Reviewed أكثر من 7 سنوات ago
MYKHAYLO S. · Reviewed أكثر من 7 سنوات ago
Sedona H. · Reviewed أكثر من 7 سنوات ago
Nicolas E. · Reviewed أكثر من 7 سنوات ago
Vivek A. · Reviewed أكثر من 7 سنوات ago
Aliaksandr Z. · Reviewed أكثر من 7 سنوات ago
Francesco S. · Reviewed أكثر من 7 سنوات ago
Pavel B. · Reviewed أكثر من 7 سنوات ago
Server maintenance step is broken. No point awarded. I know i followed the exact instructions
Gregory U. · Reviewed أكثر من 7 سنوات ago
Sergey S. · Reviewed أكثر من 7 سنوات ago
Clément B. · Reviewed أكثر من 7 سنوات ago
Victor B. · Reviewed أكثر من 7 سنوات ago
Aliaksei D. · Reviewed أكثر من 7 سنوات ago
Muhammad F. · Reviewed أكثر من 7 سنوات ago
YOUNGHUN Y. · Reviewed أكثر من 7 سنوات ago
3
Younguk C. · Reviewed أكثر من 7 سنوات ago
I noticed errors while running backup.sh google2486574_student@mc-server:/home/minecraft$ . /home/minecraft/backup.sh No screen session found. Maybe this is because we run script as non-root user, but previously we started screen as root sudo screen -S mcs java -Xms1G -Xmx7G -d64 -jar /home/minecraft/minecraft_server.1.11.2.jar nogui simple fix would be just to add sudo before screen commands in backup.sh #!/bin/bash sudo screen -r mcs -X stuff '/save-all\n/save-off\n' /usr/bin/gsutil cp -R ${BASH_SOURCE%/*}/world gs://${YOUR_BUCKET_NAME}-minecraft-backup/$(date "+%Y%m%d-%H%M%S")-world sudo screen -r mcs -X stuff '/save-on\n' (I tested it and it seems to work) Also each run of startup-script adds one line to crontab. Not so important, but anyway. (crontab -l ; echo "0 */4 * * * /home/minecraft/backup.sh")| crontab - And at the end of lab we got 0 */4 * * * /home/minecraft/backup.sh 0 */4 * * * /home/minecraft/backup.sh in crontab. Simple fix could be to grep output of crontab -l. Something like this (crontab -l | grep -v /home/minecraft/backup.sh ; echo "0 */4 * * * /home/minecraft/backup.sh")| crontab - (but I not tested it :)) Sorry for long message, and thanks for great course!
Den P. · Reviewed أكثر من 7 سنوات ago
We do not ensure the published reviews originate from consumers who have purchased or used the products. Reviews are not verified by Google.