1. Open SSL source download http://www.openssl.org 2. Open SSL Install ./config --prefix=/usr/local/ssl make make install 3. Apache source download http://ftp.daum.net/apache//httpd/httpd-2.2.22.tar.gz 4. Apache Install ./configure --prefix=/home/rocksea/apache2 --enable-ssl --with-ssl=/usr/local/ssl --enable-so ( byterange_filter.c.text+0x12c1): undefined reference to `apr_array_clear' --with-i..
#include int BinarySearch(int *array, unsigned num, int key); int BinarySearch(int *array, unsigned num, int key){ unsigned Upper, Lower, Mid; Lower = 0; Upper = num - 1; while(1){ Mid = (Upper + Lower)/2; if(array[Mid] == key) return Mid; if(array[Mid] > key){ Upper = Mid -1; }else{ Lower = Mid + 1; } if(Upper
How to set up a home DNS server by Shannon Hughes Domain Name System The Domain Name System (DNS) is the crucial glue that keeps computer networks in harmony by converting human-friendly hostnames to the numerical IP addresses computers require to communicate with each other. DNS is one of the largest and most important distributed databases the world depends on by serving billions of DNS reques..
- Total
- Today
- Yesterday
- 영문법
- hdfs
- 영작
- Python
- 비지니스 영어
- nodejs
- memcached
- ubuntu
- 도덕경
- 조동사
- PostgreSQL
- 대명사 구문
- AWS
- 해외여행
- it
- JBOSS
- Business English
- hadoop
- NGINX
- k8s
- redis
- 베트남
- 비교구문
- Python Django
- 스페인 여행
- mongoDB
- maven
- 여행
- 다낭
- 가정법
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |