安装yum install ntp配置文件/etc/ntp.confrestrict default kod nomodifynotrap nopeer noqueryrestrict -6 default kod nomodify notrap nopeer noqueryrestrict 127...
分类:
其他好文 时间:
2014-07-23 12:05:56
阅读次数:
331
自己在家笔记本装来个双系统玩玩,发现触摸板很烦人,禁用!1、安装一个小神器yum install xorg-x11-apps2、查看你到输入硬件对应的id,方便禁用命令[root@huangzhen yum.repos.d]# xinput list? Virtual core pointer .....
分类:
其他好文 时间:
2014-07-23 11:44:06
阅读次数:
331
[enilu@enilu ~]$ mplayerbash: mplayer: command not found[enilu@enilu ~]$ yum list | grep mplayer^C^CExiting on Broken Pipe[enilu@enilu ~]$ [enilu@en.....
分类:
系统相关 时间:
2014-07-23 11:33:56
阅读次数:
490
背景:开发部需要使用python2.7,由于公网的环境python版本都是系统自带的,版本是2.6,需要升级,最好是通过RPM升级。实施步骤:1,下载nux的release文件wgethttp://li.nux.ro/download/nux/dextop/el6/i386/nux-dextop-release-0-2.el6.nux.noarch.rpmrpm-ivhnux-dextop-rele..
分类:
编程语言 时间:
2014-07-23 00:22:48
阅读次数:
252
RHEL6中增加了一个新的包管理器packagekit。 PackageKit 支持将 yum、conary、apt、box、pacman/alpm 等作为后端 然而在实际使用过程中发现一个问题 我将ISO挂载作为YUM源,在安装包后,会在/etc/yum.repo.d/目录...
分类:
其他好文 时间:
2014-07-22 22:32:53
阅读次数:
220
httpd:安装方法:yum-yinstallhttpdrpm-qlhttpd#查看有哪些配置文件的; /etc/httpd/conf/magic#定义本地主机如何识别mime格式的,通过mime编码而来的其他的非纯文本文档。/etc/rc.d/init.d/httpd#服务脚本的启动文件/etc/sysconfig/httpd#服务脚本的配置文件我们将/etc/s..
分类:
其他好文 时间:
2014-07-22 18:26:52
阅读次数:
284
在日常运维中,经常碰到linux下需要安装软件或者系统包,此时采用yum会加快你安装速度。本人在安装同花顺相关程序时候发现缺少很多lib包,一个个安装麻烦,开始通过程序运行报错缺少lib文件,把该文件在百度中搜索对应rpm包,安装时提示关联很多rpm包,通过rpm-qpl*.rpm查看该r..
分类:
其他好文 时间:
2014-07-22 18:20:22
阅读次数:
240
安装系统所需要的依赖包[root@namenode~]#yum-yinstallgccgcc-c++gcc-g77autoconfautomakezlib*fiex*libxml*ncurses-devellibmcrypt*libtool-ltdl-devel*cmakebison创建mysql用户与用户组[root@namenode~]#groupaddmysql[root@namenode~]#useradd-r-gmysqlmysql安装mysql[root@..
分类:
数据库 时间:
2014-07-22 18:15:22
阅读次数:
315
两台服务器主:172.16.0.120Master120从:172.16.0.121backup121两台都要安装mysql如下步骤安装系统所需要的依赖包[root@Master120~]#yum-yinstallgccgcc-c++gcc-g77autoconfautomakezlib*fiex*libxml*ncurses-devellibmcrypt*libtool-ltdl-devel*cmakebison创建mysql用户与用..
分类:
数据库 时间:
2014-07-22 18:13:42
阅读次数:
342
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