Other techs

Sponsored links
Other techs

VSCode + WSL2 + devcontainer for dev environment

If we could establish dev environment in a Docker container, it is easy to share the environment. It's easy to set up th...
Other techs

Makefile How to use variables defined in a config file

It took me a while to clarify how to import variables from a config file.We have makefile.env and define environment var...
Other techs

Task failed because AxImp.exe was not found

I got the following error when MSBuild.exe builds a C# project.error MSB3091: Task failed because "AxImp.exe" was not fo...
Other techs

ksplashqml closed unexpectedly during VM creation with VirtualBox

I will write what I did to solve some problems for VM creation. In a new project where I work, it's complex infrastructu...
Other techs

PowerShell Try-Catch-Finally error handling

While coding in PowerShell, error handling is necessary. Even though the code is small enough, we want to know why it fa...
Other techs

PowerShell Install msi silently

PowerShell. I sometimes need to use it. Whenever I use it, I have to google it to know how to do it.This time, I needed ...
Other techs

Setup a port forwarding by batch file

I needed to set up a port forwarding to access a machine via another machine. The setting was reset whenever the machine...
Other techs

Bash fails in Gradle task on Azure pipeline with windows-2022

Azure pipeline, CI, continuous integration
Other techs

How to debug no console app with nssm

I needed to debug an application that is run as a windows service registered by nssm. The behavior that I wanted to inve...
Other techs

Git big commit vs small commit

Git is one of the important code management systems that is widely used. It is an essential tool for me. If it's not bei...
Sponsored links