1.登录火狐主页下载最新版本firefox-31.0.tar.bz2解压: tar -jxvf firefox-31.0.tar.bz22.然后把旧版本的firefox卸掉# yum erase firefox3.放到usr/local下mv firefox /usr/local/做好链接ln -s...
分类:
其他好文 时间:
2014-07-24 22:03:22
阅读次数:
373
1. 安装依赖包 yum install curl yum install curl-devel yum install zlib-devel yum install perl yum install perl-devel yum install gettext-devel yum install ...
分类:
其他好文 时间:
2014-07-22 22:46:53
阅读次数:
238
1、安装net-snmp#yuminstallnet-snmpnet-snmp-utils-y#snmpwalk-v1-cpubliclocalhostIP-MIB::ipAdEntIfIndexCreateddirectory:/var/lib/net-snmp/mib_indexesTimeout:NoResponsefromlocalhost现在是提取不到数据的,我们需要对/etc/snmp/snmpd.conf进行一些修改#vim/etc/snmp/s..
分类:
其他好文 时间:
2014-07-22 18:12:42
阅读次数:
478
下载了最新的centos7适用了下. 记录了下安装过程 安装略过. 只选择最小化安装 重启,登录 yum install net-tools 在mate官网中?http://wiki.mate-desktop.org/download? 这个地址中,有RHEL7安装mate方法 Red Ha...
分类:
其他好文 时间:
2014-07-22 08:16:33
阅读次数:
443
centos7 同源radhat7,此版本radhat7采用了在fedora测试中使用的一种桌面化管理的模式,自我的感觉radhat的此次的系统的发布,采用了很多来自fedora的技术,也说面fedora也真是radhat的一个很好的实验田! radhat...
centos 桌面安装mplayer播放器看视频 今天安装上centos 6.3 的 桌面环境来搭配 java开发环境。 ? 完事之后,发现centos6.3 桌面程序应用中的 电视播放器 无法播放AVI 等视频(原来都是命令行) 本身centos 属于服...
分类:
其他好文 时间:
2014-07-21 23:30:00
阅读次数:
214
1.创建一个目录,用于安装ant。我们这里暂时在/usr目录下创建ant目录。
2.下载
cd /usr/ant进入该目录,使用wget ant的下载地址 下载ant到当前目录下。附ant下载页面(http://ant.apache.org/bindownload.cgi)。
作者使用的是第二个
3.解压
使用 tar -zxvf 下载好的压缩包文件 命令解压到当前目录下。
4....
分类:
其他好文 时间:
2014-07-21 22:24:17
阅读次数:
510
最近重装了Centos, 安装完后发现无法打开网页,但能ping的通外网。打开/etc/resolv.conf:打开 /etc/sysconfig/network-scripts/ifcfg-eth0往里边添加两行:DNS1=8.8.8.8DNS2=8.8.4.4保存后输入 service netw...
分类:
Web程序 时间:
2014-07-21 11:16:37
阅读次数:
272
安装说明系统环境:Centos-5.5安装软件:mongodb-linux-x86_64-2.6.3.tgz下载地址:http://www.mongodb.org/downloads安装机器:192.168.3.206上传位置:/root/soft软件安装位置:/usr/local/mongodb数据存放位置:/data/mongodb/日志存放位置:/data/logs/mongodb/安装groupad..
分类:
数据库 时间:
2014-07-20 06:43:37
阅读次数:
254
1 在 CentOS 6.4 上安装 dockerdocker当前官方只支持Ubuntu,所以在 CentOS 安装Docker比较麻烦(Issue #172)。docker官方文档说要求Linux kernel至少3.8以上,CentOS 6.4是2.6的内核,于是我哼哧哼哧的编译安装了最新的ke...
分类:
其他好文 时间:
2014-07-19 12:03:40
阅读次数:
264