下载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上用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 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
每次使用route-n命令查看路由的时候,总是能看见很烦人的169.254.0.0这个静态路由的存在,看着烦啊,有什么办法不让它显示呢?方法很简单[root@naomi~]#vi/etc/sysconfig/networkNETWORKING=yes
HOSTNAME=heimao
NOZEROCONF=yesok,现在重启网络再看看应该不会再出现这个讨厌的..
分类:
其他好文 时间:
2014-07-02 06:40:38
阅读次数:
289
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:15:20
阅读次数:
306
NFS(NetworkFileSystem)isbasicallydevelopedforsharingoffilesandfoldersbetweenLinux/UnixsystemsbySunMicrosystemsin1980.
Itallowsyoutomountyourlocalfilesystemsoveranetworkand
remotehoststointeractwiththemastheyaremountedlocallyonthe
samesystem.WiththehelpofNFS..
分类:
Web程序 时间:
2014-07-02 06:05:36
阅读次数:
277
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 vmware tools install failure ,no default label for /tmp/vmware-block-restore......经过google,发现此篇文章 ,需要预先安装必备组件,g...
分类:
其他好文 时间:
2014-07-01 18:31:54
阅读次数:
230
使用u盘安装centos解决,当前镜像过大的问题...
分类:
其他好文 时间:
2014-07-01 15:53:55
阅读次数:
213
系统环境: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