Other techs

Sponsored links
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...
Other techs

Git “error: cannot lock ref” error

"error: cannot lock ref" error occurs if you create a branch with the existing folder name but a different case. If you create feature/branch-name1 and Feature/branch-name2, this problem likely occurs. You need to remove or rename the branch to give the same folder name.
Other techs

How to write outer join more than 3 tables

How can we write outer join to merge multiple tables? Do you need subquery in the query? This article shows you the solution.
Other techs

Establish SQL Server in Docker container

I tried to establish SQL Server in Docker because I wanted to learn SQL again. Create a Dockerfile and run It's possible...
Sponsored links