Bytes and Bites of Internet
Archive for April, 2013
Setting up Domain Controller in Virtual System … Part I
Apr 28th
If you are like me, who like to “experiment” with random software downloaded from Source Forge, CodePlex or anything alike … on top of working on bunch of side projects in different work environments … and you have a “bug” in your mind which make you learn anything and everything .. then I am sure that you have always craved to have a domain controller of your own .. I mean imagine about trying different networking theories to server-client application development to database management …
But biggest issue with having personal Domain Controller is you need separate hardware which you can use as a domain controller and it has to be running all the time which could be biggest constraint for many follow IT Professionals and if you are cheapskate like me then you probably have very nice machine but just 1 or 2 machines (not talking about puny laptops … but bigass desktops)… and you want to get as much juice as you can get from that beast (!!) . But if you are not that serious then you can actually use one virtual machine to be as Domain Controller and many other virtual machines as your toys. And in this post I am going to show step by step how to do that ….
To my surprise there are not many “how to” available about setting up domain controller using virtual machines .. hack they don’t have much posts about setting up DC with real hardware !! So it took me real long .. and many tries to have some proper machine to have working domain controller (some were due to unforeseen side effect of using virtual machine). Mainly because this process is not as straight forward as it seems (or that’s what networking guys makes you think )… Okey enough babbling … now the process ….
First you need a good clean virtual machine with new SIDs. Alternatively you can create your own clean image using SYSPREP (built into Windows). I can’t stress enough that if you have an existing image of virtual machine make sure that you use this SYSPREP to prepare nice clean image and use THAT image to setup DC otherwise you will run into weird issues and you will spend hours scratching your ….. head . I am using evaluation edition Windows Server 2008 R2 Enterprise, because later on I also want to setup 2 node cluster but that will take some time
for now just stick with current task at hand … setting up virtual Domain Controller.
If the image is created using SYSPREP then once booted, it will do some installation and configuration of OS.
![]() |
![]() |
![]() |
No Google Store update for my Nexus 7
Apr 14th
Apparently there is update for Google store. And now it has very sleek ‘n sexy UI. I have got this update few days back in my Galaxy Nexus … but it looks like that for some odd reasons my Nexus 7 haven’t received this update till now !! Actually there are APKs available for download for store but I am bit of hesitant of install anything from not known resource. I guess I will wait (while someone replies to my question at XDA) and see what happens …
![]() |
![]() |
Or may be I will finally decide to install Cyanogenmod on my Nexus 7 just like my Galaxy Nexus
BI templates in Visual Studio 2012–SSDT BI tools
Apr 9th
If you have used new Visual Studio 2012 then you know that it is missing one of very useful “feature” for SQL Server guys. That was BI templates for different projects of SSRS, SSIS and SSAS. And it as one of the main reasons for me not moving completely to VS 2012. But few weeks back MSFT released sort of update for Visual Studio 2012… it is called SSDT BI tools (SQL Server Data Tools – Business Intelligence for Visual Studio 2012).
This is about 800 MB download and once installed it will add BI project templates in VS 2012.