How To Suppress DHCP Popups In NETUI
Originally posted on: http://geekswithblogs.net/DougMoore/archive/2017/03/12/how-to-suppress-dhcp-popups-in-netui.aspxWorking on a CE device that presented a kiosk application I wanted to find a way to...
View ArticleWriting your first adapter for Enzo Unified
Originally posted on: http://geekswithblogs.net/hroggero/archive/2017/03/14/writing-your-first-adapter-for-enzo-unified.aspxThis blog post shows you how to write your first adapter using the Enzo...
View ArticleUsing Measure-Object to sum file sizes in Powershell
Originally posted on: http://geekswithblogs.net/alexhildyard/archive/2017/03/15/using-measure-object-to-sum-file-sizes-in-powershell.aspxBe aware that this line:gci -r "C:\temp\test" | measure-object...
View ArticleENZO UNIFIED - DEV CONTEST 2017
Originally posted on: http://geekswithblogs.net/hroggero/archive/2017/03/15/enzo-unified---dev-contest-2017.aspxCompete for a chance to win $2,000!That’s right. We are offering a $2,000 first prize for...
View ArticleKeras QuickRef
Originally posted on: http://geekswithblogs.net/JoshReuben/archive/2017/03/17/keras-quickref.aspxKeras QuickRefKeras is a high-level neural networks API, written in Python that runs on top of the Deep...
View ArticleDistributed TensorFlow Pipeline using Google Cloud Machine Learning Engine
Originally posted on: http://geekswithblogs.net/JoshReuben/archive/2017/03/17/distributed-tensorflow-pipeline-using-google-cloud-machine-learning-engine.aspxOverviewTensorFlow...
View ArticleSQL Server - Kill any live connections to the DB
Originally posted on: http://geekswithblogs.net/renso/archive/2017/03/17/sql-server---kill-any-live-connections-to-the-db.aspxOften you need to restore a DB or take oit offline only to find out the...
View ArticleIndian Scammers Company get Google cloud partnership. Now how they fool the...
Originally posted on: http://geekswithblogs.net/anirugu/archive/2017/03/18/indian-scammers-company-get-google-cloud-partnership.-now-how-they.aspxSome days ago I register for this event...
View ArticleThe Twist at the Crossroads
Originally posted on: http://geekswithblogs.net/buildbetter/archive/2017/02/21/242834.aspxAlexis Pratsides Founder / MintTwistThe path from developer to founder is not always through a single app or...
View ArticlePowershell to monitor Server Resource and make html report for a set number...
Originally posted on: http://geekswithblogs.net/GinoAbraham/archive/2017/03/21/powershell-to-monitor-server-resource-and-make-html-report-for.aspxWhile building a SharePoint farm for a project, i did...
View ArticleCustom Role Claim Based Authentication on SharePoint 2013
Originally posted on: http://geekswithblogs.net/GinoAbraham/archive/2017/03/21/custom-role-claim-based-authentication-on-sharepoint-2013.aspxWe had a requirement in a project to authenticate users in a...
View ArticleAppDynamics Disk Space Alert Extension: Windows support
Originally posted on: http://geekswithblogs.net/alexhildyard/archive/2017/03/24/appdynamics-disk-space-alert-extension-windows-support.aspxI've added a Powershell port of this shell script to support...
View ArticleIntegrating ASP.NET Core With Webforms Using IIS URL Rewrite
Originally posted on: http://geekswithblogs.net/mrsteve/archive/2017/03/25/run-asp-net-core-mvc-alongside-webforms-iis-url-rewrite.aspxI'm currently updating a legacy ASP.NET WebForms application to...
View ArticleZoho: Get user's current location in Form
Originally posted on: http://geekswithblogs.net/ptahiliani/archive/2017/03/25/244516.aspxProblem: Many times website we want latitude and longitude information of user who is currently filling the Zoho...
View Articleasp.net core as a windows service
Originally posted on: http://geekswithblogs.net/foxjazz/archive/2017/03/31/asp.net-core-as-a-windows-service.aspxPosting this to remind myself that nssm just doesn't suck.If you want to run a windows...
View ArticleSQL Database is in use and cannot restore
Originally posted on: http://geekswithblogs.net/renso/archive/2017/03/31/sql-database-is-in-use-and-cannot-restore.aspxUSE masterGOALTER DATABASE <mydatabase>SET SINGLE_USER--This rolls back all...
View ArticleHow to use Bower to install packages
Originally posted on: http://geekswithblogs.net/anirugu/archive/2017/04/01/how-to-use-bower-to-install-packages.aspxIn VS 2017, you have choice to install ui components by using bower. If you work...
View ArticleNested Enumerable::Any in C++/CLI (difficult++)
Originally posted on: http://geekswithblogs.net/THines01/archive/2017/04/19/244531.aspxI frequently use the construct in C# (C-Sharp) to cross-reference the contents of two repositories simultaneously...
View ArticleBizTalk Server best articles
Originally posted on: http://geekswithblogs.net/LeonidGaneline/archive/2017/04/24/biztalk-server-best-articles.aspxTo simplify navigation on the BizTalk articles, I've selected only the best...
View ArticleRedirect Standard Error to Output using PowerShell
Originally posted on: http://geekswithblogs.net/BobHardister/archive/2017/04/25/redirect-standard-error-to-output-using-powershell.aspxWe use LiquiBase for Database change control and Octopus for...
View Article