Help make the cloud better - looking for respondents to a quick survey...
Here's a direct link - if the popup doesn't show. Survey var q_viewrate=100; if (Math.random() Click Here »
Per the npm documentation, this is the script to use: Here's the gist #!/bin/sh set -e set -x for package in $(npm -g outdated --parseable »
Yea, I switched to macOS two years ago as I came from a nix background. I had Surface Book, Surface Pro, Lenovos, all running Windows 10. »
If you want to test the write speed, use the following: time dd if=/dev/zero bs=1024k of=tstfile count=1024 2>&1 »
For some reason this link fails to come up in reasonable time in search both Google and Bing. https://www.microsoft.com/en-us/software-download/windows10startfresh »
I have way too many things in dogfood. This is just a reminder on some RMS issues that I've been having lately on OS X (macOS) »
As a reminder to my self... In Carthage if you start seeing errors "Must specify two-factor authentication OTP code"... One way is to specify via an »
Not sure about you but I've been waiting a long time for NAT to be part of HyperV on Windows client. The "other" guys have it »
docker rm --force $(docker ps -q -s) docker rmi --force $(docker images -q) »
Too often I'm joining teams, meetings, hacks, that the center of focus is the technology implementation. STOP!!!!! The tech really does not matter. In fact, the »
For some reason my CocoaPods was working just fine - until this morning. ... So, this seems to cleanup and freshen real nice... pod repo remove master »
From a shell... sudo groupadd docker sudo usermod -aG docker $USER Logout and on again - run docker ps If no errors, you should see what »
Just needed a simple static web server.. The following Dockerfile does it. »
I just installed iCloud for Windows as I have quite a bit up on iCloud now, and even paying for the 100GB plan. Problem is I »
Here's a direct link - if the popup doesn't show. Survey var q_viewrate=100; if (Math.random() Click Here »
Note: Once I get my old blog history back - which has a bunch of Azure REST stuff, you can go to https://blogs.msdn.microsoft. »
Azure Functions One nice feature of Azure Functions is that you can run your functions and develop locally. This is for C#, Node.JS, Python, Batch, »
Great trip Got back about a week ago from the #hack4humanity Hackathon that occurred in Instanbul, Turkey as part of the United Nations World Humanitarian Summit. »
Background For the past year, I’ve been an adjunct at a University in NYC teaching a master’s level computer science course on Web and »
It's great to be part of a team, apparently called John Shewchuk's merry band of engineers, that's hosting this inaugural open source conference. If you can »
Sorry about loss of the old posts; I'm in the process of migrating all the Community Server (omg that's so OLD) to the Ghost Blogging Engine. »
This script here helps in creating VHD’s on the fly. Recently I needed to quickly create some VHDX from an ISO that are “arm-able” »
Azure Blob Storage Perf Testing Tool This is a simple testing tool using Mocha that provides upload speed testing when modifying the parallelOperationThreadCount setting that is »
2-step verification is becoming more prevalent. This is the process where when you logon to a web site, or application, you might provide something you know »
I get from various folks some requests for updates, information, etc. about this tool, so, I’ve put it up on Github so others can just »
<?xml version="1.0" encoding="utf-8"?> <style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" version="1.0" demote-non-dropping-particle="sort-only"> »
This one deals with a single site… Again, I’m a tidy person. $appCmd = "C:\Program Files (x86)\IIS Express\appcmd.exe" $result = Invoke-Command -Command {& »
Sometimes you just need to resort to something simple. I don’t recommend this in anyway for a real security plan / hardening. You should be using »
Using the work of John Bledsoe, a NuGet package has been added that takes a dependency on AngularJS.Core – and provides the angular.intellisense.js file »
I’ve dropped a quick Visual Studio solution that has a simple Azure WebJob intended to run Continuously that does a Socket open (TCPPing) for a »
NOTE: Azure Resource manager is in Preview. Thus, anything posted here may change. However, the approach for identifying what resources are available for update and registered »