Recently had a virtual machine show up with a disk size of 0MB in the Vmware client. The machine was still running however Veeam backups were failing.Checking […]
How to scrape Ikea for a list of All Products
Looks like the main scrapers I found are Import.io and Octoparseimport.io gives you a free 7 day account with 500 Requests) Get a list of all products […]
Interactive Training for SQL and RegEx
https://sqlbolt.com/https://regexone.com/
Windows 10 Slow to Open Task Manager then crashing system
Turns out its Webroot : https://answers.microsoft.com/en-us/windows/forum/windows_10-performance/opening-task-manager-slows-pc-to-crawl-windows-10/1364be65-bc5c-48e3-9d89-12f78f88efaf?page=4 You have to Allow App Protection for Firefox and Chrome and shutdown and reopen webroot ( Its fixed on the beta version )
Papercut : no potential redirect queues
After a machine was offline for a week users could not print anymore with the error no potential redirect queuesLogin to Papercut , Under Printers Choose the […]
Learning Bootstrap 4.0
Recently found a really cool site : https://scrimba.com/ for learning how to code new languages and thought I would share my notes Tables12 Columns width by default needs to […]
Setting MTU to Jumbo Frames on Server 2012 Core, Extreme Summit Stack and MSA 2040
MSA : Inbound ErrorsHP MSA 2040 Now according to here : MTU is 8872 ( 8900 ) no 8972 ( 9000 )Make sure this is enabled on the SANExtreme […]
can’t be opened because the identity of the developer cannot be confirmed
When trying to install an App on a Mac , the following error showed up with no way to continuecan’t be opened because the identity of the […]
Deploying Sharepoint Lists stssync : Do you want to allow this website to open a program on your computer?
After deploying some sharepoint lists using Group Policy via Microsoft Outlook 2016/Account Settings/SharePoint ListsThe Lists would not add unless the user had clicked Allow to this error : Do […]
How to remotely Get a List then Uninstall a Program via WMIC ( CMD )
Get a list of programs currently install wmic /node:<REMOTE HOSTNAME> product get name, version, vendorHow to uninstall the Programwmic /NODE:<REMOTE HOSTNAME> product where (name=”Windows Agent”) call uninstall