Linux/Unix
현재 /etc/dhcpd.conf 파일 구성. # # Sample configuration file for ISC dhcpd for Debian # # $Id: dhcpd.conf,v 1.4.2.2 2002/07/10 03:50:33 peloy Exp $ # # option definitions common to all supported networks… option domain-name “dhcp.pchero21.com”; option domain-name-servers ns.pchero21.com; option subnet-mask 255.255.255.0; default-lease-time 600; max-lease-time 7200; subnet 192.168.0.0 netmask 255.255.255.128 { range 192.168.0.2 192.168.0.127; option […]
Linux Time Setting crontab -e ###### Time Setting ###### 00 01 * * * /usr/bin/rdate -s time.bora.net && /sbin/clock -w cron 작업 설정으로 시스템 시간을 설정.
1. jpeg 설치 – JPEG 압축/압축해제 라이브러리 소프트웨어임. jpeg이미지파일을 사용하고 처리하기 위하여 필요한 소프트웨어임. – 홈페이지 : http://www.ijg.org – jpeg 다운 wget ftp://ftp.superuser.co.kr/etc/jpegsrc.v6b.tar.gz – 압축풀기 tar xvfz jpegsrc.v6b.tar.gz – 디렉토리 이동 cd jpeg-6b – configure ./configure –prefix=/usr/local/jpeg –enable-shared –enable-static ※ –enable-shared : GNU libtool 을 이용한 공유라이브러리를 생성하기 위한 옵션 — enable-static : GNU libtool […]
1. freetype 설치 – freetype 은 일종의 폰트엔진으로서 작고, 효율적이고, 이미지 출력시 커스트마이징이 쉬운 폰트라브러리임. freetype 는 그래픽라이브러리에 사용될 수 있으며 폰트컨버전 툴에서도 사용될 수 있음. 뿐만아니라 텍스트이미지 생성도구로도 많이 사용하고 있는 공개 트루타입 폰트엔진으로서 GPL 라이센스를 따르고 있음. – 홈페이지 : http://www.freetype.org – freetype 다운받기 wget ftp://ftp.superuser.co.kr/etc/freetype-2.1.5.tar.gz ※ 이 페이지에는 freetype-2.1.10.tar.gz 버전이 업로드 되어있다. […]
############## # Global 섹션 ############## ServerName “ProFTPD Default Installation-WOW” # 서버 네임을 적어 줍니다. 아무거나 적어도 상관 없습니다. ServerType inetd # Server Tyre을 가리키는 지시자입니다. # 서버 유형에는 inetd와 standalone 모드를 선택할 수 있습니다. DefaultServer on # 주 IP address 또는 <VirtualHost> 설정 블록에서 지정되어진 address 중의 하나가 아닌 IP address로 들어오는 # connection이 있을때 […]
Recent Comments