최근 IKVM 을 지원하는 메인보드들에 대해 취약점이 발생되어 IKVM 지원하는 메인보드가 탑채된 서버를 찾는 스크립트를 만들어 보았다. 스크립트를 돌리기전에 디렉토리를…
아파치 컴파일시 –with-mpm=worker 혹은 –with-mpm=prefrork 옵션을 추가해주게 됩니다. *MPM(Multi-Processing Module)다중처리모듈 apache가 받아들인 요청을 처리하기 위해 자식 processes에게 분배하는 방식입니다. Prefork 방식 : 한 자식프로세스당 하나의…
php memory 가 부족할 경우 ‘Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 2 bytes) in /xx/xx/xxxxx/xx/xx/cls.Dao.php on line 51 이런식으로…
아파치 2.4 버전으로 업데이트 후 접근 제한 방식이 변경되었습니다. 전체 접근 제한 2.2 configuration: Order deny,allow Deny from all 2.4 configuration: Require all denied …
CentOS 5 or 6 버전에서 mysql 4.x 설치 하는 과정중 make를 진행할시에 mysql.cc error: expected primary-expression before ‘?’ token gcc 에러문구가 출력되며 컴파일이 진행되지 않는 경우가…
checking for p2open… nochecking for p2open in -lgen… nochecking for bind… yeschecking for crypt in -lcrypt… yeschecking for crypt… yeschecking for sem_init… nochecking for in…
대다수 시간 동안 꺼져 있어야 하는 시스템은 anacron(anachronistic cron)이 적합하다. anacron은 /var/spoo/anacron에 작업이 시작할 때를 기록한 타임스탬프 파일을 유지한다. 시스템이 켜져 anacron이 동작할 때, 작업이…




