태그 : centos 요약보기전체보기목록닫기
- [CentOS] sysbench 설치 및 OLTP test(1)2014.02.05
- [CentOS] MariaDB 설치(1)2013.09.10
- [CentOS 6.4] Oracle10g 설치(2)2013.06.24
- [CentOS] flexible i/o - fio bmt tool(0)2013.06.04
- [CentOS6.4] Fusion-io ioDrive2 장착 및 설치(0)2013.06.03
- [CentOS] Micron Enterprise SSD P320h (350GB SLC Type) 설치(0)2013.06.03
- [BMT] Dell PE C5220 vs R210 II (iozone)(0)2013.04.18
- [shell script] 사용자 추가 및 삭제(0)2012.10.04
- How to install sendmail and dovecot on CentOS6.3(0)2012.09.28
- [CentOS] Dell OpenManage Server Administrator 7.1.0 설치(1)2012.08.17
- Linux
- 2014/02/05 17:37
OS : CentOS 6.4 x64Sysbench v0.4.12 (2009-03-19)Download : http://sourceforge.net/projects/sysbench/files/sysbench/1. Sysbench 다운 및 설치# wget http://sourceforge.net/projects/sysbench/files/sysbench/0...
- Linux
- 2013/09/10 11:26
요즘 웹서버의 대세는 APM에서 Nginx+Php+MariaDB 로 흘러가는 형국인 것 같다.테스트로 CentOS 6.4 x64에 MariaDB를 설치해보기로 한다.우선 yum으로 설치가 안되기에 repository에 등록을 시키고 yum으로 설치해보자.# vi /etc/yum.repos.d/MariaDB.repo[mariadb]name = MariaD...
- Oracle
- 2013/06/24 16:39
CentOS 6.4 x64- swap : 12GB 이상으로 설정# groupadd dba# groupadd oinstall# useradd -g oinstall -G dba -d /home/oracle oracle# passwd oracle# su - oracle# chown -R oracle.dba /home/oracle# chmod -R 755 /h...
- Linux
- 2013/06/04 10:40
Flexible I/O (fio)<download>http://brick.kernel.dk/snaps/fio-2.1.tar.gz# yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel libaio-devel# tar xvfz fio-2.1.tar.gz# cd fio...
- Server
- 2013/06/03 17:41
서버에 PCIe slot (x8 or x16)에 장착BIOS 셋팅(Power Management : Max or Performance / Thermal -> Fan speed offset : High)Fusion-io 사이트에서 ioDrive2 (iomemory-vsl) driver / util / firmware 다운로드 (계정 필요)#...
- Server
- 2013/06/03 15:46
Dell R420 서버에 PCIe slot (x8 or x16)에 P320h 카드 장착CPU : Intel Xeon @2.00GHz Six-coreRAM : 8GB DDR3 * 2ea(16GB)RAID : PERC H310HDD : 300GB SAS * 2ea (RAID 1)OS : CentOS 6.3 x641. BIOS 셋팅 &nbs...
- Linux
- 2013/04/18 15:13
- Linux
- 2012/10/04 18:26
1. 사용자 추가 script# vi adduser <- chmod 700 adduser#!/bin/bash# Script to add a user to Linux systemclearif [ $(id -u) -eq 0 ]; then ...
- Linux
- 2012/09/28 13:27
<설치 환경>CentOS 6.3 x64sendmail 8.14.408.el6dovecot 2.0.9-2.el6_1.11. sendmail 설치아래 링크 참조http://jonnychoe.egloos.com/52393462. dovecot (pop3) 설치 <= centos 6.x 설치 시#y...
- Linux
- 2012/08/17 16:09
<테스트 환경>CentOS 6.0 x64* OMSA 7.1.0 설치# vi /etc/redhat-release# CentOS 6.0 (Final) <= 주석처리Red Hat Enterprise Linux Server release 6.0 (Santiago)# wget f...
최근 덧글