일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
- iptime
- 가상서버호스팅
- ConoHa
- OpenWrt
- 소비전력
- 시놀로지
- 티스토리
- 알뜰폰
- 아파치
- centos
- 복현오거리
- Rocky
- proxmox
- 라즈베리파이2
- 자바스크립트
- 스톤에이지
- KB증권
- 윈도우10
- Apache
- KB국민카드
- PHP-FPM
- mysql
- php
- 램가스초월
- 킹북이초월
- 리눅스
- jQuery
- 알리익스프레스
- 보르비스초월
- SKT
- Today
- Total
맛집 여행 캠핑 일상 생활
CentOS 6.x 설치 후 기본적인 rpm 설치 본문
# 아래는 SELINUX 설정을 enforcing을 disabled로 바꾸는 스크립트
sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config
yum -y update
yum -y install ntsysv
yum -y install gcc make gettext wget lsof bzip2-devel vixie-cron
yum -y install telnet ftp rsync
yum -y install gd libjpeg libpng
yum -y install openssl openssl-devel
yum -y install libmcrypt libmcrypt-devel
# CentOS 6.x
yum -y install http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el6.rf.x86_64.rpm
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
# CentOS 5.x
yum -y install http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.3-1.el5.rf.x86_64.rpm
wget http://download.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
rpm -Uvh epel-release-5-4.noarch.rpm
'LAMP' 카테고리의 다른 글
Too many open files 에러메시지 대응방법 (0) | 2016.01.25 |
---|---|
vsftpd 설치 및 설정 (0) | 2016.01.25 |
아파치 초기 설정 (0) | 2016.01.25 |
보안설정 hosts 및 sshd_config (0) | 2016.01.25 |
MySQL 데이터 압축 백업 및 복구 (0) | 2016.01.22 |