Dev Blog - Day 1;

Having jumped back and forth between Coderwall and the QuietThyme blog, I’ve found that sometimes the content I want to talk about just doesn’t fit in.... »

HyperV How to allow remote access to MMC Snap Ins

http://blogs.technet.com/b/server_core/archive/2008/01/14/configuring-the-firewall-for-remote-management-of-a-workgroup-server-core-installation.aspx Not every MMC snap-in has a firewall group, here are those that do: MMC Snap-inRule GroupEvent ViewerRemote Event Log ManagementServicesRemote Service ManagementShared FoldersFile and Printer... »

Create a Service on Server 2008

http://support.microsoft.com/kb/251192 How to create a service from an exe on server 2008 sc create CustomUTorrent binPath= "D:\uTorrent\uTorrent.exe" start= boot start= auto error= ignore obj= <Domain\Username> password=... »

Hyper V Server No Network Connection After External Virtual Network

Run nvspscrub.js /P to clear all Virtual Networks https://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/708aef60-05ad-40ed-af70-5ddcaf2a7a36 https://social.technet.microsoft.com/Forums/en/winserverhyperv/thread/7f92804c-0489-48b6-92da-6cf03902406d https://social.technet.microsoft.com/Forums/en-US/winserverhyperv/thread/e6eb2454-084c-4754-9075-6f22ca717f2b/ »

Incredible Javascript Patterns Resource

https://addyosmani.com/resources/essentialjsdesignpatterns/book/#revealingmodulepatternjavascript https://addyosmani.com/resources/essentialjsdesignpatterns/book/#revealingmodulepatternjavascript What is a Pattern? ‘Pattern’-ity Testing, Proto-Patterns & The Rule Of Three The Structure Of A Design Pattern Writing Design Patterns Anti-Patterns Categories Of... »