Skip to main content

Recently Updated Pages

Centos에서 POSTFIX설치하기

2. Open-Infra SMTP 노트

Centos6이후부터는 기본SMTP가 Sendmail에서 postfix로 변경되었습니다. Sendmail 패키지 삭제 $> yum erase sendmail -y P...

Updated 1 year ago by artop0420

centos6에서 dovecot 설치하기

2. Open-Infra SMTP 노트

활성화 서비스 설정 $> vi /etc/dovecot/dovecot.conf #protocols = imap pop3 lmtp 에서 주석 해제 후 사용할 서비스만 기재 E...

Updated 1 year ago by artop0420

Centos5에서 dovecot 설치하기

2. Open-Infra SMTP 노트

Dovecot 설치 (centos 5.x버전) Dovecot 패키지 설치 $> yum install -y dovecot Dovecot 설정 $> vi /etc/do...

Updated 1 year ago by artop0420

sendmail Trouble Shooting

2. Open-Infra SMTP 노트

Hosts 수정 (부팅 시 sendmail에서 진행이 지연되고 있을 때 진행) $> vi /etc/hosts 서버IP 호스트명 지정 Ef) 1.2.3.4 test.co....

Updated 1 year ago by artop0420

webalizer 설치하기

2. Open-Infra WEB&WAS기술정보

패키지 설치하기 $> yum install -y gd-devel png-devel webalizer 설치하기 $> tar xvzf webalizer-2.23-05.t...

Updated 1 year ago by artop0420

roundcube 업데이트 후 로그인 ui변경

2. Open-Infra WEB&WAS기술정보

roundcube 업데이트 후 로그인 UI가 변경되는 경우. 원인 & 조치사항 roundcube config에 정의된 skin값이 larry (이전버전부터 사용한 UI)값...

Updated 1 year ago by artop0420

php컴파일 정보 확인하기

2. Open-Infra WEB&WAS기술정보

php명령어를 통한 컴파일 정보 확인방법 php 명령어로 확인 [root@localhost ~]# php -i | more phpinfo() PHP Version =>...

Updated 1 year ago by artop0420

php 경로별 모듈 인식 오류

2. Open-Infra WEB&WAS기술정보

php경로에 따라서 모듈을 못읽는 경우 [root@localhost ~]# php -m PHP Warning:  PHP Startup: Unable to load dy...

Updated 1 year ago by artop0420

corosync / pacemaker를 이용한 HA구성

2. Open-Infra

HA stack Hardware : 물리서버 Message : Clustering 맴버간 통신상태 확인 Resoure Manager : failover /...

Updated 1 year ago by artop0420

LDAP구성-4. rootdn변경

2. Open-Infra Openldap 구성

LDAP root dn 패스워드 변경 변경할 패스워드값 생성 $> slappasswd $> New password: $> Re-enter new password: {...

Updated 1 year ago by artop0420

LDAP구성-3. SAMBA구성해서 연동하기

2. Open-Infra Openldap 구성

Samba서버와 LDAP연동하기 – LDAP서버에서 작업 패키지 설치 $> yum insall -y samba samba-devel samba설정 적용...

Updated 1 year ago by artop0420

LDAP구성-2. 클라이언트 구성하기

2. Open-Infra Openldap 구성

LDAP 클라이언트 구성 패키지 설치하기 $> yum install openldap-clients nss-pam-ldapd \ pam_ldap autofs nfs-uti...

Updated 1 year ago by artop0420

LDAP구성-1. 서버구성하기

2. Open-Infra Openldap 구성

구성정보 OS : Centos 6.5 LDAP 서버IP : 192.168.10.10 LDAP 클라이언트 IP : 192.168.100.10 LDAP root dn(관리...

Updated 1 year ago by artop0420

Glusterfs rpm 설치

2. Open-Infra 스토리지 기술정보

Centos환경에서 GlusterFS설치 및 운용 다운로드 : http://download.gluster.org/pub/gluster/glusterfs/3.3/3.3.1/C...

Updated 1 year ago by artop0420

DRBD 기술노트

2. Open-Infra 스토리지 기술정보

Opensource 정보 : DRBD / DRBDutils (https://www.linbit.com/en/drbd-oss-distribution/) DRBD Stack...

Updated 1 year ago by artop0420

centos6.x drbd설치

2. Open-Infra 스토리지 기술정보

Centos6에서 DRBD rpm 으로 설치 [root@localhost ~]# rpm -ivh http://elrepo.org/elrepo-release-6-5.el6.e...

Updated 1 year ago by artop0420

RHEL환경에서 VDO 사용하기

2. Open-Infra 스토리지 기술정보

VDO 소개 VDO; Virtual Data Optimizer 기술은 스토리지의 활용을 증가시키기 위해 데이터 중복제거, 압축 기능을 제공하는 스토리지 기술 활용 목적에 ...

Updated 1 year ago by artop0420

갤럭시 탭을 자동차 내비게이션으로 환골탈퇴하기.

잡다한 공유

집에서 한동안 안쓰고 굴러다니는 태블릿이 하나 있습니다. 모델명은 바로 "Galaxy Tab A with S Pen 8.0" 게임전용으로 쓰다가 문제가 생겼습니다. 바로....

Updated 1 year ago by artop0420

urandom기반의 랜덤텍스트 생성

2. Open-Infra 쉘스크립트개발

/dev/urandom 기반으로 랜덤한 문자열 생성 대소문자/숫자 조합으로 8자리 문자열 생성$> cat test.sh #!/bin/bash random_char=$...

Updated 1 year ago by artop0420

bash에서 조건문 사용

2. Open-Infra 쉘스크립트개발

쉘 스크립트에서 조건문 사용시 사용방법 숫자형 비교조건 설  명 i 작을 때 g 클 때 e 같을때 t 초과 (이하)   스크립트로 구현 i가 j보다...

Updated 1 year ago by artop0420