pchero on December 8th, 2009

 유닉스 시스템이 시작되고 필요한 프로그램들을 실행시키고 나면 많은 내용의 디스크 파일 정보들이 시스템 메모리속에 로딩이 되고 변경 및 업데이트가 된다. 이러한 때에 오류가 발생해 시스템에 문제가 생기거나 하면 디스크 속에는 예전 정보만 가지고 있거나 나쁜 경우에는 디스크가 일부 깨지는 문제도 발생할 수 있다.  이러한 문제들을 방지하려면 가끔 메모리 속의 내용을 디스크로 보내주는 작업이 필요하다. 특별히 […]

Continue reading about sync()

pchero on December 8th, 2009

    예전 유머게시판에서 본 게시글중…   ‘외국어를 해야 하는 이유’라는 제목의 글타래..        그때는 그냥 피식 웃고 말았는데… 오늘 내게도 비슷한 일이 벌어졌다.    올해 초 다녀온 필리핀 여행에서 나에게 많은 감동을 주었던 그 여자애…    헤어지기 전 건네주었던 지폐에 적힌 글귀 몇자.    그 몇자 중에 내가 알 수 없었던 하나의 […]

Continue reading about 하……테 퀴에로.

pchero on December 8th, 2009

//      SSL_Client.c//      //      Copyright 2009 Kim Sung-tae <pchero21@gmail.com>//      //      This program is free software; you can redistribute it and/or modify//      it under the terms of the GNU General Public License as published by//      the Free Software Foundation; either version 2 of […]

Continue reading about OpenlSSL – SSL 통신 클라이언트

pchero on December 8th, 2009

//      SSL_Server.c//      //      Copyright 2009 Kim Sung-tae <pchero21@gmail.com>//      //      This program is free software; you can redistribute it and/or modify//      it under the terms of the GNU General Public License as published by//      the Free Software Foundation; either version 2 of […]

Continue reading about OpenlSSL – SSL 통신 서버

pchero on December 7th, 2009

//      Verify_Cert.c//      //      Copyright 2009 Kim Sung-tae <pchero21@gmail.com>//      //      This program is free software; you can redistribute it and/or modify//      it under the terms of the GNU General Public License as published by//      the Free Software Foundation; either version 2 of […]

Continue reading about OpenlSSL – 인증서 인증하기