Home
Vu Nguyen
Cancel

How to use Cloudflare Access to protect Azure Web App

While deploying my application to Azure Web App, I would like to use the Cloudflare Access to protect my web application. So that only I can use the web application. But the problem is the Azure W...

Azure DevOps - What I Have Done - Part 2

Continue to a (very long) previous post, I will continue to list out some questions but… The answers will be in every single next post (or not 🤦‍♂️) (again) Azure Portal How to use cloudf...

Use OpenSSH in Windows

Sometimes I manage some stuffs using OpenSSH such as convert certificate file from .key format to .pfx format. But it’s hard to find an official binary or installer (at least for me whenever I find...

How to publish local web project to the internet

While developing project locally, sometimes I would like to publish them for client testing or having quickly demonstration. The local project is running on port 8080 http://localhost:8080 Th...

Some useful docker commands

Since docker is ready installed on the machine, when I want to run/build something, I just try to find a docker image and use it right away. So I collect some useful commands for my works, hope it’...

How I install git on Windows

When installing git on Windows, we need to do some steps for installation and setup before working with it so I will keep track them below as well as the reason why I do that. If you have any sugge...

What applications I will install after installing Windows?

Today, I have to move everything in old laptop to the new one so I will try to list out all applications I need to install and how I can keep/reuse their configuration as well. Since I’m a develop...

Create Windows Setup USB boot in BIOS and UEFI mode

As we know most new PC/laptops are using UEFI mode when booting into Windows Setup but I would like to support the legacy BIOS as well because sometimes I will support to help my mom and others a...

How to fix error HRESULT = '8000000A' when building VS Installer

It’s already answered here stackoverflow but I want to take note for later usage in case I forget it again 🤣. Unfortunately we couldn’t address all cases of the command line issue for this rele...

How to create .msi installer using VS Installer

The VS installer extension is very old, out-dated and obsoleted by Microsoft but it’s still the quick and simple way to create an installer for any project. Since I just finished the task relates t...