Get rid of .DS_Store messages in OneDrive 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" -depth -exec rm {} \;
Using Azure CLI with two different credentials 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 your subscriptions, etc. you could just logout/login - but that is a royal pain in the ass. So for example say
A better git bash prompt 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_PROMPT_ONLY_IN_REPO=1 source $HOME/.bash-git-prompt/gitprompt.sh fi EOF
npx business cards - gone viral so fast... 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 with updates, modifications, etc. Fortunately a friend of mine took the npm shawn package years back. So, for me it's:
Docker Compose on Kubernetes - Windows Volume Syntax 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 from the host. My first compose file looked like this: # Use root/example as user/password credentials version: '3.6'
Strapi Open Source API CMS using Azure CosmosDB Emulator 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 Emulator - then how it works with Azure CosmosDB. So far, it's worked flawlessly... Setup Once you git clone the
Keras Tensor flow CUBLAS_STATUS_NOT_INITIALIZED 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 logs totalMemory: 6.00GiB freeMemory: 5.02GiB 2018-12-13 21:56:56.358056: I tensorflow/core/common_runtime/gpu/gpu_device.cc:1511] Adding visible