本文地址http://comexchan.cnblogs.com/,作者Comex Chan,尊重知识产权,转载请注明出处,谢谢! 背景: 编译popt的时候出现下述报错. 直接vi查看configure文件 vi configure 查找报错信息: GNU gettext is required. The latest version 查到如下内容 可知.系统是直接执行下述命令来确认gettext是否安装的 xgettext --version >& | grep 'GNU gette
http://www.osyunwei.com/archives/8867.html 一.配置防火墙,开启80端口.3306端口 vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FOR
一.环境准备 1.操作系统安装:CentOS 6.5 64位最小化安装. 2.配置好IP.DNS.网关.主机名 3.配置防火墙,开启80.3306端口 vim /etc/sysconfig/iptables -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT #允许80端口通过防火墙 -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p
简介: 环境:虚拟机+centos6.6 Mysql版本:5.6.21 Mysql下载地址:http://cdn.mysql.com/archives/mysql-5.6/mysql-5.6.21.tar.gz Cmake下载地址:http://www.cmake.org/files/v3.0/cmake-3.0.2.tar.gz 1.安装前配置: vi /etc/sysconfig/iptables 开启防火墙端口 -A INPUT -m state --state NEW -m tc
0x01 前言 在php官网下载php-5.6.19.tar.gz源代码(php7虽然说性能提升很大,但是小菜菜还是先用着这个先吧),解压后根目录有个INSTALL文件,里面有安装教程了,目录如下: Installing PHP __________________________________________________________________ * General Installation Considerations * Installation on Unix system
vi /etc/sysconfig/iptables #编辑防火墙配置文件 # Firewall configuration written by system-config-firewall # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] -A INPUT -m state --state
1.下载Vim,参考http://www.vim.org/git.php 2.编译安装Vim,参考https://github.com/Valloric/YouCompleteMe/wiki/Building-Vim-from-source 3.编译支持lua的Vim,参考https://gist.github.com/jdewit/9818870 编译好的Vim信息如下 nathan@nathan:~/code/code_for_compile/vim$ vim --version VIM -