Create a MultiBoot USB from Linux

I have tested: MultiSystem ( http://liveusb.info/dotclear ) MultiBoot USB (doesn’t exist anymore) Easy2Boot ( https://www.easy2boot.com/ ) VenToy ( https://www.ventoy.net/en/index.html ) For me the best and easiest solution is ventoy. What is […]

Vestacp v-command not working

Normally this happens because the vesta path is not part of your servers exported PATH. Try this: export PATH=$PATH:/usr/local/vesta/bin/ If you want that this left after reboot, then run this: […]