Just wanted to give you all Microsoft Developers out there a heads up on the excellent company Plural Sights! They offer lots of online courses for free, for instance MVC 3 tutorials.
If you, like me, want to watch all tutorials it will just set you back 29 USD / month!
So, what are you waiting for! Head over to Plural Sights and get sharper!
// Lazze
The life of a computer/sci-fy/teccie-nerd :-) Interested in lots of stuff like: Net, C#, Software Architecture, IoT, building stuff (like sensors based on RPI Pico W), Cars, Books, meeting people, learning new stuff, Cyber Security
Thursday, September 15, 2011
Win 8 in the virtual flesh
Want to take Windows 8 for a test spin? Don't want to wipe your main computer doing it? Running it virtual is for you :-)
First things first, here is the URL for downloading Win 8 Developer Preview:
I tried to install Win 8 x64/x86 on VM Workstation 7 and the Virtual PC under Win 7 x64 - alas, no luck! VM Ware reported "unhandled core error" and Virtual PC reported "HAL init error". As a last resort, I tried to install it under Parallels 7 on my MBP(OSX Lion) - and behold, it worked!
Fueled by success, I updated my VM Workstation to version 8 - now it works like a charm! I haven't tried VM Player yet. But if you run into problems, I guess that you can use the trial for Workstation 8 to create the virtual Win 8 machine. Then load it up in the player.
Last, don't forget to install the VM Ware tools!
Some good links:
VM Ware player
Securable(util for checking that you have VT-d and other good stuff)
MS HAV detection tool
Good luck!
// Lazze
I just got confirmation that Win 8 Dev Pre will also run on virtual box.
Subscribe to:
Posts (Atom)
Lazzes Smart Home - 2023
Here is an overview of the components in the Smart Home as of now. More stuff than I tought :-)
-
If you, like me - use VLC mediaplayer to view all your media, you may have run into the same problem as I. That is, when we watch multiple m...
-
1) Define constants const int WM_KEYDOWN = 0x100; const int WM_KEYUP = 0x101; 2) Add interface, IMessageFilter public partial class Form1 : ...
-
The DivX register app is hardcoded to use the System32 folder as path for Rundll32, which of course doesn't exist on a 64bit system. So ...