Kategorie: Sonstiges

  • vim on Windows

    vim on Windows

    As a former and still partial Linux nerd, I love „vim“. Here is a quick guide on installing vim on a Windows machine. I use chocolatey so type choco install vim To install Chocolatey, visit the homepage and use the provided Powershell script. To get rid of backups, either deactivate them or change the backup…

  • Azure Pipelines & CAST Highlight

    Azure Pipelines & CAST Highlight

    The CAST Highlight tool is just another static code analysis tool and part of our SecDevOps portfolio. So the task was to integrate it into the Azure pipeline after creating a tag. Failure #1 The first attempt to use the Azure Marketplace Add-In did not work for me. It returns that a wrong Java version…

  • Powershell 7 and „Trusted Publishers“

    Untrusted Publishers Recently, I installed `Powershell 7` and was using it for a while. After settings my code security to AllSigned, I got the following error. File C:\…\PSReadLine.format.ps1xml is published by CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US and is not trusted on your system. Only run scripts from trusted publishers. This is a little…