Gentlemen, I did nothing special, just have a nice pipe to downloand from. Then just cat the file to one larger as instructed:
simply put - cat part1 part2 part3 > whole
but used - cat *.part* > ultimate-edition-8-in-one-bluray.iso which just says, "cat all files, with .part all, and output to isoname.iso."
Examples I commonly use for troubleshooting:
dmesg >> dmesg.txt
cat /var/log/messages* >> /home/micro/messages.txt
Same principles
Then just mounted the iso in VBox and tested...Thats all.
