VirtualBox 설치는 http://blog.whitelife.co.kr/entry/VirtualBox-설치-하기 를 참고 한다.

가상 파일이 있는 경우로 가정 한다. vdi, hdd 파일 등이 있다.

 

Step 1.  가상 환경 만들기

새로 만들기 클릭 하기

 

Step 2.  가상 환경 종류 선택

종류와 버전을 아래와 같이 하기

 

 

Step 3.  가상 환경 메모리 설정

메모리 확인은 제어판에 시스템을 보면 확인 할 수 있다.

 

 

본인 PC 메모리에 따라 256 ~ 512 정도 설정 하기

 

 

Step 4.  가상 환경 하드 설정

가상 파일 불러오기 폴더 버튼 클릭

 

 

가상 파일을 선택하자.  

 

 

Step 5.  가상 머신 시작하기

새로 생성된 가상 머신을 확인 할 수 있다. 시작해보자.

 

Step 4 에서 추가 한 파일에 설치 되어 있는 OS 가 실행 된다.

 

 

부팅이 완료 된 모습을 볼 수 있다. 

 

 


무료 시디 굽기 프로그램


http://www.burnaware.com/downloads.html


 

var mkdirp = require('mkdirp');

mkdirp('/tmp/foo/bar/baz', function (err) {
    if (err) console.error(err)
    else console.log('pow!')
});

 

node.js file system 을 확장 해서 사용하는 라이브러리 유용하다~~.

 

https://github.com/substack/node-mkdirp

 

 

 

https://github.com/a-sk/livecss

 


http://community.linuxmint.com/tutorial/view/891


'Scrap' 카테고리의 다른 글

livecss  (0) 2013.03.25
Install fonts on Linux Mint using Terminal commands  (0) 2013.03.24
nodejs email module nodemailer  (1) 2013.03.20
Nodejs: setup your IDE with Sublime Text Editor 2  (0) 2013.03.19
node app with nodejs sublime plugin  (0) 2013.03.19

 

http://community.linuxmint.com/tutorial/view/365

'Scrap' 카테고리의 다른 글

livecss  (0) 2013.03.25
Use alias to create shortcuts for commands  (0) 2013.03.24
nodejs email module nodemailer  (1) 2013.03.20
Nodejs: setup your IDE with Sublime Text Editor 2  (0) 2013.03.19
node app with nodejs sublime plugin  (0) 2013.03.19


https://github.com/andris9/Nodemailer


 

http://www.myrocode.com/post/2011/09/29/Nodejs-setup-your-IDE-with-Sublime-Text-Editor-2.aspx

+ Recent posts