보관함

cmd 대신 사용하는 powershell 의 prompt에서 git branch확인

Install-Module posh-git -Scope CurrentUser Install-Module oh-my-posh -Scope CurrentUser if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force } notepad.exe $PROFILE

admin 권한으로

Set-ExecutionPolicy -Scope LocalMachine -ExecutionPolicy RemoteSigned -Force

iis express 에서 custom domain 테스트 할때

관리자 모드로

netsh http add urlacl url=http://a.com:53351/ user=everyone netsh http add urlacl url=http://b.com:53351/ user=everyone netsh http show urlacl netsh http delete urlacl url=http://a.com:53351/ netsh http delete urlacl url=http://a.com:53351/

hosts 파일에 추가

a.com b.com