2022.09.17 - [Server/Oracle] - [Oracle] Create a VM instance
2022.09.18 - [Server/Oracle] - [Oracle] 고정 IP 설정 (static ip address)
instance에 server를 올리면
hostname 이 instance-date로 되어있는 것을 확인할 수 있다.
hostname을 변경하기 위해 hostnamectl 명령어를 사용하면 된다.
(/etc/hostname 에서 변경해도 괜찮다)
sudo hostnamectl set-hostname <hostname>
ubuntu@instance-20220917-1820:~$ sudo hostnamectl set-hostname test
logout
*** System restart required ***
Last login: Sun Sep 18 19:32:19 2022 from 222.109.162.231
ubuntu@test:~$
로그아웃하고 다시 로그인하면 적용되어있는 것을 확인할 수 있다.
'Server > Oracle Cloud Infrastructure' 카테고리의 다른 글
[Oracle] Nginx 설치 (Ubuntu 20.04) (0) | 2022.09.20 |
---|---|
[Oracle] SSH Key 추가 등록 (0) | 2022.09.19 |
[Oracle] date (Ubuntu 20.04) (0) | 2022.09.18 |
[Oracle] 고정 IP 설정 (static ip address) (0) | 2022.09.18 |
[Oracle] Create a VM instance (0) | 2022.09.17 |