728x90 Research245 subversion: commit시 메일 보내기 몇가지 방법이 있는데, 다른 방법은 실패하고 아래 방법이 쉽게 되었다... 먼저 mailer.py란 파이썬 스크립트 파일이 필요하다. 이 파일은 subversion 소스 디렉토리(/usr/share/doc/subversion-1.4.4/tools/hook-scripts/mailer/)에 존재하는데, 이 파일을 특정 디렉토리에 카피한다. 특별히 mailer.py를 수정할 일이 없다면 그냥 원래 위치에 놓고 사용해도 무방하다. 그 다음으로 subversion repository 디렉토리 밑의 hooks 디렉토리에 위의 subversion 소스 디렉토리의 위 경로 밑에 mailer.conf.example 파일을 mailer.conf 로 rename해서 카피한다. 그런 다음 아래와 같이 수정한다. # This .. 2009. 5. 7. 특정 디렉토리 지우기 find . -type d -name '.svn' -print0 | xargs -0 rm -rdf 2009. 3. 9. ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) mysql root password를 초기화 #killall mysqld # mysqld_safe --skip-grant & # mysql - mysql> use mysql - mysql> update user set password=password('new password') where user = 'root'; - mysql> flush privileges 2009. 3. 3. Comparison of lightweight web servers Comparison of lightweight web servers From Wikipedia, the free encyclopedia Jump to: navigation, search Lightweight web servers are Web servers which have been designed to run with very small resource overhead because of hardware, environment, or simply for the challenge of it. Many of these systems have been created as a mental exercise to determine if a modern webserver could be written to run.. 2009. 2. 19. 이전 1 ··· 29 30 31 32 33 34 35 ··· 62 다음 728x90