Command Line Equivalent of wuauclt in Windows 10 / Windows Server 2016
Windows Update with Windows 10 & Windows Server 2016 was modified so that it could be integrated with the new UI. The old Windows Update is now gone
guest@OMG Debugging:~ ls posts/ --sort=date
Personal notes on code, cloud, and the weird errors that show up at 3 AM.
Windows Update with Windows 10 & Windows Server 2016 was modified so that it could be integrated with the new UI. The old Windows Update is now gone
This is a pet project on which I have been working on for quite some time. Earlier, I made the project complex for unnecessary reasons (Experience matters! ) so
Recently, I was tasked with a project which dealt with Azure ARM Templates. For those who don't know, ARM Templates are basically JSON files which allow
I had to restore a Wordpress Backup on a test site and I was using simple cp command with the -r (Recursive) switch. While setting up the blog,
This is going to be a short post :( For people who don't know the terms used in the title, they are nothing but ways to format
Have you ever wondered about the best and fastest way to host a Meteor JS Web Application? If yes, worry not because after spending quite some time bashing
Few days back, I was asked by Tushar Mishra if we both could host his blog alongside my blog. His blog is based on WordPress platform which meant
I assembled a PC in January whose sole purpose was gaming. From Day 1, I had been noticing several freezes on the system. The system used to freeze
I have been using Git for quite some time now and recently started using GitHub to increase my share of contribution to open source software. On finding the
There are often times when you have to copy files from one place to another in a C# application. While developing BSOD Inspector, I did not use the