봄다온의 블로그

  • 홈
  • 태그
  • 방명록

more

nvidia-container-toolkit, gpu 수동할당

# 0번 gpu--gpus='"device=0"'# 1번 gpu--gpus='"device=1"'

도커 2025.07.07 0

cp대신 rsync로 파일이동

# cp명령어로 이동할경우cp /source/path /destination/path# rsync로 이동(프로그래스바 제공)rsync -ah --progress /source/path/ /destination/path/

잡다한것들 2025.07.04 0

특정 파일 필터링 후 이동

find /path/to/source -type f -name '3*.jpg' -print0 | xargs -0 -I{} mv "{}" /path/to/dest/

잡다한것들 2025.06.25 0

랜덤하게 파일 이동, 복사

#이동cd /path/to/a && \find . -maxdepth 1 -type f | shuf -n 700 | while read file; do mv "$file" /path/to/b/; done#복사cd /path/to/a && \find . -maxdepth 1 -type f | shuf -n 700 | rsync --files-from=- -av ./ /path/to/b/

잡다한것들 2025.06.25 1

ssh-key with ed25519 + passphrase

ed25519는 현대적인 공개키 암호 알고리즘으로, SSH 키 생성 시 사용하는 키 타입 중 하나 + 보안성, 성능, 키 크기 측면에서 기존 RSA나 DSA보다 우수ssh-keygen -t ed25519 -C "your_email@example.com"이후 질문중Enter passphrase (empty for no passphrase): 나오면 암호 입력 이후 한번 더 입력이렇게 생성하게 되면 ssh 접속시 authorized_keys에 통신대상의 공개키를 등록해도 ssh로 나와 연결할때마다 상대는 나의 ssh-key passphrase를 알아야 접속가능하다.

설치및설정 2025.06.24 1
프로필사진

봄다온의 블로그

봄다온의 블로그 입니다.

  • 분류 전체보기 (97)
    • 잡다한것들 (7)
    • SQL (41)
    • 에러모음 (14)
    • 설치및설정 (20)
      • Git (3)
      • wake on la.. (2)
    • Backend (9)
      • 도커 (9)
    • Frontend (1)
    • 객체지향프로그래밍(.. (0)

Tag

gpu할당, 도커 캐시 삭제, PostgreSQL, argument list too long, 우분투 gui, SQL, ubuntu, docker 공유메모리, 우분투 cli, rdp, ed25519, venv, onnxruntime gpu, 보안부팅, ssd초기화, jupyter, error, Docker, gui연결, join,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

Calendar

«   2025/08   »
일 월 화 수 목 금 토
1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31

방문자수Total

  • Today :
  • Yesterday :

Copyright © 봄다온. All rights reserved.

티스토리툴바