ancientitguy.hashnode.devGet NeoVim plugins with build processes working on WindowsTL;DR In this post I show or share a PowerShell script to install LLVM / mingw / make toolchains on Windows to be used by NeoVim plugin build processes how to install Microsoft Build Tools with winget (that in the end did not qualify for all build...Sep 27, 2023·7 min read
ancientitguy.hashnode.devAzure VM based on CBL-Mariner with Nix package managerMotivation In a previous post I was showing how to bring up a disposable CBL-Mariner* VM using cloud-init and (mostly) the dnf package manager. As I explained in that post, it takes some fiddling around to find sources for various packages and also t...Jul 29, 2023·8 min read
ancientitguy.hashnode.devShare NeoVim configuration between Linux and WindowsMotivation As posted on techhub.social I am currently to stretch myself again and move out of the VS Code comfortzone into NeoVim ecosystem. That also entails that I want to use NeoVim on both : Linux and Windows. On Linux I already create a basic Ne...May 29, 2023·2 min read
ancientitguy.hashnode.devPrivate linking an Azure Container App Environment (May'23 update)This post is an updated version of my Feb'22 post "Private linking an Azure Container App Environment", uses Bicep instead of Azure CLI to deploy Private Linking configuration but is reduced to the pure configuration without jump VM and sample applic...May 21, 2023·4 min read
ancientitguy.hashnode.devPrivate linking and port forwarding to non-Azure resourcesTL;DR What can be seen in this post: use a Load Balancer combined with a small sized VM scaleset (VMSS) configured with iptables to forward and masquerade incoming connections to 2 IP addresses which represent 2 on-premise servers; this installation...Apr 5, 2023·14 min read