728x90 전체 글447 zabbix cannot set resource limit: [13] Permission denied 오류 해결 3140:20170319:100957.805 Jabber notifications: YES 3140:20170319:100957.806 Ez Texting notifications: YES 3140:20170319:100957.807 ODBC: YES 3140:20170319:100957.807 SSH2 support: YES 3140:20170319:100957.808 IPv6 support: YES 3140:20170319:100957.809 TLS support: YES 3140:20170319:100957.809 ****************************** 3140:20170319:100957.810 using configuration file: /etc/zabbix/zabbix_ser.. 2017. 3. 19. 🥰 yum으로 centos 6에 php 5.6 설치하기 1. 5.6을 설치하기 위해서 저장소 추가yum install epel-release -y 2.remi-release 설치 rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm3.php 및 의존성 설치yum --enablerepo=remi-php56 install -y php php-mysql php-devel php-gd php-imap php-ldap php-mbstring php-odbc php-pear php-xml php-xmlrpc php-pecl-apc php-bcmath libjpeg* libpng* freetype* gd-* 2017. 3. 19. 쉘 메시지 한글에서 영문으로 변경 1.쉘 현재 상태 확인 echo $LANG 2.임시 변경LANG=en_US.UTF-8 3.영구 변경cd ~vi .bashrc 맨 아래에 export LANG=en_US.UTF-8 추가 # .bashrc # User specific aliases and functions alias rm='rm -i'alias cp='cp -i'alias mv='mv -i' # Source global definitionsif [ -f /etc/bashrc ]; then . /etc/bashrcfi export LANG=en_US.UTF-8 2017. 3. 19. 🥰 yum으로 mysql 설치 1. yum install mysql-server2. service mysqld start3. /usr/bin/mysqladmin -u root password 'password'4. chkconfig mysqld on5. chkconfig --list mysqld6. mysql -u root -p password 2017. 3. 19. 이전 1 ··· 107 108 109 110 111 112 다음 728x90