Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
cheekykite committed Dec 28, 2017
1 parent 636529a commit 7dc8aa3
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions standard_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
<p align="left"><img src="http://www.dasandata.co.kr/dasanlogo.jpg" alt="dasandata logo" ></p>

-----
## 범례 및 변수.
## 범례 및 변수 / 팁.
- ${???} : 상황에 따라 변경이 필요한 변수들을 표현 합니다.
- ${USERNAME} : 설치시 생성한 기본 사용자 명 입니다.
- ${DEFAULT_NIC} : 인터넷에 연결되는 기본 네트워크 인터페이스 명칭 입니다.
- ${IP_ADDRESS} : 인터넷 연결시 사용하는 IP 주소 입니다.
- #centos7 #ubuntu14 ... : 각 운영체제 별 명령어를 분리하여 표시 하였습니다.

- 명령을 실행시킬때, 명령어 박스 단위로 복사하여 터미널에 붙여넣으면 됩니다.
- 같은 운영체제 단위라도 박스가 분리되어 있는 경우 분리된 단위로 복사하여 붙여넣습니다.


## 리눅스 설치시 IP 와 HOSTNAME 은 수동으로 미리 설정 한다.
리눅스를 처음 설치 할때부터 고정 IP를 설정하고 HOSTNAME을 정의 하는 것을 권장 합니다.
리눅스를 처음 설치 할때부터 고정 IP를 설정하고 HOSTNAME을 정의 하는 것을 권장 합니다.
그 이유는...

## 터미널을 통해 새로 설치된 장비에 로그인 합니다.
Expand All @@ -22,7 +25,7 @@ ssh ${USERNAME}@${IP_ADDRESS}
```

## 목차
1. 기본 유틸 설치 / 시간 동기화
1. [기본 유틸 설치 / 시간 동기화](#1. 기본 유틸 설치 / 시간 동기화)
2. profile 설정 - Console Color , alias
3. 하드웨어 사양 / 기본 환경 확인 (os 버젼 등)
4. ip 및 hostname 정보 / 인터넷 연결 확인
Expand All @@ -42,7 +45,6 @@ vim pciutils perl openssh mlocate nfs-utils rdate xauth firefox nautilus wget tc
tree lshw tmux git kernel-headers kernel-devel ipmitool gcc make gcc-c++ cmake \
python-devel ntfs-3g > dasan_log_install_centos_default_util.txt
# 설치된 결과를 확인할 수 있습니다.
tail dasan_log_install_centos_default_util.txt
Expand All @@ -51,7 +53,6 @@ rdate -s time.bora.net
clock --systohc
date
hwclock
```
#### #ubunutu 14 & 16
ubuntu 의 경우 빠른 설치를 위해 기본 저장소(repository) 주소를
Expand All @@ -74,19 +75,15 @@ apt-get update >> dasan_log_ubuntu_repo_update.txt
# 업데이트 결과를 확인할 수 있습니다.
tail -5 dasan_log_ubuntu_repo_update.txt
```



```
# 기본 유틸 설치.
apt-get -y install \
vim nfs-common rdate xauth firefox gcc make locate htop tmux git wget ipmitool \
xfsprogs ntfs-3g aptitude lvm2 > dasan_log_install_ubuntu_default_util.txt
```

```
Expand All @@ -95,8 +92,6 @@ tail -5 dasan_log_install_ubuntu_default_util.txt
# aptitude 를 이용하여 python-dev 를 따로 설치 합니다.
aptitude -y install python-dev > dasan_log_ubuntu_python-dev_install.txt
```


Expand Down

0 comments on commit 7dc8aa3

Please sign in to comment.