카

Centos 7.5 나왔네요.. (2018-May-07)

· 2018-08-12 (일) 10:09:23 · 2468 · 3

다음에서 배포한 디자인도 많이 변경되었습니다.

 

간만에 들어가니 많이 변경되었네요..

 

http://mirror.kakao.com/centos/7.5.1804/isos/x86_64/

 

2009320995_1534081509.0371.png

 

----------------------------------------------------------------------

亞波治님 파일로 테스트 해본 결과 이상 없습니다. (그누M 설치 및 실행 이상 무)

https://sir.kr/so_server/1597?page=2

----------------------------------------------------------------------

 

----------------------------------------------------------------------
[rott@localhost~]# useradd 아이디
[rott@localhost~]# passwd 아이디

[rott@localhost~]# cd home
[rott@localhost home]# chmod 701 아이디

[rott@localhost home]# cd 아이디
[rott@localhost 아이디]# mkdir public_html
[rott@localhost 아이디]# chmod 755 public_html
[rott@localhost 아이디# chown -R 아이디.아이디

//디비 생성하기..
[rott@localhost 아이디]# mysql
GRANT ALL PRIVILEGES ON 아이디DB.* TO 아이디@localhost IDENTIFIED BY '비번';
exit

[rott@localhost 아이디]# mysql -u아이디 -p비번
create DATABASE 아이디DB;
exit;

 

[rott@localhost 아이디]# vi /etc/httpd/conf.d/host.conf
<VirtualHost *:80>
 ServerName 홈페이지주소.com    //주소명 . 주소가 없다면 아이피 주소 192.168.0.2
 DocumentRoot /home/아이디/public_html
    <Directory /home/아이디/public_html>
       AllowOverride All
    </Directory>
</VirtualHost>

[rott@localhost 아이디]# systemctl restart httpd

----------------------------------------------------------------------

 

|

댓글 3개

다음에서 배포한것은 차이점이 무엇인가요?,
@바이탈 없습니다. 다음에서 받을수 있다는점.. ^^
@카이루 아아..ㅎㅎ 감사합니다!! 너무 초보인지라 궁금했어요!!
댓글을 작성하시려면 로그인이 필요합니다.

서버관리자

658건

서버관리자 모임 게시판 입니다.

+
제목 글쓴이 날짜 조회
18-09-21 조회 4,507
18-09-15 조회 2,678
18-08-27 조회 2,495
18-08-12 조회 2,469
18-08-03 조회 2,558
18-07-03 조회 1,750
18-06-21 조회 1,963
18-06-08 조회 2,287
18-06-07 조회 2,203
18-05-30 조회 2,640
18-05-15 조회 2,486
18-05-08 조회 3,910
18-04-08 조회 3,294
18-04-07 조회 4,376
18-04-05 조회 2,105
18-04-03 조회 2,397
18-03-31 조회 2,542
18-03-29 조회 2,115
18-03-28 조회 1,960
18-03-27 조회 2,161
18-03-26 조회 1.1만
18-03-20 조회 2,201
18-03-17 조회 2,393
18-03-17 조회 2,160
18-03-14 조회 2,565
18-03-05 조회 2,032
18-03-05 조회 2,244
18-03-05 조회 2,421
18-03-04 조회 2,679
18-03-03 조회 1,978