Skip to content

jook.pe.kr

  • HOME
  • Engineer’s tip
    • Linux
    • Apache_Tomcat
    • Mysql
    • Windows
  • Daily Life
    • MySon
Apache_TomcatEngineer's tip
jook 2016년 10월 26일 0 Comments

.htaccess 를 이용한 파일 접근 제한

.htaccess 파일을 이용해서 특정디렉토리내의 특정 파일에 접근 제한 하는 방법   웹페이지 내의 특정 파일의 접근을 차단 하고 싶은 경우, 예를 들어

Read More
Engineer's tipMysql
jook 2016년 10월 26일 0 Comments

mysqlcheck 사용해서 테이블 복구하기

mysqlcheck 사용법   1. mysql 전체 DB 복구 [root@localhost /]# mysqlcheck -Aao –auto-repair -u root -p패스워드   2. mysql 지정

Read More
Engineer's tipLinux
jook 2016년 10월 26일 0 Comments

quota 설정하기

1. /etc/fstab에 설정 추가 – /etc/fstab 파일에서 quota 설정할 파일시스템 부분에 usrquota 또는 grpquota를 추가한다 /dev/sda4  /home  ext3  defaults,usrquota 1

Read More
Engineer's tipMysql
jook 2016년 10월 26일 0 Comments

Mysql dump

필요에 따른 mysql 덤프 방법법   1. database 전체 데이터베이스 dump # mysqldump -u root -p –all-databases > db.sql  

Read More
Engineer's tipLinux
jook 2016년 10월 26일 0 Comments

yum 의존성 패키지 버전 에러

yum으로 패키지를 설치하다 보면 아래와 같이 의존성패키지의 버전 문제로 에러가 발생하는 경우가 있다. yum install 이나 update를 실행할 때, 의존성이

Read More
Engineer's tipLinux
jook 2016년 10월 26일 0 Comments

dmsetup 명령

리눅스에서 multipath(mpathX)나 LVM을 사용할 경우, 실제로 매핑되어 있는 device는 dm-X 이다. 아래와 같이 dmsetup 명령이나 /sys/block/dm-X/ 디렉토리에서 실재 매핑되어 있는 device 장치 정보를 확인

Read More
Engineer's tipLinux
jook 2016년 10월 26일 0 Comments

Nagios 설치하여 서버 모니터링 하기

테스트 서버 정보 server : 192.168.122.1 vm1 : 192.168.122.20 vm2 : 192.168.122.30   Nagios 설치 1. rpm 버전의 nagios 설치를

Read More
Engineer's tipLinux
jook 2016년 10월 26일 0 Comments

WoL (Wake on Lan) 테스트

Wake on Lan test – 동일 네트워크 상에서 가능 – ethtool로 확인시 Wake-on 상태가 g 일 경우 가능 [root@test2 ~]#

Read More
Engineer's tipLinux
jook 2016년 10월 26일 0 Comments

rsh, rlogin 설정

### server 1. rsh, rsh-server 패키지 확인 – 패키지가 설치되어 있지 않으면 yum install로 설치 [root@localhost ~]rpm -qa | grep

Read More
Engineer's tipLinux
jook 2016년 10월 26일 0 Comments

munin 패키지로 서버 모니터링 하기

munin 서버 설정   -> munin 패키지는 rpmforge 에 있음. 작업전 yum rpmforge repository를 추가한다. 참고) http://wiki.centos.org/AdditionalResources/Repositories/RPMForge 1. munin, munin-node 패키지 설치 – yum

Read More
  • ← 이전
  • 다음 →

최신 글

  • Ubuntu 16.04 mysql max_connections 수정
  • 주시현 태권도 대회 출전 – 결승전
  • 주시현 태권도 대회 출전 – 준결승
  • 주시현 태권도 대회 출전 – 8강
  • 꼬맹이 주민현영상

최신 댓글

보여줄 댓글 없음.
Copyright © 2025 jook.pe.kr. All rights reserved.