CircleCI 로 내 git private repo 를 submodule로 사용하기 프로젝트의 서브 모듈로 내 계정의 private repo를 submodule로 사용하려한다. 하지만 CircleCI 빌드 시 ERROR: Repository not found. fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. 이런 에러가 발생한다. CircleCI ->Project Setting -> SSH keys 에서 User Key 를 생성하고 fingerprints 를 복사한다. 그 다음 프로젝트의 CircleCI config.yml에 steps: - add_ssh_keys: fingerprints: - "" 를 추가하면 C.. 2020. 6. 9. ubuntu 16.04 chrome이 열리지 않을 때 크롬을 실행 시켰을 때 활성화 된 표시만 뜨고 화면이 뜨질 않는다. 재부팅해도 그대로이다. 터미널에서 google-chrome을 쳤더니 [5839:5856:0604/173746.814560:ERROR:browser_process_sub_thread.cc(221)] Waited 3 ms for network service Opening in existing browser seesion.이렇게 뜬다. https://stackoverflow.com/questions/56403638/errorbrowser-process-sub-thread-cc221-waited-57-ms-for-network-service-with 보면 내부적으로 무한 루프가 돌아서 생긴다는거 같은데. https://ubuntuforums.o.. 2020. 6. 4. OpenBLAS : /usr/bin/ld: cannot find -lgfortran ✗ gfortran --version GNU Fortran (Ubuntu 5.5.0-12ubuntu1~16.04) 5.5.0 20171010 Copyright (C) 2015 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING ✗ gcc --version gcc (Ubuntu 4.8.5-4ubu.. 2020. 2. 19. syntaxhighlighter html 2019. 12. 15. ubuntu 명령어 sed 파일에서 찾아 바꾸기 sed -i 's///g' 다른 서버 mount 하기 sudo apt-get install -y sshfs sudo sshfs -o allow_other @: sox raw에서 wav 로 sox -t raw -r -b 16 -c -L -e signed-integer make 멀티 프로세서 빌드 make -j ubuntu 파일 찾기 locate ubuntu Always on top 단축키 sudo apt-get install wmctrl설정 -> 키보드 -> 단축키 -> 커스텀 단축키 wmctrl -r :ACTIVE: -b toggle,above명렁어 추가 ubuntu scp 데이터 전송 scp [-r 폴더면] @:ex scp -r ./save_new1 user@.. 2019. 12. 15. git 관련 git commit message 수정 git commit --amendgit 로컬 파일 강제로 pull git fetch --all git reset --hard origin/master git pull origin mastergit 수정한 파일 되돌리기 git checkout --git .git 크기 줄이기 git gc --aggressive --prune이미 tracking된 파일 ignore 하기 git rm -r --cached . git add . git commit -am "clean" 2019. 12. 15. 이전 1 ··· 20 21 22 23 다음