This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yum -y install ntp | |
chkconfig ntpd on | |
/etc/init.d/ntpd start | |
#install package | |
yum -y --enablerepo=remi,epel install libyaml libyaml-devel zlib zlib-devel readline readline-devel openssl openssl-devel libxml2 libxml2-devel libxslt libxslt-devel gcc gcc-c++ make git wget subversion mysql mysql-server mysql-devel | |
chkconfig mysqld on | |
/etc/rc.d/init.d/mysqld start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" display | |
set number | |
set title | |
set showcmd | |
" color | |
syntax enable | |
set background=dark | |
"colorscheme solarized |
NewerOlder