table을 json으로 변환하는 소스 table을 json으로 변환하는 소스는 다음과 같다!(table이라는 직관적인 데이터를 기반으로 json을 뽑아낼 수 있어서 상당히 자주 사용되는 구문인 것 같다!) 더보기 리눅스 grep에서 파일명이 나오지 않을 때 grep을 사용할 때 파일명이 나오지 않는다면 H 옵션을 주면 된다! 예제는 다음과 같다. grep -H foo file123 다음과 같은 결과가 나올 것이다!('파일명:내용'으로 출력된다!) file123:foo file123:fooabc 더보기 error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory 에러 해결 방법 리눅스에서 아파치를 시작할 때(./apachectl start) 다음과 같은 에러가 나는 경우가 있다.(설치 직후에) error while loading shared libraries: libpcre.so.1: cannot open shared object file: No such file or directory 원인은 다양하지만 유력한 해결책은 다음과 같다.(라이브러리 디렉토리를 다시 빌드하는 방법) sudo rm /etc/ld.so.cache sudo /sbin/ldconfig 더보기 이전 1 ··· 23 24 25 26 27 28 29 ··· 87 다음