보관함

Load Avg

다른건 그냥 웹에서 찾아보고CPU Core 갯수를 가져오면

sysctl hw.ncpu | awk ‘{print $2}’

load Avg가 저 수치가 되면 모든 cpu의 core를 100% 사용하고 있다는 거…

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

VisualStudio Ctrl+MouseWheel Zoom 기능 막기