When you try plotting on a graph Splunk metric split by a dimension with the same name (as the metric itself) will show NULL instead of the dimension.

When you try plotting on a graph Splunk metric split by a dimension with the same name (as the metric itself) will show NULL instead of the dimension.

So I want to use the same SSH Public key to be able to authenticate across multiple Linux VMs that I’m building in Azure in Terraform. While I did find a lot of examples (including among Terraform example repo) of how to do it if you have the key stored on your local machine I couldn’t find (or didn’t search long enough) how to use an SSH key stored in Azure Key Vault while building Azure Linux VMs using Terraform.
Continue reading How to use an SSH key stored in Azure Key Vault while building Azure Linux VMs using TerraformIf you ever wished to customise Breville Barista Pro expresso shot size, but didn’t know how, you’ve come to the right place.
Continue reading How to customise Breville Barista PRO Expresso Shot SizeThere are many different options for Funded start-ps to get free credits from various cloud providers, but choosing a cloud provider for a Bootstrapped startup is a bit harder.
Some might have already a preference towards one cloud provider over another (based on their experience or other factors), but here I’m trying to compare them from a pure “free cloud provider credits for a bootstrapped startup” perspective,
Continue reading Choosing a Cloud Provider for a Bootstrapped StartUpOnce in a while, when working with Jinja templating engine, you might need to create a random Bit Set with Jinja. Some might also call it a Binary Flag Set.
Basically, this will be a binary number (for example 10110) where each digit (bit) represents whether something is on/enabled/present or off.
In some systems, this binary number is actually stored as a base 10 integer. So 10110 will be stored as 22.
Once in a while, when working with Jinja templating engine, you might need to create a random GUID with Jinja.
Continue reading Create Random GUID with JinjaI’m currently working on a new website best-vegetarian.com that will help you find the best vegetarian restaurants in your area.
If you would like to hear when it’s launched please register —>

Are you running out of Google Drive storage but don’t want to actually pay for Google One, here is how to get Google One for free.
Technically it still costs money, but there is a way to actually let Google pay you to pay the monthly fees for Google One.
Continue reading Get Google One for FREE on Android and iPhoneJoshua Fields Millburn & Ryan Nicodemus discuss living a meaningful life with less. With more than 100 million downloads, The Minimalists Podcast is one of the most popular podcasts in the world.
Here are the Top 5 books mentioned on The Minimalists podcast (excluding the books authored by Joshua and Ryan themselves).
Continue reading Top 5 books mentioned on The Minimalists podcastHere is how you can format Scrapy export of your items
For all of these options make sure that your spider actually yields some results in your parse method.