http://aperiodic.net/screen/quick_reference


Split screen

split display: C-a S
jump to next display region: C-a tab
remove current region: C-a X
remove all regions but the current one: C-a Q


//   m_csockwfp = ;
//   m_csockrfp = ;

//   FILE* pProxyRfp;
//   FILE* pProxyWfp;
//
//   FILE* pClientRfp;
//   FILE* pClientWfp;
//
//   pProxyRfp = fdopen(sockfd,"r");
//   pProxyWfp = fdopen(sockfd,"w");
//
//   pClientRfp = fdopen(m_pSocket->GetSocket(),"r");
//   pClientWfp = fdopen(m_pSocket->GetSocket(),"w");
//
//   fclose(pProxyWfp);
//   fclose(pProxyRfp);
//
//   fclose(pClientWfp);
//   fclose(pClientRfp);


int sockfd = fileno(stdio);

http://www.checker.freeproxy.ru/checker/index.php



https 테스트 싸이트
https://www.google.com/adsense/login/ko/?gsessionid=xXRVnEjvJXiYrH1MgOHAyQ


proxy source
http://www.linux.org/apps/all/Daemons/Proxy.html

+ Recent posts