Linux/설치 및 셋팅

1. 호스트이름 확인 # hostname 2. 호스트이름 변경 # hostnamectl set-hostname 호스트이름
1. yum 저장소 리스트 보기 # yum repolist 2. epel, remi 저장소 추가 remi 저장소는 epel 저장소 의존성이 있음. 따라서 epel 저장소 먼저 설치후 remi 저장소를 설치해야됨 2-1. epel 저장소 추가 # yum install epel-release 2-2. remi 저장소 추가 remi 저장소에는 최신버전의 패키지가 저장되어 있습니다. 기본 저장소에는 오래된 버전이 올라온 경우가 많아 최신 버전 패키지가 필요할 경우 remi 저장소를 설치하게 됩니다. - centos 5 : https://rpms.remirepo.net/enterprise/remi-release-5.rpm - centos 6 : https://rpms.remirepo.net/enterprise/r..
NTFS 파일 시스템 마운트 Enable EPEL Repository # wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm # rpm -ivh epel-release-latest-7.noarch.rpm or # yum install epel-release # yum clean all # yum update Install NTFS-3G packages for enabling support for NTFS file system # yum install ntfs-3g Enable NTFS support for file managers # yum install ntfsprogs -y NTFS Mount 디스크 확인 # fdis..
NTP(Network Time Protocol)는 인터넷상의 시간을 정확하게 유지하기 위한 통신망 시간 규약이다. 라디오나 원자시계에 맞추어 시간을 조정하며 밀리초 1/1000초 단위까지 시간을 맞출수 있다. 기본적으로 NTP 방식은 straum이라는 계층구조를 가지는데 straum 0은 GPS나 세슘원자 시계등 시간을 구하는 장비를 말하며, straum 1은 GPS 나 세슘 원자 시계등에서 직접 시간을 동기화하는 서버를 의미한다. strum 2 부터는 트리 구조를 형성하게 된다. 보통 straum 2에서 동기화를 하고, 이 동기화를 받은 straum 3 서버에서 나머지 같이 운영하는 서버들을 peer로 해서 동기화를 시키므로써 straum 1 서버들의 부하를 줄인다. NTP는 UDP 123포트를 기본포..
zosystem
'Linux/설치 및 셋팅' 카테고리의 글 목록 (3 Page)