Coggle requires JavaScript to display documents.
Installation
/etc/yum.repos.d/
CentOS-Base.repo
yum install -y wget mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.bak wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-7.repo
rpm -qa httpd rpm -e httpd-2.2.15-31.e16.centos.x86_64 rpm -e --nodeps httpd-2.2.15-31.e16.centos.x86_64 # nodeps可以不加,表示只卸载这个包,而不考虑依赖
yum install nmap -y
sudo yum grouplist
wget http://xxx/xx.tar.gz
make && make install
tar -zxvf cd http ./configure --prefix=/application/apache-2.2.27 --xx=xxx make && make install ln -s /application
echo $?
--prefix
/applicatoin/apache2.2.27/
--help
./configure --help
apachectl -V php.ini | grep configure
-V
configure
--with-apr-util=/usr/local/apr-util
sudo yum groupinstall "Development Tools"
/application/apache-2.2.27
/usr/local/inotify-tools-3.14
make
clean
.o
install
/usr/include
/usr/local/include