Andrew's Garage

Shrunk Expand

Primary Navigation

← Older postsNewer posts→
  • Category Archives 비공개
  • OS tune | Projects | 기술 | 기술자료 | 참고를 위한 저장물 | mobile » Project N » CUBE | DB관련 | Hack | MDX등 | OSX | PDW » C/C++ | DIY & H/W | JAVA | Linux | MFC & WINDOWS | SVN | UNITY3D/COCOS2D | Webserver » cmake/make » javascript | WAS, Servet Containers | 일반 » jboss&tomcat | JEUS & WEBToB » android
  • [보안|설정]nginx .php$ 문제 및 apache 환경변수 세팅

    location ~ .php($|/) {  include /etc/nginx/fastcgi_params;  fastcgi_pass unix:/var/run/nginx/php-fcgi.socket;  fastcgi_index index.php;  }  index index.html index.php;  요런식으로 세팅하면 아파치에서 처럼 a.php/a/b/c…


    Continue reading → Post ID 760

    Posted on 2015-05-08 4:57 PM by andrew Comment
    기술자료
  • NGINX : FcgiExample

    FastCGI Example First thing, I recommend keeping all your typical FCGI settings in a single file and importing them. For example you might have an /etc/nginx/fastcgi.conf (or /etc/nginx/fastcgi_params…


    Continue reading → Post ID 758

    Posted on 2015-05-08 4:54 PM by andrew Comment
    기술자료
  • vsftpd on Centos server 530 login incorrect error – fixed

     The settings for disabling anonymous login and allowing local users where set in /etc/vsftpd.conf. anonymous_enable=NOlocal_enable=YESwrite_enable=YES But the ftp server still refused to let me login…


    Continue reading → Post ID 756

    Posted on 2015-05-08 4:53 PM by andrew Comment
    Linux 기술자료 참고를 위한 저장물
  • Repair a broken Ext4 Superblock in Ubuntu

    This has happened to me a few times, and it’s not a nice problem to find yourself in. You computer won’t boot, all your filesystem checks tell you you’ve a bad superblock, but you cant seem to find ho…


    Continue reading → Post ID 754

    Posted on 2015-05-08 4:51 PM by andrew Comment
    Linux 기술자료 참고를 위한 저장물
  • Linux: Recover Corrupted Partition From A Bad Superblock

    Q. How can I Recover a bad superblock from a corrupted ext3 partition to get back my data? I’m getting following error: /dev/sda2: Input/output error mount: /dev/sda2: can’t read superbloc…


    Continue reading → Post ID 752

    Posted on 2015-05-08 4:51 PM by andrew Comment
    Linux 참고를 위한 저장물
  • NGINX: SELinux Changes when Upgrading to RHEL 6.6 / CentOS 6.6

    If you upgrade a running system to Red Hat Enterprise Linux (RHEL) 6.6 or CentOS 6.6, the Security Enhanced Linux (SELinux) security permissions that apply to NGINX are relabelled to a much stricter p…


    Continue reading → Post ID 750

    Posted on 2015-05-08 4:50 PM by andrew Comment
    Linux 기술자료 참고를 위한 저장물
  • How to find MySQL binary logs, error logs, temporary files?

    Have you ever spent a lot of time trying to locate where MySQL keeps some file? Here is a quick way to find all this information in one place. The obvious way is through examining database options in …


    Continue reading → Post ID 746

    Posted on 2015-05-08 4:45 PM by andrew Comment
    DB관련 기술자료
  • [DB2] how to use Sequence table

    1. describe sequence table describe table syscat.sequences; 2.  select sequence information SELECT * FROM syscat.sequences; 3. create sequence CREATE SEQUENCE seq_tab START WITH 1 INCREMENT BY 1 NOMAX…


    Continue reading → Post ID 741

    Posted on 2015-05-07 9:16 PM by andrew Comment
    DB관련 기술자료
  • VSFTP install on CENTOS7

    1. using yum yum -y install vsftpd db4-utils 2. config vi /etc/vsftpd/vsftpd.conf We need to adjust some basic parameters in this file to increase security and establish our connection options. The fi…


    Continue reading → Post ID 736

    Posted on 2015-04-27 10:50 PM by andrew Comment
    기술 기술자료
  • install PostgreSQL on CentOS7

    1. Install (  2015-04-21 > 최신 버전은 9.4  ) [root@localhost ~]# rpm -Uvh http://yum.postgresql.org/9.4/redhat/rhel-7-x86_64/pgdg-centos94-9.4-1.noarch.rpm http://yum.postgresql.org/9.4/redhat/rhel-7-x…


    Continue reading → Post ID 729

    Posted on 2015-04-21 2:37 AM by andrew Comment
    기술 기술자료

Posts navigation

Previous 1 … 7 8 9 … 32 Next


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