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... 2022.10.12 Other techs
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... 2022.09.30 Other techs
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... 2022.08.19 Other techs
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... 2022.08.17 Other techs
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... 2022.08.15 Other techs
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 ... 2022.08.12 Other techs
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... 2022.03.21 Other techs
Other techs Bash fails in Gradle task on Azure pipeline with windows-2022 Azure pipeline, CI, continuous integration 2022.03.16 Other techs
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... 2022.02.18 Other techs
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... 2022.01.24 Other techs