본문 바로가기

CentOS5

centos nodejs8 버전 설치 $ yum install -y gcc-c++ make #의존성 패키지 설치 $ curl -sL https://rpm.nodesource.com/setup_8.x | sudo -E bash - # nodejs 최신버전 저장소 설치 $ curl -sL https://rpm.nodesource.com/setup_10.x | sudo -E bash $ yum install nodejs -y $ npm install yarn -g $ npm install pm2 -g 후에 nodeapp 설치는 node_modules 디렉토리를 제외하고 복사 $ npm init 엔터~~ $ npm install​ $ pm2 start server.js --watch 2020. 4. 14.
CentOS 크롬 설치 방법 Enable Google YUM repositoryAdd following to /etc/yum.repos.d/google.repo file: 32-bit [google] name=Google - i386 baseurl=http://dl.google.com/linux/rpm/stable/i386 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linux/linux_signing_key.pub 64-bit [google64] name=Google - x86_64 baseurl=http://dl.google.com/linux/rpm/stable/x86_64 enabled=1 gpgcheck=1 gpgkey=https://dl-ssl.google.com/linu.. 2011. 6. 24.
커널 업데이트 리눅스 초보자에게 커널빌드 는 참으로 어려운 과제이다.. 커널패닉을 얼마나 많이 먹었던지.. 이 글은 CentOS 에서 현재 최신커널인 2.6.26.2 로 커널업그레이드를 할것이다. 중간에 커널패닉이 나오긴 하지만 정석이 아닌 하나의 옵션을 이용해서 피해볼것이다. CentOS 를 설치할 때는하드를 SCSI 로 할경우 몇몇 옵션과 에러가 있을수 있기에 IDE 로 하길 바란다. 커널다운로드 1. www.kernel.org 2. wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.26.2.tar.gz 기본설치 1. yum install gcc 2. yum install make 3. yum install ncurses* 커널설치 1. make mrprope.. 2011. 5. 19.
CentOS NetInstall(HTTP install) http://mirror.centos.org/centos/5.5/os/i386/ website : mirror.centos.org directory : centos/5.5/os/i386 http://ftp.daum.net/centos/5.5/os/i386/ website : ftp.daum.net directory : centos/5.5/os/i386 2012-12-11 갱신website : vault.centos.orgdirectory : 5.5/os/x86_64/ 위 사이트를 적기 전에 꼭 먼저 밑에 주소에 이미지가 있는지 확인 http://ftp.daum.net/centos/ NetInstall은 ISO NetInstall 이미지와 받는 ISO 버전이 꼭 같아야 함 주의 USB로 설치시에 기존 하드.. 2011. 1. 19.