码迷,mamicode.com
首页 >  
搜索关键字:centos 6 编译安装php-5.4/5.5(lamp模式)    ( 30697个结果
Centos 5.5 编译安装mysql 5.5.9
下载mysql wget http://mysql.mirrors.pair.com/Downloads/MySQL-5.5/mysql-5.5.9.tar.gz创建mysql用户[root@xuhost opt]#useradd -g mysql mysql3307 -s /bin/nologin...
分类:数据库   时间:2014-07-02 14:19:51    阅读次数:303
[CentOS]如何解决gcc版本冲突?
今天碰到一个比较坑爹的问题,在centos上用yum安装编译环境,运行: yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel 结果导致编译cocos2d-x出现错误: cc1plus: error: unrecognized command line option "-std=c++11"...
分类:其他好文   时间:2014-07-02 08:23:01    阅读次数:290
CentOS 搭建 Mysql MMM 高可用架构
环境 CentOS Mysql 5.1 前提 安装了EPEL,具体安装步骤请参照 http://blog.csdn.net/robinsonmhj/article/details/36184863 机器列表 机器IP 机器名 192.168.0.135 db1 192.168.0.136 monitor 19...
分类:数据库   时间:2014-07-02 07:25:58    阅读次数:398
如何去掉centos下讨厌的169.254.0.0的静态路由
每次使用route-n命令查看路由的时候,总是能看见很烦人的169.254.0.0这个静态路由的存在,看着烦啊,有什么办法不让它显示呢?方法很简单[root@naomi~]#vi/etc/sysconfig/networkNETWORKING=yes HOSTNAME=heimao NOZEROCONF=yesok,现在重启网络再看看应该不会再出现这个讨厌的..
分类:其他好文   时间:2014-07-02 06:40:38    阅读次数:289
How to Setup NFS (Network File System) on RHEL/CentOS/Fedora and Debian/Ubuntu
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980. Itallowsyoutomountyourlocalfilesystemsoveranetworkand remotehoststointeractwiththemastheyaremountedlocallyonthe samesystem.WiththehelpofNFS..
分类:Web程序   时间:2014-07-02 06:15:20    阅读次数:306
How to Setup NFS (Network File System) on RHEL/CentOS/Fedora and Debian/Ubuntu
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980. Itallowsyoutomountyourlocalfilesystemsoveranetworkand remotehoststointeractwiththemastheyaremountedlocallyonthe samesystem.WiththehelpofNFS..
分类:Web程序   时间:2014-07-02 06:05:36    阅读次数:277
centos 系统下查看时间时区以及修改
1.系统时间查看及修改:查看系统时间:# date将系统日期修改为2014-7-2 :# date -s 月/日/年系统时间设置为 上午10:20: # date -s 10:202.系统时区修改:查看系统时区:#date -R (+0800 为东八区)修改时区(将重庆改为系统时区):# cp -....
分类:其他好文   时间:2014-07-01 18:45:23    阅读次数:212
CentOS 65 安装vmware tools 杂记
CentOS 65中安装vmware tools时出现如下错误,centos vmware tools install failure ,no default label for /tmp/vmware-block-restore......经过google,发现此篇文章 ,需要预先安装必备组件,g...
分类:其他好文   时间:2014-07-01 18:31:54    阅读次数:230
centos 安装 网络安装使用本地镜像文件安装
使用u盘安装centos解决,当前镜像过大的问题...
分类:其他好文   时间:2014-07-01 15:53:55    阅读次数:213
Nginx反向代理Tomcat
系统环境:CentOS生产环境:WDLINUXWEB引擎:nginx+apache1.在tomcat中创建虚拟主机修改tomcat\conf\server.xml,在标签中加入标签,如下所示: 2.在nginx中开启反向代理2.1.打开wdlinux/nginx-xxx/conf/nginx....
分类:其他好文   时间:2014-07-01 10:18:32    阅读次数:562
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!