COMING SOON 🚀

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

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

 

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

 

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개

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

서버관리자

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

+
제목 글쓴이 날짜 조회
7년 전 조회 1,863
7년 전 조회 1,968
7년 전 조회 2,230
7년 전 조회 1,954
7년 전 조회 1,628
7년 전 조회 1,598
7년 전 조회 2,092
7년 전 조회 2,524
7년 전 조회 2,003
7년 전 조회 1,952
7년 전 조회 3,063
7년 전 조회 4,277
7년 전 조회 2,453
7년 전 조회 2,245
7년 전 조회 2,269
7년 전 조회 2,332
7년 전 조회 1,553
7년 전 조회 1,750
7년 전 조회 2,061
7년 전 조회 1,998
7년 전 조회 2,377
7년 전 조회 2,230
7년 전 조회 3,658
7년 전 조회 3,024
7년 전 조회 4,140
7년 전 조회 1,884
7년 전 조회 2,177
7년 전 조회 2,342
7년 전 조회 1,931
7년 전 조회 1,762