라벨이 windows인 게시물 표시

Meld 윈도우에서 셋팅법

이미지
윈도우에서 meld 실행하니 글자가 안보이더라. 아래 셋팅을 하니 글이 보이네... C:\Windows\System32\cmd.exe /c "set LANG=EN_US && start C:\"Program Files (x86)"\Meld\meld\meld.exe"

Windows 유용한 CLI 명령어 모음

1. 포트찾기 c:\> netstat -ano | findstr [port] 2. 프로세스 찾기 c:\> tasklist | findstr [pid]   ex) tasklist /svc /FI "PID eq 488" 3. 프로세스 kill c:\> taskkill (/pid or /im) "pid or 실행파일명" [/f] 4. 서비스 종속성 설정 ex) sc config "BioStar 2 Launcher" depend= "" 주의) "depend= " =뒤에 공백한칸 중요. 5. log보기 설치파일.exe /log=로그파일명

Windows 10 npm update

https://matthewhorne.me/how-to-update-npm-on-windows-10/

윈도우 10 커맨드 창 컬러 스키마 적용하기

개인적으로 WSL Ubuntu에서 zsh를 사용중이며 시인성을 좋게 하기 위해 컬러 셋팅을 함. 셋팅은 아래 링크 참조하여 수정. https://www.windowscentral.com/how-change-command-prompts-color-scheme-windows-10