ETC(2)
-
■ 가상머신(Virtual Box)에 웹서버 구축하기 + CentOS7
1. virtualbox 설치 2. CentOS 7 버전 iso 다운로드 (minial) 3. 이미지 넣어서 부팅시키고 * yum 설치 dhclient 4. 의존성 라이브러리 설치 rpm -qa libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel yum install libjpeg* libpng* freetype* gd-* gcc gcc-c++ gdbm-devel libtermcap-devel 5. 아파치 설치 yum install -y httpd 6.mariadb 설치 yum install mariadb mariadb-server 7. php 설치 yum install -y php php-mysql php-mbstring ph..
2017.05.24 -
■ yum 안될때 해결방법 (Cannot find a valid baseurl for repo: base/7/x86_64)
minimal.iso 파일로 진행할때 yum이 실행이 안될때 해결방법 - 첫번째 방법# vi /etc/resolv.conf nameserver 168.126.63.1 - 두번째 방법#dhclient - error messageModules complémentaires chargés : fastestmirror One of the configured repositories failed (Inconnu), and yum doesn't have enough cached data to continue. At this point the only safe thing yum can do is fail. There are a few ways to work "fix" this: 1. Contact the upstream..
2017.05.23