
{"id":423,"date":"2019-03-13T19:25:17","date_gmt":"2019-03-13T19:25:17","guid":{"rendered":"http:\/\/timallen.name\/?p=423"},"modified":"2019-03-22T00:24:50","modified_gmt":"2019-03-22T00:24:50","slug":"basic-windows-10-vm","status":"publish","type":"post","link":"https:\/\/timallen.name\/index.php\/2019\/03\/13\/basic-windows-10-vm\/","title":{"rendered":"Basic Windows 10 VM"},"content":{"rendered":"\n<pre class=\"wp-block-preformatted lang:default decode:true crayon-selected\">!\/bin\/bash\n\n#-boot d \\\n#-cdrom win_10_pro_64.iso \\\n#-cdrom QuickBooks2013InstallCD.iso \\\n#-monitor stdio \\ \n\nqemu-system-x86_64 \\\n         -enable-kvm \\\n         -cpu host \\\n         -machine q35 \\\n         -m 8G \\\n         -smp cores=2,threads=2 \\\n         -usbdevice tablet \\\n         -vnc :1 \\\n         -rtc clock=host,base=localtime \\\n         -daemonize \\\n         -cdrom $HOME\/Backups\/Win10_1809Oct_English_x64.iso \\\n         -drive file=$HOME\/VMs\/Windows_C.img,format=raw,index=0,media=disk\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>!\/bin\/bash #-boot d \\ #-cdrom win_10_pro_64.iso \\ #-cdrom QuickBooks2013InstallCD.iso \\ #-monitor stdio \\ qemu-system-x86_64 \\ -enable-kvm \\ -cpu host \\ -machine q35 \\ -m 8G \\ -smp cores=2,threads=2 \\ -usbdevice tablet \\ -vnc :1 \\ -rtc clock=host,base=localtime \\ -daemonize \\ -cdrom $HOME\/Backups\/Win10_1809Oct_English_x64.iso \\ -drive file=$HOME\/VMs\/Windows_C.img,format=raw,index=0,media=disk<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[9,14],"tags":[],"class_list":["post-423","post","type-post","status-publish","format-standard","hentry","category-general-programming","category-unix-administration"],"_links":{"self":[{"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/posts\/423","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/comments?post=423"}],"version-history":[{"count":4,"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/posts\/423\/revisions"}],"predecessor-version":[{"id":436,"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/posts\/423\/revisions\/436"}],"wp:attachment":[{"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/media?parent=423"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/categories?post=423"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/timallen.name\/index.php\/wp-json\/wp\/v2\/tags?post=423"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}