Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Category Archives 기술자료
  • 비공개 » 기술자료 » CUBE | DB관련 | Hack | MDX등 | OSX | PDW
  • [펌] HOWTO: Turn off MySQL reverse DNS lookup to speed up response times

    내용을 요약 하자만.. mysql이 접속 할때 reverse DNS lookup을 하는데 이때 시간이 많이 걸리니 이를 skip처리 하면 접속 속도가 많이 빨라 진다는 이야기..     http://developer.sugarcrm.com/2012/01/10/howto-turn-off-mysql-reverse-dns-lookup-to-sp…


    Continue reading → Post ID 709

    Posted on 2015-04-15 7:53 AM by andrew Comment
    기술자료 참고를 위한 저장물
  • [Tips- Spring, hibernate] 커넥션 풀 유지하기

    http://www.mimul.com/pebble/default/2008/06/24/1214258760000.html   기본적으로 mysql은 8시간 이후에 동작하지 않는 커넥션은 종료시킵니다. 그래서 커넥션 풀이 비정상 상태가 될 확률이 있어 아래와 같은 설정이 필요하게 됩니다. 기본적으로 데이터 소스는 dbcp, c3p0 두개 중에 하나를 사…


    Continue reading → Post ID 707

    Posted on 2015-04-15 7:50 AM by andrew Comment
    기술자료 참고를 위한 저장물
  • [linux] 사용자 생성, 그룹생상, 그룹에 사용자 배정하기

    1.사용자 등록 useradd -r username  – G groupname   –shell /bin/false 2. 사용자 삭제 userdel username  3. 그룹 생성 groupadd groupname 4. 존재하는 그룹에 사용자 배정하기 usermod -a -G groupname username   


    Continue reading → Post ID 705

    Posted on 2015-04-15 7:49 AM by andrew Comment
    기술자료
  • NGINX , TOMCAT으로 Virtual Host 구성 하기

    1. NGINX 의 기존 디렉토리인 /etc/nginx/config.d/ 하위에 사용할 도메일 별로 *.conf을 생성 한다. 2. 내용은 하기와 같이 한다. server { listen 80; server_name www.aaaa.com; location / { proxy_pass http://127.0.0.1:(열리PORT 보통 8080); } } 3….


    Continue reading → Post ID 703

    Posted on 2015-04-15 7:38 AM by andrew Comment
    기술자료
  • TOMCAT Virtual Host만들기

    1. ${catalina.home}/conf/server.xml 화일을 열어서 아래와 같이 변경 <Engine name=”Catalina”defaultHost=”localhost”debug=”0″> To <Engine name=”Catalina”defaultHost=”www.example.com”debug=”0″> ** 여기서 지정한…


    Continue reading → Post ID 701

    Posted on 2015-04-15 7:32 AM by andrew Comment
    기술자료
  • Securing Svnserve using SSH

    http://tortoisesvn.net/ssh_howto.html Securing Svnserve using SSH This section provides a step-by-step guide to setting up Subversion and TortoiseSVN to use the svn+ssh protocol. If you already use au…


    Continue reading → Post ID 698

    Posted on 2015-04-15 1:54 AM by andrew Comment
    기술자료
  • * APM설치

    1. 설정 방화벽 켜져 80 포트, 3306 포트 vi /etc/sysconfig/iptables -A INPUT -m state –state NEW -m tcp -p tcp –dport 80 -j ACCEPT -A INPUT -m state –state NEW -m tcp -p tcp –dport 3306 -j…


    Continue reading → Post ID 694

    Posted on 2015-04-15 1:50 AM by andrew Comment
    기술자료
  • [Linux] Nginx설치 후 Home Directory의 Owner도 같고 file permission 도 했는데 permission error가 날때

    SELinux라는 개념이 RHEL5 부터 들어 왔다고 한다 약자는 Security Enhanced Linux 란다.. 별의 별짓을 다 해도 계속 적으로 access dined error가 나왔는데 아래처럼 SELinux의 Mode를 바꿔주면 해결 된다.. 단, 보안은 좀 취약해 지는 약점이 있단다.. 그럼.. 해결할 수 있는 방법은?? 일단 더 찾아 봐야…


    Continue reading → Post ID 691

    Posted on 2015-04-15 1:03 AM by andrew Comment
    기술자료
  • [펌]MariaDB 설정 파일 my.cnf

    http://www.programkr.com/blog/MUDM5ADMwYT2.html     # MariaDB database server configuration file. # # You can copy this file to one of: # – “/etc/mysql/my.cnf” to set globa…


    Continue reading → Post ID 687

    Posted on 2015-04-13 9:44 PM by andrew Comment
    기술자료
  • [펌] Apache .htaccess 도메인 컨트롤하기 (www , https)

    http://blog.lael.be/post/1130 # 원하는 동작의 주석을 제거하면 동작한다. .htaccess 파일에 아래의 내용을 넣으면 된다. 순서를 모르겠다면 해당파일의 맨 밑에 넣으면 된다.   <IfModule mod_rewrite.c> RewriteEngine on RewriteRule ^ – [E=protossl] Re…


    Continue reading → Post ID 685

    Posted on 2015-04-13 9:36 PM by andrew Comment
    기술자료

Posts navigation

Previous 1 … 7 8 9 … 12 Next


©2025 boots Entries RSS and Comments RSS Child theme Boots of Raindrops Theme
 

Loading Comments...