Ubuntu on Windows Subsystem for Linux (WSL 2) can't open /var/run/atd.pid to signal atd. No atd running? Jun 20, 2021 When trying to add a scheduled script using at on Ubuntu in Windows Subsystem for Linux (WSL 2) using the following command: ...
VS Code Interactive Notebook '*-*' is not a valid version string Jun 20, 2021 When installing a NuGet Package in a VS Code Interactive Notebook with a C# (. ...
Cloudflare Pages /opt/build/bin/build: line 39: zola: command not found Mar 31, 2021 While deploying a test Zola site to Cloudflare Pages I recieved the following error in the build logs: ...
Delete AWS CloudFront Cache Automatically when Building and Deploying with CodeBuild Mar 28, 2021 I use AWS CodeBuild to build and then deploy this Hugo static site to s3. ...
BlazeMeter does not support the inline scenario configuration. Please make sure you configure the scenarios outside the execution section. Jul 3, 2019 I was recently doing some load testing for a client and when uploading our Taurus YAML tests into the Blazemeter console we recieved the following error: ...
Deploy Dotnet Core Blazor Client Side Static Site to AWS Amplify Apr 5, 2019 I have been playing around with . ...
Deploy Static Site to AWS on Commit Apr 5, 2019 This is a quick cheat sheet for the steps involved to create a manual pipeline to deploy a static site with CDN and HTTPS to AWS automatically on commit, the simple solution nowadays is to use [Amazon’s Amplify] (https://aws. ...
Running a Custom Docker Image on Amazon CodeBuild Apr 5, 2019 I needed to use a custom docker image for some Dotnet Core 3 work with Amazon CodeBuild and hit into a few issues that took a bit of digging around to find, so thought I’d leave the here should anyone else need the same info. ...
Coding Quotes Apr 3, 2019 This is a dumping ground for software development quotes I have collected over the years that resonated with me (work in progress): ...
Specifying a Redis Connection String with Dot Net Core and Microsoft.Extensions.Caching.StackExchangeRedis Mar 21, 2019 The documentation seems to be a bit sparse when it comes to specifying connection strings with the Microsoft. ...