-
VirtualBox Ubuntu Server/Client 설치OS/Ubuntu 2020. 11. 16. 19:28
VirtualBox Ubuntu Server/Client 설치
Reference
https://rorlab.gitbooks.io/railsguidebook/content/appendices/ubuntu16server.html
1. VirtualBox 설치
https://www.virtualbox.org/wiki/Downloads
OS X host 클릭해서 설치
2. VM 생성
https://rorlab.gitbooks.io/railsguidebook/content/appendices/ubuntu16server.html
Network Adapter : bridge adapter -> en0:Wi-Fi(AirPort)
Local user : username
3. Ubuntu-server 이미지 다운
https://www.ubuntu.com/download/server
Ubuntu Server 18.04.1 LTS
(서버는 GUI 없음 필요하면 밑에 보고 설치)
http://snowdeer.github.io/linux/2017/08/04/install-gui-desktop-on-ubuntu/
4. VM에 Ubuntu-server/Ubuntu-desktop 설치
5. IP 확인
$ ifconfig
6. SSH 설치
$ sudo apt-get install openssh-server
7. 로컬(호스트)에서 ssh로 VM 접속
$ ssh username@10.0.1.20 $ ssh username@10.0.1.25