The following network definition cost me some time. I read in an article that the package “bridge-utils” is deprecated and is not required anymore to create network bridges under Debian and it’s derivatives. Let’s start with the code because that’s what I would be interested in, if I was looking for a solution. Code Just… Continue reading Creating network bridges without “bridge-utils”
Month: May 2021
Generating a less problematic public/private key file
To use this tutorial OpenSSH has to be installed on Windows. This can be easily done with the following command. To execute it, PowerShell has to be started as administrator: I had problems with key files in the OpenSSH format: These files are created when using the plain “ssh-keygen” command: I was, for example, not… Continue reading Generating a less problematic public/private key file
Create a simple .NET core library
In my last post I summed up my Azure DevOps setup at home. When the machine is running, the application is set up and the services are started the first tasks can be added. In this post I want to show how to create a simple solution that offers the following functionality. A simple library… Continue reading Create a simple .NET core library
AllInOne DevOps solution
“Learning” for me means “practicing”. That’s why I started initializing every single small project with a Git repository, setting up a simple build pipeline and exporting artifacts to a central repository and I do this for Java projects (Gradle, Maven) in the same manner as for .NET projects (dotnet, NuGet). One might ask now: Why… Continue reading AllInOne DevOps solution