- 글자 색 변경
home .bashrc
- 해상도 변경
/etc/default/grub
- 터미널 글자 크기 변경
setfont sun12x22
-grub 설정 적용
grub2-mkconfig -o /boot/grub2/grub.cfg
-Microsoft UEFI 인증 기관 설정 Powershell 명령
Set-VMFirmware "가상서버이름" -SecureBootTemplate MicrosoftUEFICertificateAuthority
- hyper-v 에서 centos설치 후 네트워크 연결 하는 방법
- 처음 설치했을 때, repo 오류
왜 centos는 repo를 쓰는가..
cd /etc/yum.repos.d
vi CentOS-Base.repo
[base]
name= 아무거나
baseurl = http://centos.mirror.cdnetworks.com/$releasever/os/$basearch
gpgcheck = 1
gpgkey = file///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7
ㄴ 처음 설정 시 막 뭐 fastmirror 에러가 뜸 -> 설정 후 yum clean all -> yum update -> ERROR : Cannot find a vaild baseurl for repo : base..
-> 구글링 해보니까 네트워크 설정 문제라고 함
-> /etc/resolv.conf 설정, dhclient? 다해봄
-> 안됨. 애초에 dhclient는 dhcp 서버에서 IP를 받아와서 네트워크 설정을 하는듯
-> ??????????? - ping 8.8.8.8 잘되는상태
-> 걍 repo 파일에서 fastmirror가 아니라 국내 미러사이트 바라보게함
출처 : lesstif.gitbook.io/things-to-do-after-centos-minimal-installation/yum
-
'infra > Linux' 카테고리의 다른 글
Oracle Linux 8.3 네트워크 구성(독립망) - HCI 기반 (0) | 2023.10.30 |
---|---|
Oracle Linux (8.x) yum ssl certificate 오류 (0) | 2022.06.15 |
Local repo 생성 (0) | 2020.06.04 |
LDAP (0) | 2020.06.03 |
rsyslog (업무) (0) | 2020.06.03 |