wsl --set-default-version 2체크인지 먼저 확인, 안되면wsl --update를 실행해서 wsl module update부터 설치가능한 wsl list 확인wsl -l -o # 설치wsl --install -d Ubuntu-22.04 설치 중 아래 에러 발생시 관련글 참고Error: 0x800701bc WSLhttps://thekkom.tistory.com/204 설치된 항목에서 특정이름의 Distribution Name >을 삭제할 때wsl --unregister Ubuntuwsl --unregister Ubuntu-22.04 https://woshub.com/move-wsl-another-drive-windows/ Moving WSL to Another Drive ..
Remove-Item -Path D:\repo\files\*.* -Recurse Remove-Item -Path D:\repo\files -Recurse #files folder삭제 Remove Files in Folder and SubFolders Remove-Item -Path D:\repo\files\*.* -Recurse # Delete all files from the folder D:\repo\files and it's subfolders Remove-Item -Path D:\repo\files\ -Recurse -Include *.* Get-ChildItem -Path D:\repo\files\ -File -Recurse | Remove-Item Delete a file -Path Speci..
dotnet new consoledotnet build --output ./build_outputdotnet ./build_output/my_app.dll dotnet build -c Releasedotnet build -p:Version=1.2.3.4 # single file exe with all dependanciesdotnet publish -c Release -r win-x64 --self-contained true /p:publishsinglefile=true# framework-dependent executabledotnet publish -c Releasedotnet publish -c Release -r --self-contained false# self-contained dotnet ..
https://git-scm.com/docs/gitignore Git - gitignore Documentation The optional configuration variable core.excludesFile indicates a path to a file containing patterns of file names to exclude, similar to $GIT_DIR/info/exclude. Patterns in the exclude file are used in addition to those in $GIT_DIR/info/exclude. git-scm.com #.gitignore x64/* !x64/Release x64/Release/* !x64/Release/*.xll _
clone subfolder까지git clone --recursive git submodule addgit clone --recursive https://github.com/teamtv/streamlit_modal.git git rm -r --cached .git submodule add https://github.com/xlladdins/xll src/xllgit submodule add https://github.com/xlladdins/xllgit submodule update _
내 블로그 - 관리자 홈 전환 |
Q
Q
|
---|---|
새 글 쓰기 |
W
W
|
글 수정 (권한 있는 경우) |
E
E
|
---|---|
댓글 영역으로 이동 |
C
C
|
이 페이지의 URL 복사 |
S
S
|
---|---|
맨 위로 이동 |
T
T
|
티스토리 홈 이동 |
H
H
|
단축키 안내 |
Shift + /
⇧ + /
|
* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.