dev/linux

[CentOS 6.5] 서버세팅

재삐신생 2014. 9. 17. 19:50
반응형

글의 항목들을 따로 포스팅으로 분류하였음.


#1 SUN 자바 JDK 설치

http://jpss.ta3ke.com/185


#2 nginx설치

http://jpss.ta3ke.com/186


#3 php설치

http://jpss.ta3ke.com/172

http://jpss.ta3ke.com/187


#4 mariaDB 설치

http://jpss.ta3ke.com/190


#5 FTP 설치

yum install vsftpd


설정

vi /etc/vsftpd/vsftpd.conf


#지우고 교체(추천)

anonymous_enable=NO

local_enable=YES

write_enable=YES

local_umask=022

dirmessage_enable=YES

xferlog_enable=YES

connect_from_port_20=YES

xferlog_file=/var/log/xferlog

xferlog_std_format=YES

chroot_local_user=YES

listen=YES

pam_service_name=vsftpd

userlist_enable=YES

tcp_wrappers=YES



자동실행활성 및 FTP포트 열기

setup


시작

service vsftpd start


dir접근 오류 발생하면

setsebool -P ftp_home_dir on


#7 국가설정

rm -f /etc/localtime

ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime

rdate -p time.bora.net

rdate -s time.bora.net

date


referer : http://jongkwang.com/?p=941


반응형

'dev > linux' 카테고리의 다른 글

[centos] install php 5.6  (0) 2015.06.29
[unbuntu] install oracle java  (0) 2015.02.01
아파치 서브디렉토리 리다이렉트  (0) 2014.07.18
[MYSQL] 데이터 형(Data Type)과 크기(Size)  (1) 2012.03.20
[MYSQL] TIMESTAMP VS DATETIME  (0) 2012.03.20