MacBook/화면 캡쳐하는 방법
·
Development/Apple
캡쳐 후 저장 shift-command-5 캡쳐 후 메모리에 로딩 shift-command-4
[FastCampus] '프로그래밍 첫걸음 시작하기' 강의 노트
·
Development/WEB
보호되어 있는 글입니다.
맥북 파이참에서 OMP 에러
·
Development/Apple
OMP: Error #15: Initializing libiomp5.dylib, but found libiomp5.dylib already initialized. OMP: Hint This means that multiple copies of the OpenMP runtime have been linked into the program. That is dangerous, since it can degrade performance or cause incorrect results. The best thing to do is to ensure that only a single OpenMP runtime is linked into the process, e.g. by avoiding static linking ..
리눅스에서 크롬 원격 데스크톱 디스플레이 문제 해결하기
·
Development/Linux
리눅스에 크롬 원격 데스크톱(Chrome Remote Desktop)을 설치한 후, 아이패드로 접근할 시, 데스크톱에서 보이는 모습과는 다른 모습 때문에 불편했다. 이 문제를 해결하기 위해서는 출처에서 설명하는 바대로 적용한다. Home 폴더에 New Document를 만든 후, 파일 이름을 .chrome-remote-desktop-session 으로 설정하고, 파일의 내용을 startxfce4 로 수정한 후 저장한다. sudo apt-get install xfce4 Reference https://igotit.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC-%ED%81%AC%EB%A1%AC%EC%9B%90%EA%B2%A9%EB%8D%B0%EC%8A%A4%ED%81%AC..