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…
- Category Archives 기술자료
-
-
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 …
-
[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…
-
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…
-
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…
-
[펌]45 Useful JavaScript Tips, Tricks and Best Practices
http://modernweb.com/2013/12/23/45-useful-javascript-tips-tricks-and-best-practices/ 45 Useful JavaScript Tips, Tricks and Best Practices By Saad Mousliki As you know, JavaScript is the number…
-
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…
-
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…
-
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…
-
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…