install
-
Mysql Slave (replication)└ Mysql 2013. 10. 4. 16:00
Mysql Replication 구축 작성일 2013.10.04추가 수정일 2014.04.14우선 서버 설치.. 이미 과거 포스팅 여러 차례이므로 접어 둔다. 과거 Posting Install Mysql (source version) Tip: 선작업 - Master 디비의 dump 파일 / bin파일명, master Position 값이 필요하다.Tip: mysql 유저 & 그룹확인$ cat /etc/passwd | grep mysqlmysql:x:900:900::/home/mysql:/usr/bin/sudosh$ cat /etc/group | grep mysqlmysql:x:900: tar -zxvf mysql-5.5.8.tar.gzcd mysql-5.5.8groupadd mysqluseradd -g ..
-
vsftp install (yum version)Programming 2007. 12. 21. 11:12
source compile 하는데 오류 나서.. yum 으로 설치했다. (작업해줘야 하는게 없다. 세상 참 편해졌다.) 1) yum search 검색해봤더니 있드라. [root@willow vsftpd-2.0.5]# yum search vsftp ~ vsftpd.i386 2.0.5-10.el5 base Matched from: vsftpd vsftpd - Very Secure Ftp Daemon vsftpd is a Very Secure FTP daemon. It was written completely from scratch. http://vsftpd.beasts.org/ 2) 설치 [root@willow vsftpd-2.0.5]# yum install vsftpd.i386 ~ =============..
-
Install Mysql (source version)└ Mysql 2007. 7. 10. 15:26
Install Mysql (source version) 설치파일을 다운받아보자~[root@willow_linux src]# wget http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.41.tar.gz/from/http://mysql.new21.com/ --15:20:47-- http://dev.mysql.com/get/Downloads/MySQL-5.0/mysql-5.0.41.tar.gz/from/http://mysql.new21.com/ Resolving dev.mysql.com... 213.136.52.29 Connecting to dev.mysql.com|213.136.52.29|:80... connected. HTTP request sent, awa..
-
vsftp install (source version)└ O.S. 2007. 5. 21. 11:00
VSFTP 설치 Important 귀찮아서 설명을 자제할려고 한다. (이놈의 귀차니즘..) 1. Download [root@willow root]# cd /usr/local/src[root@willow src]# wget ftp://vsftpd.beasts.org/users/cevans/vsftpd-2.0.5.tar.gz --13:59:19-- ftp://vsftpd.beasts.org/users/cevans/vsftpd-2.0.5.tar.gz => `vsftpd-2.0.5.tar.gz' Resolving vsftpd.beasts.org... 완료. Connecting to vsftpd.beasts.org[212.69.37.6]:21... connected. anonymous로서 로그인하고 있습니다.....
-
Install Mysql (binary version)└ Mysql 2007. 1. 5. 15:56
Install Mysql (binary version) Manual (매뉴얼대로만 하면 왕 쉽다.ㅡㅡ;;) [willow@localhost mysql]$ cat /usr/local/mysql/INSTALL-BINARY The basic commands that you must execute to install and use a MySQL binary distribution are: shell> groupadd mysql shell> useradd -g mysql mysql shell> cd /usr/local shell> gunzip ln -s FULL-PATH-TO-MYSQL-VERSION-OS mysql ..