ISO 파일 다운로드

https://releases.ubuntu.com/

ISO 파일을 이용하여 OS를 설치해준다.

 

root 생성 및 패스워드 변경

# sudo passwd root

# su - // su 명령을 통해 root 계정으로 로그인

 

hostname 변경

# hostnamectl set-hostname <변경할 hostname>

 

네트워크 설정

# vi /etc/netplan/00-installer-config.yaml

# netplan apply

 

ssh 설치

# apt-get install openssh-server

# vi /etc/ssh/sshd_config

# service sshd restart

+ Recent posts