Decode Office 365 Safelinks URLs
Ever get those annoying links that no human should ever have to read in Office 365 emails? Sometthing like: https://nam06.safelinks.protection.outlook.com/?url= »
Anyone else has this software reporter tool and High CPU? First, I don't like the fact there's nothing in Chrome settings to disable this. Secondly, why »
If you're seeing the following running under wsl in Windows it's not a Linux permission, it's a Windows permission issue. Easiest route it to elevate in »
If you run into the error mentioned with the Hosted Build Agents on Windows - I've seen this with the Windows-2019 images -- and you're truly »
UPDATE: 2020-05-8 -- non-hard-coded paths!! Added step for using vswhere.. Recently in order to build Curl, I needed to just simply use the Native x64 command »
If you're running Windows 10 with WSL, built out a Python virtual environment, then running the command to launch the Notebook server - you're probably seeing »
Often when using DNS names behind dynamic IP addresses the IP address might change. But the default for ssh is to ensure that the IP address »
When a long-running Terraform on Azure deployment is happening (or an apply) the token used by Terraform is NOT being refreshed during the operation. Error message »
You get these annoying errors first on a cold kernel in Jupyter notebooks when using Tensorflow and their Keras abstraction. /Users/cicorias/.pyenv/versions/3.7. »
Ever get those annoying links that no human should ever have to read in Office 365 emails? Sometthing like: https://nam06.safelinks.protection.outlook.com/?url= »
For some odd reason, actually not odd, just another annoyance. OneDrive starts complaining about the DS_Store files. doh. find /users/username/onedrivepath/ -name ".DS_Store" »
Sometimes you need to logon to more than one Azure Active Directory (don't ask why). Normally the azure cli tool keeps a file in ./azure about »
git clone https://github.com/magicmonty/bash-git-prompt.git ~/.bash-git-prompt --depth=1 cat >> ~/.bashrc <<EOF if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then GIT_ »
Not sure if Tierney is the true root, but it's where I saw it first. Just follow that thread, there are so many others tacking on »
I've been looking at Docker Compose on Kubernetes, thanks to a pointer from my teammate Clemens Wolff, and had a hard time with mapping the volumes »
I've recently started looking at Strapi. Their default samples look for MongoDB instances. But I wanted to see if it would work with the Azure CosmosDB »
I have an older Razer Blade with a 970 NVidia 0 so, not much memory relative to the 10x series. Was seeing the error in the »
Leaving this here as just a simple get an env variable and 'cast' to boolean is a PITA. But this is what I ended up with. »
First - WHY WHY WHY doesn't the installer just deal with this error? What's clear from the message, or at least to me, is that the »
Performance of WSL and Disk IO The core performance killer is related to Windows Defender, and a primary scenarios is running Node package installers that are »
I must be missing it, but I could never find the Travis CLI already built and published on Docker Hub. So, I just pulled together on. »
If you're launching VS Code from the WSL prompt there are 2 annoyances. The first is the logging messages that appear. The second is it's blocked »
For many websites today TLS (fka SSL) is preferred. For Azure Web Apps, all sites automatically listen on both port 80 and 443 - for HTTP »
Verdaccio, a fork of Sinopia, to the rescue... use with each command or set forever... npm install --registry http://localhost:4978 Good also to know that »
I know there are other scripts, etc. out there. But I can't seem to find them when I need them. So, I created a GitHub repo »
Introduction During the build of the Blockchain Proof of Concept Framework we determined that for greatest configurability and simplistic deployment we needed to have some configuration »
Took a bit of decoding, but an approach to deploy via Azure ARM templates to Azure WebApps on Linux (Preview now), the special properties needed are »
Checkout Ali's presentation from Microsoft //Build code theater. Ali Hajimirza - @Ali92HM »
As with many developers churn happens. So, with the Azure CLI I had installed it previously using pip. However, that's no longer the recommend practice. So, »
Just spouting about some progress I made on reverse engineering some API for Ethstats agent and dashboard that soon will be a FluentD plugin, and with »
One of the main challenges I see is everyone is bringing traditional business processes forward as an attempt to just lay it down on A or »