firefox升级1.到官网https://www.mozilla.org/en-US/firefox/new/?from=getfirefox上下载最新的firefox版本,我下载的是firefox-33.1.1.tar.bz22.删除原有的Firefox浏览器#yumerasefirefox也可以使用rpm的形式删除3.解压到你希望安装的目录,例如我的是/usr/local,解压后会生..
分类:
数据库 时间:
2014-11-29 19:02:50
阅读次数:
214
一、glfs_discard_async
今天将笔记本从CentOS6.5换到Fedora20,
运行qemu-kvm和qemu-img时报出下面这个错误.
1
2
[root@localhost ~]# qemu-kvm
/usr/bin/qemu-system-x86_64: symbol lookup e...
分类:
其他好文 时间:
2014-11-29 14:38:09
阅读次数:
182
[Desktop Entry]Version=buzhidaoEncoding=UTF-8Name=eclipseComment=eclipse-for-phpExec=/opt/eclipse/eclipseIcon=/opt/eclipse/icon.xpmTerminal=falseType=...
分类:
系统相关 时间:
2014-11-29 13:14:06
阅读次数:
181
CentOS6.5安装Tab增强版:bash-completion,可补全命令参数;因为CentOS官方源并不带有bash-completion的包,所以,为了可用yum安装,增加epel的源,首先,使用wget下载epel的rpm包,使用rpm指令安装,之后运行yum安装,代码如下:[adam@ultraera~]$wgethttp://mirrors.yun-idc...
分类:
其他好文 时间:
2014-11-29 10:33:52
阅读次数:
138
一、glfs_discard_async今天将笔记本从CentOS6.5换到Fedora20,运行qemu-kvm和qemu-img时报出下面这个错误.[root@localhost~]#qemu-kvm
/usr/bin/qemu-system-x86_64:symbollookuperror:/usr/bin/qemu-system-x86_64:undefinedsymbol:glfs_discard_async这是因为缺少glusterfs-d..
分类:
其他好文 时间:
2014-11-29 10:32:52
阅读次数:
239
1.安装前的准备工作yum-yinstallgccyum-yinstallgcc-c++yum-yinstallmake查看开放端口号,是否有服务已经安装并启动(80、3306、11211等)netstat-ntl关闭SELinuxgetenforce(查看selinux是否启动)setenforce0(临时关闭selinux)vim/etc/selinux/configSELINUX=disabled修改后保存..
分类:
其他好文 时间:
2014-11-29 07:18:41
阅读次数:
164
给ceph安装了一个ganglia监控,过程如下。 1. 环境说明 ceph是在centos6.5上安装的3台物理机:mon0, osd1, osd2,所以在这三台机器上都需要安装gmond;在osd2上安装gmetad。 2. 安装过程 先安装epel源: rpm -ivh...
分类:
其他好文 时间:
2014-11-28 18:42:01
阅读次数:
242
环境:CentOS6.564bit源码包路径:/usr/local/src需要软件包:mysql-5.6.20.tar.gz
gmock-1.6.0.zip安装路径:/opt/mysql安装过程[root@master~]#useradd-M-s/sbin/nologinmysql
[root@master~]#yum-yinstallgccgcc-c++autoconfautomakezlib*libxml*ncurses-devellibtool-ltdl-..
分类:
数据库 时间:
2014-11-28 18:34:21
阅读次数:
299
环境:CentOS6.5,最小化安装环境1、准备yuminstalllrzszgcc*libaioyumerasemysql-libs-5.1.71-1.el6.x86_642、下载mysql5.6http://dev.mysql.com/downloads/mysql/3、上传解压tarxfMySQL-5.6.20-1.el6.x86_64.rpm-bundle.tar4、安装rpm-ivhMySQL-server-5.6.20-1.el6.x86_64.r..
分类:
数据库 时间:
2014-11-28 18:32:32
阅读次数:
198
系统环境centos6.5[root@jingjunwang]#uname-r2.6.32-431.el6.i686正式添加帐号:[root@jingjun/]#useraddwang#添加用户wang[root@jingjun/]#tail-l/etc/passwd#用tail命令查看passwd文件,-l显示倒数10行[root@jingjun/]#tail-l/etc/shadow#查看shadow密码文件"!!"代表还未设置..
分类:
系统相关 时间:
2014-11-28 18:27:35
阅读次数:
163