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-07-03 andrew 한 WAS 서버에서 UTF-8 과 EUC-KR 둘다 지원하기..한 웹서버에 UTF-8과 EUC-KR 을 같이 사용할 수 있는 TIP이 있긴 합니다...실제로 사용하고 있으나, 테스트는 꼭 해보세요.. 사용환경은 리눅스(CENTOS)+APACH...
2014-07-09 andrew [ContextMenu]동적으로 콘텍스트 메뉴 생성MFC 일 경우 OnContextMenu에서 아래와 같이 생성한다. void CCustomCtrl::OnContextMenu(CWnd * pWnd, CPoint point) { C...