Linux 썸네일형 리스트형 Mail Server 메일 서버 구축 - 참고 1. 메일 관련 용어 - MUA(Mail User Agent) : 사용자가 메일을 보내기 위해 사용하는 프로그램 예) Outlook Express, Thunderbird 등 - MTA(Mail Transfer Agent) : 메일을 전달하는 프로그램으로 메일서버를 의미 예) sendmail, postfix, qmail - MDA(Mail Delivary Agent) : 전송받은 메일을 해당 사용자에게 전달(분류)하는 프로그램 예) mail,procmail 2. 메일 관련 프로토콜 - SMTP(Simple Mail Transfer Protocol) - 포트번호 25 사용 메일 전송 프로토콜로 메일 서버가 메일을 전송할 때 사용한다. 25번 포트 사용 - POP3(Post Offic.. 더보기 NFS NFS(Network File System ) Server - NFS (Network File System) Server 리눅스 및 유닉스 시스템등의 동일 온영체제에서 TCP/IP 네트워크를 통해 파일 시스템과 서버자원 공유를 위해 Sun microsystems에서 NIS(Network Information Service)와 함께 개발된 프로토콜 서비스이다. 보안에 취약하므로 사용에 주의 해야 한다. ------------------------------------------------------------------- 1. NFS관련 데몬 1-1. portmap - portmapper 서버 데몬으로 RPC(Remote Procedure Call) 서비스 (NIS, NFS 등)를 TCP/UDP 포트에 연.. 더보기 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 (다운로드.. 더보기 이전 1 2 3 4 5 6 7 8 ··· 11 다음