본문 바로가기

리눅스

filezilla - FTP Client Program filezilla - ftp 클라이언트 접속 프로그램으로 오픈 소스로 배포가 된다. ------------------------------------------------------------------- filezilla 홈페이지 : http://filezilla-project.org/ FileZilla_3.1.6_i586-linux-gnu.tar.bz2 (다운로드) ------------------------------------------------------------------- 1. filezilla 다운로드 및 압축 해제 [root@localhost ~]# cd /root/Desktop [root@localhost Desktop]# ls FileZilla_3.1.6_i586-linux-gnu.. 더보기
FTP Server - proftpd.conf 1 # This is a basic ProFTPD configuration file (rename it to 2 # 'proftpd.conf' for actual use. It establishes a single server 3 # and a single anonymous login. It assumes that you have a user/group 4 # "nobody" and "ftp" for normal operation and anon. 5 6 ServerName "ProFTPD Default Installation" - 현재 운영하고 있는 FTP서버의 이름으로 일반적으로 환영메시지 설정이다. 7 ServerType standalone - proftpd 데몬으로 서비스 할때 xinetd 방식으.. 더보기
FTP Server - proftpd FTP Server - proftpd ------------------------------------------------------------------- proftp 공식 홈페이지 : http://www.proftpd.org/ proftpd-1.3.1.tar.gz : ftp://ftp.proftpd.org/distrib/source/proftpd-1.3.1.tar.gz ------------------------------------------------------------------- 1. proftpd 다운 및 압축 해제 [root@server3 ~]# cd Desktop [root@server3 Desktop]# ls proftpd-1.3.1.tar.gz [root@server3 Deskto.. 더보기
FTP Server - vsftp - vsftpd.conf vsftpd 환경 설정 파일 # vi /etc/vsftpd/vsftpd.conf 1 # Example config file /etc/vsftpd/vsftpd.conf 2 # 3 # The default compiled in settings are fairly paranoid. This sample file 4 # loosens things up a bit, to make the ftp daemon more usable. 5 # Please see vsftpd.conf.5 for all compiled in defaults. 6 # 7 # READ THIS: This example file is NOT an exhaustive list of vsftpd options. 8 # Please read the .. 더보기
FTP Server - vsftp FTP server - vsftp - vsftp Very Secure FTP의 약자이다. 안정적이고 빠르며 보안이 강화된 FTP로 Redhat, Suse, Open-BSD등에서 기본으로 채택하는 FTP서버이다. ------------------------------------------------------------------- vsftp 공식 홈페이지 : http://vsftpd.beasts.org/ vsftp 관련 파일 다운로드 : ftp://vsftpd.beasts.org/users/cevans/ ------------------------------------------------------------------- 1. 설치 확인 [root@localhost ~]# rpm -qa | grep v.. 더보기
ZendOptimizer zendoptimizer - PHP의 코드를 좀더 빠른 속도로 실행하도록 해준다. 그러므로 자신의 웹서버에 PHP를 사용한다면 꼭 받아서 설치하는 것이 좋다. ------------------------------------------------------------------- Zend 공식 홈페이지 : www.Zend.com ZendOptimizer-3.0.1-linux-glibc21-i386.tar.gz (다운로드) ------------------------------------------------------------------- 1. zendoptimizer 다운 로드 및 압축 해제 [root@server3 ~]# cd /root/Desktop [root@server3 Desktop]# ls.. 더보기
PHPMyAdmin php my admin - phpmyadmin 은 mysql의 작업을 웹에서 좀더 쉽고 간편하게 관리할 수 있는 도구이다. ------------------------------------------------------------------- http://www.phpmyadmin.net/ phpMyAdmin-3.1.1-all-languages.tar.bz2 (다운로드) ------------------------------------------------------------------- - APM이 RPM설치인 경우 - 1. 다운 받은 phpMyAdmin 압축파일을 Apache의 Document 디렉토리 인 /var/www/html/ 로 이동 및 압축해제 2. phpMyAdmin의 환경 파일 설정 .. 더보기
Tomcat JSP Server 소스설치 Tomcat JSP Server ------------------------------------------------------------------- 참고 사이트 : http://tomcat.apache.org/ ------------------------------------------------------------------- 1. JAVA 컴파일 프로그램 설치 - 참고 기본적으로 아파치 서버가 설치되어 있어야 한다. ------------------------------------------------------------------- JDK 다운 : http://java.sun.com/javase/downloads/index.jsp jdk-6u11-linux-i586-rpm.bin (다운로드.. 더보기
APM - PHP 소스설치 6. PHP 소스설치 [root@localhost php-5.2.8]# pwd /usr/local/src/php-5.2.8 [root@localhost php-5.2.8]# vi INSTALL - PHP 소스설치와 관련된 매뉴얼이다. 367 Apache 2.0 on Unix systems 368 369 This section contains notes and hints specific to Apache 2.0 installs 370 of PHP on Unix systems. 371 372 Warning 373 374 We do not recommend using a threaded MPM in production with Apache2. 375 Use the prefork MPM instead, or u.. 더보기
APM - Apache 소스설치 5. Apache 소스 설치 [root@localhost httpd-2.2.10]# pwd /usr/local/src/httpd-2.2.10 [root@localhost httpd-2.2.10]# ./configure --help [root@localhost httpd-2.2.10]# ./configure --prefix=/usr/local/apache --enable-mods-shared=most --enable-module=so --prefix=/usr/local/apache - apache가 설치될 디렉토리를 지정하는 것 --enable-mods-shared=most --enable-module=so - DSO방식으로 PHP모듈이 사용될 수 있도록 지정하는 옵션 - 중략 config.status: .. 더보기