1. Ruby & RubyGems Download - http://rubyonrails.org/download 2. Ruby 설치 - 다운 받은 Ruby 파일을 압축 해제 - ./configure - make - make test - make install 3. RubyGem 설치 - 다운 받은 RubyGems 파일 압축 해제 - 압축이 풀린 폴더로 이동하여 ruby setup.rb 실행 - ln -s /usr/local/bin/gem /usr/bin/gem 4. RubyOnRails 설치 - gem install rails
> hdparm -tT /dev/sda /dev/sda: Timing cached reads: 20724 MB in 2.00 seconds = 10375.81 MB/sec Timing buffered disk reads: 304 MB in 3.02 seconds = 100.60 MB/sec > hdparm --help hdparm - get/set hard disk parameters - version v6.6 Usage: hdparm [options] [device] .. Options: -a get/set fs readahead -A set drive read-lookahead flag (0/1) -b get/set bus state (0 == off, 1 == on, 2 == tristate) -B..
1. samba 설치확인 > rpm -qa samba 2. yum 으로 samba 설치 > yum install -y samba 3. samba 설정 > vi /etc/samba/smb.conf 파일을 수정 # 캐릭터셋 설정 unix charset = utf-8 dos charset = utf-8 display charset = utf-8 # 워크그룹 설정 workgroup = WORKGROUP server string = Samba Server Version %v # 접속 허용 IP 설정 (192.168.0.* 허용, 123.123.123.123 허용) hosts allow = 192.168.0. 123.123.123.123 # 특정 유저 허용 security = user passdb backend =..
출처 : http://www.toyos.nl/2010/09/21/install-postgresql-9-0-on-centos-5-5/ Today PostgreSQL 9.0 was released, so it’s testing time. Here is a little howto on installing it on a CentOS 5.5 machine. First do a minimal CentOS 5.5 install. Read this. Exclude postgres from the base and updates repos: vi /etc/yum.repos.d/CentOS-Base.repo And add: exclude=postgresql* to the bottom of both sections. Get ..
- Total
- Today
- Yesterday