Symbolic link in Ubuntu Create symbolic link 1 ln -s <TARGET> <LINK_NAME> Ex) libexample.so.3.1.0 파일에 대한 심볼릭 링크로 libexample.so 를 생성하고함 1 ln -s libexample.so.3...
Make tar file module with Python 작성 개요 작업 공간 내에 여러 파일을 압출 할 경우 Python glob 모듈을 사용하여 여러 폴더를 각자 폴더명에 맞게 tar 압축 진행 Script filename.tar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 import tarf...
Python unzip module with 한글 작성 개요 Open dataset를 다운받아 사용할 때 여러개의 zip 파일이 존재할 경우 압축 해제하는게 번거롭다. 데스크탑과 같이 화면이 출력되는 경우에는 불편함이 없지만, 서버에서 작업할 경우 일일이 unzip을 해야하는 것 같아 그냥 python module을 작성하여 사용했다. unzi...
Miniconda install
Docker install in Ubuntu