손잡기금지
close
프로필 배경
프로필 로고

손잡기금지

  • 분류 전체보기 (403)
    • CODE-ing (260)
    • MS365.VBA (49)
    • IT관련정보 (64)
    • 일상기록.취미생활 (26)
  • HOME
  • CODE-ing
  • MS365.VBA
  • IT관련정보
  • 글쓰기
wsl:: wsl install / delete / move(export)

wsl:: wsl install / delete / move(export)

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 ..

  • format_list_bulleted CODE-ing
  • · 2024. 2. 7.
  • textsms

poweshell:: remove-item options

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..

  • format_list_bulleted CODE-ing
  • · 2023. 12. 23.
  • textsms

dotnet:: 실행파일 만들기 c# publish option // -r RID, net8, singlefile

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 ..

  • format_list_bulleted CODE-ing
  • · 2023. 12. 23.
  • textsms
git:: .gitignore include subfolder details

git:: .gitignore include subfolder details

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 _

  • format_list_bulleted CODE-ing
  • · 2023. 12. 9.
  • textsms

git:: --recursive OR rm -r --cached . // git submodule add

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       _

  • format_list_bulleted CODE-ing
  • · 2023. 12. 9.
  • textsms
  • navigate_before
  • 1
  • ···
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • ···
  • 52
  • navigate_next
전체 카테고리
  • 분류 전체보기 (403)
    • CODE-ing (260)
    • MS365.VBA (49)
    • IT관련정보 (64)
    • 일상기록.취미생활 (26)
최근 댓글
전체 방문자
오늘
어제
전체
Skin Designed by 쭈미로운 생활 - JJuum

티스토리툴바

단축키

내 블로그

내 블로그 - 관리자 홈 전환
Q
Q
새 글 쓰기
W
W

블로그 게시글

글 수정 (권한 있는 경우)
E
E
댓글 영역으로 이동
C
C

모든 영역

이 페이지의 URL 복사
S
S
맨 위로 이동
T
T
티스토리 홈 이동
H
H
단축키 안내
Shift + /
⇧ + /

* 단축키는 한글/영문 대소문자로 이용 가능하며, 티스토리 기본 도메인에서만 동작합니다.