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

단축키

Prev이전 문서

Next다음 문서

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

단축키

Prev이전 문서

Next다음 문서

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

cd /etc/skel 폴더 이동후

mkdir public_html 계정생성

?

  1. No Image

    php.ini 환경설정에서 원격지의 파일을 열지 못하도록 되어 있습니다 해결법

    1. php.ini 파일에서 allow_url_fopen 설정을 확인해보세요. off이면 원격파일을 열수 없습니다.
    Date2011.11.19 Views40484
    Read More
  2. No Image

    폴더 삭제

    rm : 파일삭제 > rm -f aaa.txt : 삭제확인메세지 없이 지우기 > rm -r [폴더] : 폴더 삭제 > rm -rf [폴더] : 확인없이 폴더 지우기
    Date2011.10.07 Views30144
    Read More
  3. No Image

    centos 자동 백업설정

    1. cron 을 이용한 자동 백업 자료 생성 --------------- 웹서버의 자동 실행할 스크립트 작성 ------------- /root아래에 backup.sh 이라는 파일을 만들어 놓고 백업 명령어를 다음과 같이 주었다. #!/bin/bash /usr/local/mysql/bin/mysqldump -uroot -p****...
    Date2011.08.21 Views45694
    Read More
  4. No Image

    Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly.

    Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. 이런 에러 나올때 php.ini 파일을 연다 파일을 못찾을 경우 centos 에서 명령어 find / -name php.in...
    Date2011.07.24 Views34024
    Read More
  5. 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
  6. db 사용자 추가시 권한설정

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

    특정 폴더에 압축 풀기

    tar xvf /압축파일위치/압축파일.tgz -C /풀위치
    Date2011.06.06 Views50025
    Read More
  8. No Image

    ajaxplorer 서버세팅

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

    로그 보는 방법

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

    ftp root 접속하기

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

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

    cd /etc/skel 폴더 이동후 mkdir public_html 계정생성
    Date2011.04.16 Views30708
    Read More
  16. 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
  17. No Image

    apm 버전 확인 명령어

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

    압축하기 압축풀기 tar

    디렉토리 SSS를 homepage.tar로 압축합니다. tar cvf homepage.tar /SSS 압축풀기 tar xvf 파일이름.tar
    Date2011.04.16 Views31045
    Read More
  19. 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
  20. 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
Board Pagination Prev 1 2 3 4 Next
/ 4