Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7

    https://www.digitalocean.com/community/tutorials/how-to-install-linux-nginx-mysql-php-lemp-stack-on-centos-7   How To Install Linux, Nginx, MySQL, PHP (LEMP) stack On CentOS 7 Introduction A LEMP…


    Continue reading → Post ID 718

    Posted on 2015-04-15 8:00 AM by andrew Comment
    📂This entry was posted in 기술자료 참고를 위한 저장물
  • CentOS SSH Installation And Configuration

    http://www.cyberciti.biz/faq/centos-ssh/   How do I install and configure ssh server and client under CentOS Linux operating systems? You need to install the following packages (which are install…


    Continue reading → Post ID 716

    Posted on 2015-04-15 7:57 AM by andrew Comment
    📂This entry was posted in 기술자료 참고를 위한 저장물
  • HOW TO INSTALL PUPPET ON CENTOS7

    https://garage.godaddy.com/tech/config/install-puppet-centos7/ Puppet is a configuration management tool designed to allow users to define the state of complex IT infrastructures in the easiest way po…


    Continue reading → Post ID 714

    Posted on 2015-04-15 7:57 AM by andrew Comment
    📂This entry was posted in 기술자료 참고를 위한 저장물
  • HOW TO INSTALL SENSU ON CENTOS7

    https://garage.godaddy.com/tech/config/install-sensu-centos7/ Sensu is a monitoring router for Linux operating systems such as CentOS 7. It monitors “check” scripts and passes their results to the cor…


    Continue reading → Post ID 711

    Posted on 2015-04-15 7:56 AM by andrew Comment
    📂This entry was posted in 기술자료 참고를 위한 저장물
  • [펌] 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
    📂This entry was posted in 기술자료 참고를 위한 저장물
  • [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
    📂This entry was posted in 기술자료 참고를 위한 저장물
  • [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
    📂This entry was posted in 기술자료
  • 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
    📂This entry was posted in 기술자료
  • 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
    📂This entry was posted in 기술자료
  • 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
    📂This entry was posted in 기술자료

Posts navigation

Previous 1 … 11 12 13 … 36 Next

  • Recent Posts

    • MySql 관리
    • Pair Programming Is Not Pair Coding
    • 기기 고유 식별(Identify) 얻기 device_info
    • QR 코드 스캔(QR Code Scan) 초간단 예제(Simple example)
    • 싱글톤(Singleton) 클래스
  • Recent Comments

    • Shela SchurShela Schur on RED5 & FFMPEG & FFserver 스트리밍 서버 구축하기
    • DeepsDeeps on [Linux] /dev/sdc1 is apparently in use by the system; will not make a filesystem here!
    • IvanIvan on How to install openssl on windows with visual studio 2015
    • KeenanBoldKeenanBold on centos7] Adding to Firwwall rules
    • andrewandrew on How to install POCO C++ libraries on Windows with Visual studio 2015
  • Archives

    • December 2021
    • May 2021
    • January 2021
    • June 2020
    • August 2018
    • April 2017
    • March 2017
    • February 2017
    • September 2016
    • August 2016
    • July 2016
    • June 2016
    • September 2015
    • August 2015
    • July 2015
    • June 2015
    • May 2015
    • April 2015
    • March 2015
    • February 2015
    • January 2015
    • December 2014
    • November 2014
    • September 2014
    • August 2014
    • July 2014
    • June 2014
  • Categories

    • C/C++
    • cmake/make
    • CUBE
    • DB관련
    • DIY & H/W
    • flutter
    • JAVA
    • javascript
    • jboss&tomcat
    • JEUS & WEBToB
    • Linux
    • Linux
    • MDX등
    • MFC & WINDOWS
    • OS tune
    • OSX
    • PDW
    • SVN
    • Uncategorized
    • UNITY3D/COCOS2D
    • VSC
    • WAS, Servet Containers
    • Webserver
    • 기술
    • 기술자료
    • 일반
    • 일상
    • 참고를 위한 저장물
    • 책
  • Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org
  • AdSense


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

Loading Comments...