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-12-15 andrew CStirng ↔ char * (Unicode ↔ ANSI)※ Format 지정 가능 (CString → char *) // Static CString strText = _T("casting test"); char szText[128];...
2014-07-09 andrew MFC 트레이 아이콘(Tray Icon)1. NOTIFYICONDATA 구조체 상태바 영역에 필요한 메시지 정보를 내포한다. typedef struct _NOTIFYICONDATAA { DWORD c...