Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- CentOS 6.10
- python 3.5.10
- httpd.conf
- mod_unique_id
- PHP 5.2.17 .ini
- gcc update
- Repository
- apache 연동
- MySQL 5.1.41
- python 3.X 소스 설치
- vimrc 옵션
- httpd-default.conf
- httpd-info.conf
- node.js
- CentOS
- MySQL
- Mod_Security 룰 셋
- epel repository
- PHP 5.2 .ini
- httpd 2.2.32
- httpd-autoindex.conf
- unique_id
- httpd-vhosts.conf
- vim color scheme
- httpd-dav.conf
- Node.js 소스 설치
- httpd-mpm.conf
- jQuery
- CentOS 6
- Node.js apache 연동
Archives
- Today
- Total
목록초기 설정 (1)
곰시기's

네트워크 설정 - 리눅스는 OS 설치 과정에서 네트워크 설정을 따로 하지 않았다면 설치 후 따로 설정을 잡아 주어야 한다. 1. 네트워크 설정 파일을 열어보자 - # vi /etc/sysconfig/network-scripts/ifcfg-eth0 파라미터 값 설명 DEVICE eht0 인터페이스 장치명 HWADDR ###### 인터페이스 MAC주소 TYPE Ethernet 이더넷 설정 ONBOOT yes ( default = no ) 부팅 시 이 인터페이스를 사용할 것인가에 대한 여부 NM_CONTROLLED no ( default = yes ) GUI 인터넷 사용 관리 툴 BOOTPROTO static ( default = dhcp ) ip할당방식 dhcp : 동적 IP / static : 수동 IP ..
Sever/CentOS 6.10
2020. 11. 6. 10:17