조회 수 37189 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

chkconfig --level 2345 mysqld on

chkconfig --level 2345 httpd on

chkconfig --level 2345 vsftpd on

 

확인

 

chkconfig --list | grep mysqld

chkconfig --list | grep httpd

chkconfig --list | grep vsftpd

?

  1. No Image

    Centos 설치방법

    http://kch1183.blog.me/50099487610 추가, 파티션 나눌때 swap (가상메모리) 램 용량의 x 2 예) ram 2g , swap 4g
    Date2011.04.16 Views31114
    Read More
  2. No Image

    apm 설치 yum 이용

    1. APM(Apache + Php + Mysql) 설치 apache, mysql, php순으로 APM을 설치합니다. # yum -y install httpd # yum -y install mysql # yum -y install php 2. APM 관련 라이브러리 설치 # yum -y install gd gd-devel # yum -y install libpng libpng-devel # y...
    Date2011.04.16 Views43681
    Read More
  3. No Image

    서버 재시작시 자동으로 데몬 실행

    chkconfig --level 2345 mysqld on chkconfig --level 2345 httpd on chkconfig --level 2345 vsftpd on 확인 chkconfig --list | grep mysqld chkconfig --list | grep httpd chkconfig --list | grep vsftpd
    Date2011.04.16 Views37189
    Read More
  4. No Image

    하드디스크 용량 보기, 계정별 홈용량 확인 방법

    하드디스크 정보 보기 df [-옵션] [--세부옵션] -a : 파일시스테므이 크기가 0인 것도 모두 보연준다. -m : 용량단위를 MB로 보여준다 -h : 용량 단위를 읽기쉽게 보여준다 df –m / df –h 파일 및 디렉토리 사용량 보기 du [-옵션] [--세부옵션] [경로] 디렉토...
    Date2011.04.16 Views56410
    Read More
  5. No Image

    방화벽 설정 및 해제

    참고: 리눅스의 방화벽 기본정책은 모든 포트를 막습니다. 그럼으로, SQL포트 3306번, apache포트 80번을 아래의 설정값을 이용하여 열어주어야 합니다. # vi /etc/sysconfig/iptables -A INPUT -m state --state NEW -m tcp -p tcp --dport 3306 -j ACCEPT //...
    Date2011.04.16 Views30587
    Read More
  6. No Image

    centos 한글 깨질때 수정

    centos 한글 깨질 때 vi /etc/sysconfig/i18n LANG="ko_KR.eucKR" SUPPORTED="en_US.iso885915:en_US:en:ko_KR.eucKR:ko_KR:ko" SYSFONT="lat0-sun16" SYSFONTACM="iso15"
    Date2011.04.16 Views31893
    Read More
  7. No Image

    압축하기 압축풀기 tar

    디렉토리 SSS를 homepage.tar로 압축합니다. tar cvf homepage.tar /SSS 압축풀기 tar xvf 파일이름.tar
    Date2011.04.16 Views31045
    Read More
  8. No Image

    apm 버전 확인 명령어

    rpm -qa | grep httpd rpm -qa | grep mysqld rpm -qa | grep php
    Date2011.04.16 Views46743
    Read More
  9. No Image

    mysql import (복구)

    mysql -u root(계정) -p jaggoowa(DB명) < /home/test/public_html/test.sql jaggoowa 라는 DB에 test.sql 복구됨
    Date2011.04.16 Views38917
    Read More
  10. No Image

    사용자 계정 생성시 자동으로 public_html 생기는 방법

    cd /etc/skel 폴더 이동후 mkdir public_html 계정생성
    Date2011.04.16 Views30708
    Read More
  11. No Image

    ftp root 접속하기

    vi /etc/vsftpd/user_list 접속후 root 앞에 # 주석처리 vi /etc/vsftpd/ftpusers 접속후 root 앞에 # 주석처리
    Date2011.04.16 Views29588
    Read More
  12. No Image

    계정생성

    사용자 계정 생성 #useradd -u [유저ID] -g [그룹ID or 그룹명] -s [사용되는 SHELL] -d [유저 Home 디렉토리] 계정이름 useradd -u 501 -g 500 -d /home/jaggoowa jaggoowa passwd jaggoowa userdel -r 계정명 # -r 까지 붙이면 폴더까지 완전삭제 chmod 755 ...
    Date2011.04.16 Views29346
    Read More
  13. No Image

    유저 ftp접속시 상위 폴더 안보이게 설정

    vi /etc/vsftpd/vsftpd.conf vsftpd.conf 파일에서 아래처럼 설정해주신후에 chroot_list_enable=YES chroot_list_file=/etc/vsftpd/chroot_list /etc/vsftpd/chroot_list 파일안에 상위로 못가게 만들 계정을 적어주시면 됩니다.
    Date2011.04.16 Views63493
    Read More
  14. No Image

    도메인 연결 방법

    vi /usr/local/apache/conf/httpd.conf // 모듈에서 httpd-vhosts 모듈 주석제거 vi /usr/local/apache/conf/extra/httpd-vhosts.conf 수정
    Date2011.04.18 Views31016
    Read More
  15. No Image

    아파치 정보

    소스 위치 /usr/local/src 소스 설치위치 /usr/local Apache 설정 파일 /usr/local/apache/conf/httpd.conf PHP 설정파일 위치 /usr/local/apache/conf/php.ini Apache 시작/종료 /etc/rc.d/init.d/apachectl start | stop | restart MySQL 시작/종료 /etc/rc....
    Date2011.04.18 Views30710
    Read More
  16. No Image

    로그 보는 방법

    cat , vi 명령어로 /var/log/maillog 멩리과 관련된 로그를 기록 /var/log/messages 메일, 뉴스등을 제외한 전체적인 로그를 기록하는 파일 /var/log/secure 유저에 대한 접속을 기록 /var/log/lastlog 계정사용자들이 마지막으로 로그인한 정보를 기록. lastl...
    Date2011.05.04 Views33414
    Read More
  17. No Image

    ajaxplorer 서버세팅

    http://jekyung.com/139
    Date2011.06.05 Views32238
    Read More
  18. No Image

    특정 폴더에 압축 풀기

    tar xvf /압축파일위치/압축파일.tgz -C /풀위치
    Date2011.06.06 Views50025
    Read More
  19. db 사용자 추가시 권한설정

    http://cafe.naver.com/autoset/3283
    Date2011.07.16 Views30908
    Read More
  20. No Image

    autoset6 db 복원 import

    시작 > 실행 > cmd 실행 cd autoset6servermysqlbin 이동후 c:autoset6servermysqlbin > 밑에 db 복원문 입력 mysql -u root(계정) -p jaggoowa(DB명) < /home/test/public_html/test.sql jaggoowa 라는 DB에 test.sql 복구됨
    Date2011.07.16 Views42148
    Read More
Board Pagination Prev 1 2 3 4 Next
/ 4