본문 바로가기

cnetos설치5

CentOS 설치 2 - Minimal 기본 설치 후 해야 할 일들 (2/2) * ​Minimal 기본 설치 후 해야 할 일들 정리 (2/2) ​출처(참조) URLhttp://lesstif.com/pages/viewpage.action?pageId=6979710https://www.3rabbitz.com/f01c33e7d8367da2#857542b4ddd63403# --> 여러모로 정리가 잘되어 있음. 기회 되면, 3Rabbitz 솔루션도 써보면 좋을 듯...http://warmz.tistory.com/836\http://warmz.tistory.com/832 -- 네트워크 설정http://www.jopenbusiness.com/mediawiki/index.php/CentOS --> Wiki 기반 깔끔한 설명들이 있음.http://byseob.blogspot.kr/2010/08/c.. 2020. 8. 1.
CentOS 설치 2 - Minimal 기본 설치 후 해야 할 일들 (1/2) * ​Minimal 기본 설치 후 해야 할 일들 정리 (1/2) ​출처(참조) URL http://lesstif.com/pages/viewpage.action?pageId=6979710 https://www.3rabbitz.com/f01c33e7d8367da2#857542b4ddd63403# --> 여러모로 정리가 잘되어 있음. 기회 되면, 3Rabbitz 솔루션도 써보면 좋을 듯... http://warmz.tistory.com/836\ http://warmz.tistory.com/832 -- 네트워크 설정 http://www.jopenbusiness.com/mediawiki/index.php/CentOS --> Wiki 기반 깔끔한 설명들이 있음. http://byseob.blogspot.kr/201.. 2020. 7. 17.
CentOS 설치 1 - Minimal 설치 * 출처 https://access.redhat.com/site/documentation/ko-KR/Red_Hat_Enterprise_Linux/6/html/Installation_Guide/s2-diskpartrecommend-x86.html --> 파티션에 관한 자세한 설명이 있음. 필독. 9.15.5. 추천된 파티션 나누기 계획 Red Hat Enterprise Linux 6 | Red Hat Customer Portal The Red Hat Customer Portal delivers the knowledge, expertise, and guidance available through your Red Hat subscription. access.redhat.com BIN 전체로 굽는것은 이래 저래.. 2020. 7. 16.
Linux - VI 명령어 사용법 정리 calshp> vi filename a : append after the cursor i : insert before the cursor o : start a new line below the cursor O : start a new line above the cursor The "esc" key must be used to end any of the above commands or to begin any of the following commands (depending on which way you look at it). You must also hit the "esc" key prior to any cursor movement. When in doubt, hit the "esc" key and pro.. 2020. 5. 17.
Linux - 네트워크 설정 관련 출처 : http://warmz.tistory.com/832 * 리눅스 네트워크 관련 설정파일 1) /etc/sysconfig/network-scripts/ifcfg-eth0 → 아이피,서브넷 마스크,(게이트웨이) 2) /etc/sysconfig/network → 컴퓨터이름,(게이트웨이) 3) /etc/resolv.conf → DNS 정보 4) /etc/hosts → 네임서버 파일 [root@centos ~]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 TYPE=Ethernet UUID=cf810d30-f473-4707-b523-905e8bdbdc38 ONBOOT=yes NM_CONTROLLED=yes BOOTPROTO=none IPADDR=1.. 2020. 5. 17.