전체 글 썸네일형 리스트형 devcon 최신버전 6.1.7600.16385 (windows7 동작 가능) windows7 에서 ICS를 이용하여 wifi AP 로 사용중 자꾸 DNS 에러가 나서 검색해봤으나 뾰족한 수가 없어 주기적으로 wifi를 껏다 켜기로 함. devcon이 필요하여 다운받아 첨부함. devcon restart *DEV_ID* 더보기 find 활용 출처 : http://ditobass.tistory.com/71 ### 일정기간 지난 파일 삭제 명령 - 7일 지난 파일 삭제 예 > find [디렉토리] -ctime +7 -exec rm -f {} \; ### 특정용량 이상되는 파일 찾기 - 10MB 이상 되는 파일 찾기 예 > find [디렉토리] -size +1000k -exec ls -al {} \; ### 생산된지 30일 이상 된 파일만 삭제 > find [디렉토리] -type f -ctime +30 -exec rm -rf {} \; ### 생산된지 30일 이상 된 비어있는 디렉토리만 삭제 > find [디렉토리] -empty -type d -ctime +30 -exec rmdir {} \; ※ 리눅스 버전에 따라 -ctime 이 먹지 않는 경.. 더보기 Yum httpd 에 mod_jk 설치 하기 출처 : http://www.openscope.net/2010/01/02/install-mod_jk/ Use mod_jk to bridge apache and Jboss mod_jk is an apache extension that you can use to redirect incoming http requests to an application server. It lets you configure multiple applications servers by virtual host urls, and provides a means of setting up load balancing preferences between application servers. It’s very useful because it le.. 더보기 fails sanity check 에러가 날때 AWS에서 빌드할려고 보니 하기 에러가 난다. configure: error: C++ preprocessor "/lib/cpp" fails sanity check 하기 gcc g++ 설치가 되어있는지 먼저 보고 sudo yum install gcc-c++ 안되면 아래 패키지를 설치 하면 된다. yum groupinstall 'Development Tools' 'Development Libraries' 더보기 SCO 디버깅 하기 출처 : http://permalink.gmane.org/gmane.linux.bluez.devel/75 Re: [Bluez-devel] Re: (no subject)Hello, It seems that many people are stuck at the same place when trying to transmit voice over SCO. The nature of Marcel's replies suggests to me that there may be something that we all get wrong, so I'll try to summarize what I understand, to see if we can locate the misconception together. a- SCO sock.. 더보기 블루투스(Bluetooth)의 개요와 기초 출처 : http://www.microvision.co.kr/bluetooth/bluetooth_lecture.htm 더보기 [Java] synchronized 란? 출처 : http://interwater.tistory.com/13 Java 하며서 이론적으로 자주 마주 치는 놈이 이것인데.... 이건 간단히 말하면 db 락의 개념으로 보면 된다. synchronized 이게 붙어 있는 매쏘드는 그 매쏘드의 작업이 끝나기 전에 다른 놈이 사용을 못하게 하는 것이지.. 엇 자 그런데 만약에 synchronized 가 붙은 method 가 있는 클래스를 new 를 통해서 생성해서 각각 쓰면 이게 동기화가 될까? ---------------------------------- ex) class A{ synchronized test(){ } } class B{ new A().test(); new A().test(); } -------------------------------.. 더보기 FTS4BT Bluetooth Analyzer 사용하기 http://blog.naver.com/netxy/110017611465 더보기 이전 1 ··· 23 24 25 26 27 28 29 ··· 53 다음