728x90 분류 전체보기194 Mac OS install mkl_맥에서 MKL 설치하기 https://software.intel.com/en-us/mkl?elqTrackId=c08ca1366ec7458792fc6c9df2ab573e&elqaid=17125&elqat=2 Intel® Math Kernel Library (Intel® MKL) Increase performance and reduce development time with optimized math functions from Intel® Math Kernel Library. software.intel.com 위 경로에서 math kernel library 를 다운받는다. 다운 후 실행 환경변수를 셋팅해준다 ( source /opt/intel/mkl/bin/mklvars.sh intel64 ) 2019. 12. 22. linux ubuntu tftp 서버 구축 - 패키지 설치하기 $ sudo apt-get install xinetd tftp tftpd - 설치 후 설정 하기 설치 후에는 tftp를 사용하기 위한 /etc/xinetd.d/tftp 파일을 생성 ~$ sudo vi /etc/xinetd.d/tftp service tftp { socket_type = dgram protocol = udp wait = yes user = root server = /usr/sbin/in.tftpd server_args = -s /tftpboot disable = no per_source = 11 cps = 100 2 flags = IPv4 } tftp에서 파일을 제공할 때 사용하는 디렉토리를 생성 ~$ sudo mkdir /tftpboot ~$ sudo chmod 777.. 2019. 12. 18. docker commit/ save / load - docker commit 현재까지 작업해 놓은 ubuntu 컨테이너를 그대로 저장 docker commit CONTAINER IMAGE_NAME 명령 이용. $ docker commit ct image docker images로 확인해보자. $ docker images - docker save (docker image -> tar) docker 이미지를 tar파일로 저장하기 위해서는 docker save 커맨드를 사용한다. # docker save [옵션] [이미지명] 저장할 파일명을 지정하는 옵션은 -o 를 사용한다. ex) docker save -o nginx.tar nginx:latest - docker load (tar -> docker image) tar파일로 만들어진 이미지를 다시 dock.. 2019. 12. 18. arm cross compile 시 curl negative size error 발생하는 경우 /opt/arm-2013.11/arm-none-linux-gnueabi/include/curl/curlrules.h:142:3: error: size of array '__curl_rule_01__' is negative __curl_rule_01__ ^ /opt/arm-2013.11/arm-none-linux-gnueabi/include/curl/curlrules.h:152:3: error: size of array '__curl_rule_02__' is negative 에러가 나는경우 아래와 같이 사이즈를 줄여준다. In case system reports __curl_rule_01__ or __curl_rule_02__ is negative make the following changes to /u.. 2019. 12. 18. 이전 1 ··· 14 15 16 17 18 19 20 ··· 49 다음 728x90