wsl2 설치
- windows 최신 버전으로 업데이트 후
https://learn.microsoft.com/ko-kr/windows/wsl/install
- ubuntu 최신 버전 설치/ windows store
https://apps.microsoft.com/store/detail/ubuntu-22042-lts/9PN20MSR04DW?hl=ko-kr&gl=kr
// 설치 가능 목록 조회
wsl --list --online
// 설치 후 재시작
wsl --install -d Ubuntu-24.04
// 설치 상태
wsl --status
zsh 설치
https://royleej9.tistory.com/entry/%EA%B0%9C%EB%B0%9C%ED%99%98%EA%B2%BD-zsh-oh-my-zsh-plugins
vscode
https://code.visualstudio.com/
Tera Term / ssh
windows 터미널 설치
https://apps.microsoft.com/store/detail/windows-terminal/9N0DX20HK701?hl=ko-kr&gl=kr&rtc=1
openjdk 설치
nvm 설치
- ubuntu/wsl
https://github.com/nvm-sh/nvm#verify-installation
- windows
https://github.com/coreybutler/nvm-windows
docker
sourcetree
https://www.sourcetreeapp.com/
7zip
notepad++
'개발이야기' 카테고리의 다른 글
[개발환경] zsh / oh-my-zsh / plugins/powerlevel10k (0) | 2022.01.01 |
---|---|
[개발환경] 개발 툴 바로가기- 프로젝트 폴더 지정(Eclipse/STS/터미널) (0) | 2021.12.29 |
[정리] 프로젝트 (0) | 2019.05.30 |
[인코딩] euc-kr ->utf-8 페이지 인코딩 변경 작업 (0) | 2014.01.07 |
[유용] 회사 검색 링크 모음 (0) | 2014.01.07 |