window(2)
-
Window WSL2 설치 방법 : 1. 설치
0. Introduce윈도우에 WSL2 설치 방법 및 설정 방법을 정리하는 것을 목표로 한다.여기서는 WSL2 설치를 다룬다. 1. WSL2 설치전 필수 사항설치 하기전 Hyper-V, Linux 용 Windows 하위 시스템이 필요하다.아래 그림처럼 Windows 기능 켜기/끄기에서 가능하나 아래 Power Shell 관리자 모드로 실행해서 복사 붙여 넣기 하면 편하다.dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestartdism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart 2. WSL 설치..
2025.08.13 -
Visual Studio Code LaTeX Window 설치법
0. IntroduceOver Leaf 컴파일 속도가 느리기 때문에 속도가 빠르며 향후 Over Leaf로 동시에 작업 할 수 있게 하기 위해서 Over Leaf 서버에서 사용하는 Tex Live를 오프라인으로 기존 Visual Studio Code 편집기를 이용하고자 한다. 1. LaTeX 설치 - TeX Live 설치 (1시간 이상 걸림)https://www.tug.org/texlive/acquire-netinstall.html Installing TeX Live over the Internet - TeX Users GroupInstalling TeX Live over the Internet TeX Live 2025 was released on March 8, 2025. For typical need..
2025.08.13