git push 할때마다 branch 명 명시 생략하기 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 2월 16, 2022 git config --global push.default current 공유 링크 만들기 Facebook X Pinterest 이메일 기타 앱 댓글
cp with progress / verify 6월 09, 2022 rsync -ah --progress source-file destination-file **주의: dest를 폴더명으로 지정하지 않도록 하기 ref: https://askubuntu.com/questions/17275/how-to-show-the-transfer-progress-and-speed-when-copying-files-with-cp verfication: diff -rq --no-dereference /path/to/old/drive/ /path/to/new/drive/ ref: https://unix.stackexchange.com/questions/313089/verifying-a-large-directory-after-copy-from-one-hard-drive-to-another To remote server: rsync -avz -e ssh SOURCE USERNAME@IPADDRESS:TARGET 자세한 내용 보기
tar 분할 압축 및 해제 8월 23, 2022 tar cvf some_files.tar some_files split -b 1000M some_files.tar "some_files.tar.part" cat some_files.tar.parta* > some_files.tar ref: https://www.tecmint.com/split-large-tar-into-multiple-files-of-certain-size/ 자세한 내용 보기
댓글
댓글 쓰기