enjoeyland

virtual box에서 debian linux 설치 과정 본문

프로그래밍/컴퓨터 기타

virtual box에서 debian linux 설치 과정

민경현(Kyunghyun Min) 2015. 11. 9. 18:17

버추얼박스에서 리눅스 설치 방법 



버추얼박스(vitual box)는 https://www.virtualbox.org/에서 다운 받으면 된다.



위에서 새로 만들기를 클릭해 가상머신을 추가한다.(여기서는 debian을 설치 할 것이니 debian을 선택하자.)


그냥 실행해보면 위같이 나오거나 에러가 뜰 것이다.(FATAL: No bootable medium found! System halted.)

왜냐하면 windows를 깔때처럼 cd가 필요하기 떄문이다. 

linux는 오픈소스이기때무에 인터냇상에 다있다.

http://cdimage.debian.org/debian-cd/8.2.0/amd64/iso-dvd/에 가보자. (debian 번전 8.2.0 입니다.)

other question 밑에 debian-8.2.0-amd64-DVD-1.iso를 다운 받으면 된다. 1만 받으면 된다.



아마 오래걸릴 것이다.


설치가되면 설정->저장소에가서 비어있음->CD->가상 광학 디스크... 를 클릭해 설치한 것을 선택한다.

그리고 실행한다.












linux설치.pptx


network mirror - CD에 없는 나머지 데이터를 인터넷상에서 가져오기(www.daum.net)

GRUB- linux를 처음 시작할때 필요하다.













































여기서 많이 실수하는데 [ ]에서 [*]로 하려면 enter가 아니라 space이다.



파일 종류마다 색깔 넣기


root@enjoeyland:~# ls -alh

...

root@enjoeyland:~# nano .bashrc

# ~/.bashrc: executed by bash(1) for non-login shells

# Note: PS1 and umask are already set in /etc/profile. You should not

# need this unless you want different defaults for root.

# PS1='${debian_chroot:+($debian_chroot)}\h:\w\$ '

# umask 022


# You may uncomment the following lines if you want `ls' to be colorized:

 export LS_OPTIONS='--color=auto'

 eval "`dircolors`"

 alias ls='ls $LS_OPTIONS'

 alias ll='ls $LS_OPTIONS -l'

 alias l='ls $LS_OPTIONS -lA'

#

# Some more alias to avoid making mistakes:

# alias rm='rm -i'

위같이 수정하고 저장하기 Ctirl+O