<strong>DenyHosts 설치로 SSH 공격을 방지하자~</strong> <strong>다운로드:</strong> <a href="http://denyhosts.sourceforge.net/faq.html#allowed" target="_blank" rel="nofollow">http://denyhosts.sourceforge.net/faq.html#allowed</a> <a href="http://goo.gl/ISPzH" target="_blank" rel="nofollow">http://goo.gl/ISPzH</a> <strong>설치:</strong> python setup.py install cd /usr/share/denyhosts cp denyhosts.cfg-dist denyhosts.cfg cp daemon-control-dist daemon-control vi /usr/share/denyhosts/daemon-control 설정파일이 아래와 같은지 확인한다. DENYHOSTS_BIN = "/usr/bin/denyhosts.py" DENYHOSTS_LOCK = "/var/run/denyhosts.pid" DENYHOSTS_CFG = "/usr/share/denyhosts/denyhosts.cfg" chown root daemon-control chmod 700 daemon-control cd /etc/init.d ln -s /usr/share/denyhosts/daemon-control denyhosts chkconfig –add […]
구글차트API를 이용한 그래프 사용
홈페이지에 그래프를 좀 멋있게 넣고 싶은데 너무 복잡하지 않고 쉽게 사용할 수 있고 좋은게 없을까? 하다가.. 사용해보게 되었다. 몇가지 코드값만 알면 쉽게 사용할 수 있다. 또한 마치 플래시 그래프 같은 효과도 있다. <script type=”text/javascript” src=”http://www.google.com/jsapi”></script> <script type=”text/javascript”> google.load(‘visualization’, ‘1’, {packages: [‘corechart’]}); </script> <script type=”text/javascript”> function drawVisualization() { // Create and populate the data table. var […]
워드프레스 에디터 줄바꿈 버그
TinyMCE Advanced 플러그인을 설치하여 사용 하는 경우 이와 같은 버그가 발생하였다. 버그는 이럴때 발생했다. 메모장에서 글을 줄바꿈 잘해서 작성하여 복사한 후 워드프레스에 올리고 공개하기 or 업데이트를 하면 줄바꿈이 다 없어지고 한줄로 일부글이 나와서 아주 짜증나는 현상. TinyMCE Advanced 를 비활성화 하니 문제가 해결되었다 ^^
플래시→HTML5 변환
플래시→HTML5 변환 http://goo.gl/8PpAZ