우분투입니다.
패키지가 존재 하더군요.(따로 설치할필요가 없어서 좋군요.)
apt-get install node 로 설치는 끝났습니다. (설치가 간단하군요.. 우분투 만쉐~!)
테스트 해보고자.... nodejs의 소스로 node.js를 만들었습니다.
var http = require('http');
http.createServer(function (req, res) {
res.writeHead(200, {'Content-Type': 'text/plain'});
res.end('Hello World\n');
}).listen(40000, "127.0.0.1");
console.log('Server running at Terrorboy Net');
노드로 실행하면..... 포트가 개방되있지 않다닛.....
root@vps101:/# node node.js
axconfig: port 1 not active
axconfig: port 2 not active
요거 원인이 따로 있을까요?
가상서버라 판넬에서 포트만 해두면되는데 말이죠 ㅠㅠ
ps. 미러 서버 찾아서 대처후 업데이트하고 설치 완료했습니다.
댓글 4개
13년 전
우분투 버전이 얼만지 모르겠지만
node랑 아니라 nodejs 를 설치해야 할겁니다.
$sudo apt-get install node
$sudo apt-get install nodejs
우분투 11에선 위 명령어 두개로 깔끔하게 설치했습니다.
node랑 아니라 nodejs 를 설치해야 할겁니다.
$sudo apt-get install node
$sudo apt-get install nodejs
우분투 11에선 위 명령어 두개로 깔끔하게 설치했습니다.
Terrorboy
13년 전
nodejs는 패키지 검색이 안되네요.
우분투 8.04 버전이네요 ㅎㅎ
우분투 8.04 버전이네요 ㅎㅎ
Terrorboy
13년 전
미러 페이지 찾았네요,.
deb http://ftp.kr.debian.org/debian/ experimental main
deb-src http://ftp.kr.debian.org/debian/ experimental main
deb http://ftp.kr.debian.org/debian/ experimental main
deb-src http://ftp.kr.debian.org/debian/ experimental main
Terrorboy
13년 전
/etc/apt/sources.list 의 내용을
deb http://ftp.kr.debian.org/debian/ experimental main
deb-src http://ftp.kr.debian.org/debian/ experimental main
로 대체 후
apt-get update
하고
apt-get install node
apt-get install nodejs
하면 설치 됩니다.
deb http://ftp.kr.debian.org/debian/ experimental main
deb-src http://ftp.kr.debian.org/debian/ experimental main
로 대체 후
apt-get update
하고
apt-get install node
apt-get install nodejs
하면 설치 됩니다.
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 30 |
아우겐나이스
|
21년 전 | 4049 | |
| 29 |
아우겐나이스
|
21년 전 | 4436 | |
| 28 |
아우겐나이스
|
21년 전 | 3462 | |
| 27 | 21년 전 | 5833 | ||
| 26 | 21년 전 | 3107 | ||
| 25 | 21년 전 | 6080 | ||
| 24 | 18년 전 | 3648 | ||
| 23 | 21년 전 | 3639 | ||
| 22 | 21년 전 | 4247 | ||
| 21 | 21년 전 | 3817 | ||
| 20 | 21년 전 | 4224 | ||
| 19 | 21년 전 | 6678 | ||
| 18 | 21년 전 | 4733 | ||
| 17 | 21년 전 | 6989 | ||
| 16 | 21년 전 | 4169 | ||
| 15 | 21년 전 | 2631 | ||
| 14 | 21년 전 | 4977 | ||
| 13 | 21년 전 | 3399 | ||
| 12 |
Recluse
|
21년 전 | 3878 | |
| 11 |
아우겐나이스
|
21년 전 | 3568 | |
| 10 |
Recluse
|
21년 전 | 3392 | |
| 9 | 21년 전 | 3987 | ||
| 8 | 21년 전 | 5169 | ||
| 7 | 21년 전 | 4760 | ||
| 6 | 21년 전 | 5682 | ||
| 5 | 21년 전 | 4114 | ||
| 4 | 21년 전 | 4837 | ||
| 3 | 21년 전 | 4740 | ||
| 2 | 21년 전 | 3240 | ||
| 1 | 22년 전 | 4339 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기