RSS Toggle Comment Threads | Keyboard Shortcuts

  • admin 9:48 pm on April 1, 2013  

    GeoDNS Source Install 1.기존 bind 를 삭제. 2.GeoIP 설치 A. Shell>yum -y install GeoIP* B. Shell>cd /usr/share/GeoIP/ C. Shell>vi geodataupdate.sh   #!/bin/bash ###### GeoIP DATA Update ######## # date : 2013.03.14             # # e-mail : yjw@vercoop.com      # ################################# ##### GeoIP DATA Download ####### wget -O /tmp/GeoIP.dat.gz http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz wget -O /tmp/GeoLiteCity.dat.gz http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz wget -O /tmp/GeoIPASNum.dat.gz http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz [...]

    Continue reading bind-geoip
     
  • admin 9:46 pm on April 1, 2013  

    wget http://www.maxmind.com/download/geoip/api/c/GeoIP-latest.tar.gz tar xvfz GeoIP-latest.tar.gz cd GeoIP-1.5.0 ./configure make make install

    Continue reading GeoIP install
     
  • admin 9:43 pm on April 1, 2013  

    # yum -y install php php-mysql php-gd php-imap php-mbstring php-odbc php-pear php-xml php-xmlrpc php-pecl-apc php-cli php-pear php-pdo php-pgsql php-pecl-mongo php-pecl-memcache php-pecl-memcached php-gd php-mcrypt php-xml chmod 777 /var/lib/php/session

    Continue reading php install
     
  • admin 9:43 pm on April 1, 2013  

    # yum -y install httpd httpd* # chkconfig –levels 235 httpd on # vi /etc/httpd/conf/httpd.conf # /etc/init.d/httpd start

    Continue reading apache install(http server)
     
  • admin 9:42 pm on April 1, 2013  

    # yum -y install mysql mysql-server # chkconfig –levels 235 mysqld on # /etc/init.d/mysqld start # mysql_secure_installation

    Continue reading mysql install
     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
o
show/hide comments
t
go to top
l
go to login
h
show/hide help
esc
cancel