About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (20)
- Development (208)
- Security (17)
- Test (32)
- Tooling (166)
- Uncategorized (168)
Most used tags
Tag Archives: chocolatey
Chocolatey install prey
I’m becoming a huge fan of chocolatey and powershell for automation of my environment. Today I wrote a little script to complement my development environment with prey. Prey lets you keep track of your laptop, phone and tablet whenever missing, … Continue reading
Chocolatey on Azure provision
A recent update on the Windows Azure platform enables you to run a custom powershell script when creating a new Virtual Machine. It can be configured on the last step of the Wizard. This is where chocolatey can do it’s … Continue reading
Posted in Tooling
Tagged chocolatey, nservicebus, sqlserver, virtual machine, Windows Azure
Leave a comment
Week 20 roundup
Last week recap an links: Nice post from Matt Wrock about scripting your Cloud environments. Automate the Complete Windows Environment Setup and Configuration Octopus deploy released version 2.4.5 and asks the community to create reusable deployment steps in this blogpost. … Continue reading
A first encounter with Chocolatey
Think of Chocolatey as a nuget repository with software to install on Windows. Or apt-get for Windows. I’ve tested it for Particular software. Installation This is simple, just past one line in a command box and wait for it to … Continue reading