在centos中安装了QT5.1.0,发现无法启动,原因好像是GCC版本问题,所以就更新GCC。1、下载GCC源码:下载网址:http://ftp.gnu.org/gnu/gcc/gcc-4.8.0/wgethttp://ftp.gnu.org/gnu/gcc/gcc-4.8.0/gcc-4.8.0...
分类:
其他好文 时间:
2014-08-18 16:04:42
阅读次数:
218
Magento新站上线伊始,不料在邮件上遇到了问题。此时常用的邮件模板已经编辑完毕,诸如New Account, New Order, Password Forget等。 CentOS下发送邮件很简单的,只需安装sendmail就可以了,安装sendmail也很简单,只需yum install se...
分类:
其他好文 时间:
2014-08-18 12:24:04
阅读次数:
183
Docker 初次接触
最近看了不少docker介绍性文章,也听了不少公开课,于是今天去官网逛了逛,发现了一个交互式的小教程于是决定跟着学习下。只是把觉得重点的知识记录下来,不是很系统的学习和笔记。
理论部分
Docker 引擎包含了两个部分,一个守护进程作为服务器端来管理所有的容器。一个客户端,可以远程来控制服务端。Docker有公共的云端仓库 Docker Hub Regis...
分类:
其他好文 时间:
2014-08-18 01:35:23
阅读次数:
385
接下来解释什么时候内存会被交换,以及按什么方交换。
当可用内存少于额定值的时候,就会开会进行交换.
如何看额定值:
#cat /proc/meminfo
交换将通过三个途径来减少系统中使用的物理页面的个数:
1.减少缓冲与页面cache的大小,
分类:
其他好文 时间:
2014-08-17 18:25:12
阅读次数:
290
Managing Data in Containers
So far we've been introduced to some basic Docker concepts, seen how to work with Docker
images as well as learned about networking and links between containers. In th...
分类:
其他好文 时间:
2014-08-17 13:06:32
阅读次数:
271
Linking Containers Together
In the Using Docker section we touched on connecting to a service running inside a Docker container via a network port. This is one of
the ways that you can interact w...
分类:
其他好文 时间:
2014-08-17 11:46:32
阅读次数:
245
Centos7下使用Falcon的资源池并配置为LVMmirror首先得保证Falcon的设备上已经存在一个可以使用的资源池操作环境#uname–aLinuxZZSRV1.localdomain3.10.0-123.el7.x86_64#1SMPMonJun3012:09:22UTC2014x86_64x86_64x86_64GNU/Linux#cat/etc/redhat-releaseCentOSLinuxrelease7.0..
分类:
其他好文 时间:
2014-08-16 17:14:31
阅读次数:
276
1》先找下centos下java默认安装的情况
whereis java
which java (java执行路径)
echo $JAVA_HOME
echo $PATH
2> 查看并卸载:
查看有没有java 采用命令 :rpm -qa | grep java
有的话删除:pm -e --nodeps java-1.4.2-gcj-compat-1.4.2.0-40jpp.1...
分类:
其他好文 时间:
2014-08-16 16:32:40
阅读次数:
192