Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • * 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
    📂This entry was posted in 기술자료
  • [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
    📂This entry was posted in 기술자료
  • [펌]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
    📂This entry was posted in 기술자료
  • [펌] 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
    📂This entry was posted in 기술자료
  • [MariaDB] utf8mb4 란?

    http://blog.lael.be/post/917 4바이트 UTF-8 문자열 MySQL에서 부랴부랴 원래의 설계대로 가변-4바이트 UTF-8 문자열을 저장할 수 있는 자료형을 추가했다. 2010년 3월 24일에 utf8mb4 라는 charset을 추가하였다. (MYSQL 5.5.3 에 추가됨) (관련 : https://dev.mysql.com/doc/re…


    Continue reading → Post ID 683

    Posted on 2015-04-13 9:34 PM by andrew Comment
    📂This entry was posted in 기술자료
  • [Linux] Installing Tomcat 8 on a CentOS 7

    UPDATE SYSTEM First thing to do is to SSH to your CentOS 7 VPS, fire up a screen session and update your system using yum: ## screen -U -S tomcat8-centos7 ## yum update You may also want to install a…


    Continue reading → Post ID 678

    Posted on 2015-04-13 9:31 PM by andrew Comment
    📂This entry was posted in 기술자료
  • [Linux] CentOS 7 / RHEL 7에 redis 설치 하기

    Project URL : http://redis.io/ CentOS 7 and Red Hat Enterprise Linux 7에서 Redis를 설치 하는 방법 EPEL 저장소 등록 하기 EPEL 저장소를 먼저 등록한다. wget –r —no–parent –A ‘epel-release-*.rpm…


    Continue reading → Post ID 675

    Posted on 2015-04-13 9:07 PM by andrew Comment
    📂This entry was posted in 기술자료
  • [Linux]Install MariaDB 10.0 on CentOS linux using YUM command

    Adding the MariaDB YUM Repository We highly recommended to use custom MariaDB YUM repository to install. Create a repo file under/etc/yum.repos.d/MariaDB.repo, Copy and paste following line under Mari…


    Continue reading → Post ID 673

    Posted on 2015-04-13 4:23 PM by andrew Comment
    📂This entry was posted in 기술자료
  • CentOS 7 / RHEL 7 service 명령어가 바뀌었다..

    CentOS 7 / RHEL 7 가 되면서 기존에 사용하던 service 명령이 안먹힌다. 보면 systemctl 명령을 사용 하라고 한다.. 그리고 기존에 부팅때 서비스를 자동 실행 하도록 등록 하는 명령인 chkconfig도 systemctl 에 포함이 됐다.. 사용 방법은 초 간다.. service 서비스명 start    => systemctl…


    Continue reading → Post ID 669

    Posted on 2015-04-13 6:52 AM by andrew Comment
    📂This entry was posted in 기술자료
  • [Linux] disk mount

    mount –t ext4 /dev/sdc1 /desk mount –t <파일시스템형식> <파티션명> <마운트할위치>   부팅시에 자동으로 마운트를 되게 하기 위해서는 /etc/fstab 을 수정해함. Centos 6.3부터는 fstab 마운트에 UUID를 이용하고 있습니다. UUID를 확인하기 위해서는 blkid 명…


    Continue reading → Post ID 662

    Posted on 2015-04-12 11:39 PM by andrew Comment
    📂This entry was posted in 기술자료

Posts navigation

Previous 1 … 12 13 14 … 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...