문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
windows:wsl [2018/05/24 08:10] kwon37xi [성능] |
windows:wsl [2021/12/31 17:29] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 2: | 줄 2: | ||
| * [[https:// | * [[https:// | ||
| * Windows 10 이상에서 Ubuntu 등의 리눅스를 Native 처럼 깔아서 사용 가능하다. | * Windows 10 이상에서 Ubuntu 등의 리눅스를 Native 처럼 깔아서 사용 가능하다. | ||
| + | * [[https:// | ||
| + | * https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | ===== 원하는 배포판 설치 ===== | ||
| + | * [[windows: | ||
| + | * [[https:// | ||
| + | * Windows Store 에 없더라도 원하는 배포판을 설치할 수 있다. | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| ===== 설치 ===== | ===== 설치 ===== | ||
| - | * https:// | + | * https:// |
| + | * Unicode Locale 지정< | ||
| + | sudo update-locale LC_ALL=en_US.UTF-8 LANG=en_US.UTF-8 | ||
| + | </ | ||
| + | |||
| + | ===== Upgrade ===== | ||
| + | * 16.04 -> 18.04 업그레이드가 가능하다. [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | <code sh> | ||
| + | # 기본적으로는 아래 명령만으로 가능. | ||
| + | sudo do-release-upgrade -d | ||
| + | |||
| + | lsb_release -a # 버전 검사 | ||
| + | </ | ||
| ===== 성능 ===== | ===== 성능 ===== | ||
| 줄 16: | 줄 42: | ||
| * 위 외에도 '' | * 위 외에도 '' | ||
| * 그래도 느린 느낌이라 결국 '' | * 그래도 느린 느낌이라 결국 '' | ||
| + | |||
| + | ===== .bashrc, .bash_profile ===== | ||
| + | * '' | ||
| + | |||
| + | <code sh> | ||
| + | if [[ -f ~/.bashrc ]] ; then | ||
| + | . ~/.bashrc | ||
| + | fi | ||
| + | </ | ||
| + | |||
| ===== Console ===== | ===== Console ===== | ||
| * [[https:// | * [[https:// | ||
| 줄 24: | 줄 60: | ||
| ===== ssh-agent 대체 ===== | ===== ssh-agent 대체 ===== | ||
| * [[windows: | * [[windows: | ||
| + | |||
| ===== Maven/ | ===== Maven/ | ||
| - | * wsl 설치 후 [[java: | + | |
| + | |||
| + | | ||
| * [[: | * [[: | ||
| + | ===== 상호 실행 ===== | ||
| + | * Windows 에서 linux 명령실행, | ||
| + | * [[https:// | ||
| + | |||
| + | <code sh> | ||
| + | C:\> wsl ls -lah | ||
| + | </ | ||
| ===== 주의 ===== | ===== 주의 ===== | ||
| 줄 38: | 줄 84: | ||
| * [[https:// | * [[https:// | ||
| + | ===== 참조 ===== | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||