본문 바로가기

node update 4.2.6 버전을 6.4.0 버전으로 NODE UPDATE 하기 $npm cache clean -f$npm install -g n$n stable (stable 버전이 설치 됨) $n 6.4.0 (6.4.0 버전이 설치 됨)리눅스 기준이고 윈도우는 그냥 node 공홈에서 원하는 버전에 맞게 다운로드 후 기존에 있던 node 경로에 옴기면 된다.참고 - http://www.tutorialbook.co.kr/entry/NodeJS-%EC%97%85%EB%8D%B0%EC%9D%B4%ED%8A%B8-%ED%95%98%EA%B8%B0 nvm이라고 노드 버전 매니저라는 것도 있음참고 - https://www.liquidweb.com/kb/how-to-install-nvm-node-version-manager-for.. 더보기
node를 사용하여 ffmpeg 이용하여 ebur128 기준 인코딩 영상 파일의 오디오를 ebur128 기준에 맞춰서 인코딩 영상을 ebur128 기준으로 맞춰달라는 요청이 있었다. 인코딩 디코딩도 아는게 없는 분야인데 ebur128이라니?어쨌든 관련된 내용들을 구글 검색을 진행하여 하나하나 찾아봤다. 1. ffmpeg와 관련 라이브러리들 설치* ffmpeg 설치는 ebur128 라이브러리를 설치 후 진행하도록 한다. centos - http://yujuwon.tistory.com/entry/CentOS-ffmpeg-%EC%84%A4%EC%B9%98ubuntu - http://yujuwon.tistory.com/entry/%EC%9A%B0%EB%B6%84%ED%88%AC%EC%97%90%EC%84%9C-ffmpeg-%EC%84%A4%EC%B9%98-%EB%B0%A9%EB.. 더보기
mount 에러가 발생...?! mount 디렉토리에 아무 명령어도 안된다?! 내가 겪은 일은 아니지만 같이 일하시는분이 mount 작업을 하시다가 겪은 일을 남겨봄 /var/log/messages OS 로그 Jul 19 15:49:23 localhost rpc.mountd[6469]: Failed to register (mountd, 1, udp): svc_reg() err: RPC: Remote system error - Connection refusedJul 19 15:49:23 localhost rpc.mountd[6469]: Failed to register (mountd, 1, tcp): svc_reg() err: RPC: Remote system error - Connection refusedJul 19 15:49:23 l.. 더보기