how to set the idle-timeout in linux SSH in /etc/ssh/sshd_config insert ClientAliveInterval 600 ClientAliveCountMax 3 That will give you an timeout of 30 minutes (600 sec x 3) Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window) Related Posted on 2014-07-06 10:14 PM by andrew Comment 📂This entry was posted in Linux 참고를 위한 저장물
2014-09-15 andrew [펌]iBATIS 2.3.0 또는 2.3.2 이상 sqlmap 자동 리로딩iBATIS 2.3.0 또는 2.3.2 이상 sqlmap 자동 리로딩 개요 iBATIS + Spring 개발시 쿼리 매핑 파일이 변경되면 웹애플리케이션 서버를 재기동해야 적용이 됐...
2014-07-06 andrew Reading a UTF-8 Encoded Filepublic static String parseTemplate(String templatePath) { File aFile = new File(templatePath); Input...