码迷,mamicode.com
首页 >  
搜索关键字:yum    ( 23269个结果
nfs服务
1.安装 nfs 服务yum install nfs-utils rpcbindchkconfig nfs on2.exprotfs 文件/usr/sbin/exportfs -rvcat /etc/exports/home/ 10.0.2.0/24(rw,sync,all_squash,anonu...
分类:其他好文   时间:2014-08-03 22:57:26    阅读次数:172
运维自动化、虚拟化
一、运维自动化:ansible、saltstack? ? 1.安装Ansible: ? ?? rpm -ivh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm ? ? ? yum install ansible ? 2. 安装saltstack: ?...
分类:其他好文   时间:2014-08-03 20:46:06    阅读次数:252
linux 空间不够了,怎么办?Disk Requirements:At least 11MB more space needed on the / filesystem.
Disk Requirements:At least 11MB more space needed on the / filesystem.  linux 空间不够了,怎么办? 1>  查看空间多少:df -h 2>  查看当期内核: uname -r 3>  查找内核   rpm -qa | grep kernel 4>  删除多余的内核 su -c 'yum remove kern...
分类:系统相关   时间:2014-08-03 20:43:25    阅读次数:434
安装postgreSQL出现configure:error:readline library not found解决方法
要安装 readline , readline-dev 开发包,要么使用 --without-readline 选项关闭 readline 功能。#yum install readline;#yum install readline-dev;readline 也就是命令行编辑,关闭的话,你直接用ps...
分类:数据库   时间:2014-08-03 20:22:15    阅读次数:424
查看 yum 安装软件包的路径
#yum install subversion#rpm -qa | grep subversionsubversion-1.6.11-10.el6_5.x86_64# rpm -ql subversion-1.6.11-10.el6_5.x86_64.../usr/share/doc/subvers...
分类:其他好文   时间:2014-08-03 14:58:25    阅读次数:277
(DHCP+PXE+TFTP+HTTP)实现Linux自动化安装的演示实验
写在前面:如果此文有幸被某位朋友看见并发现有错的地方,希望批评指正。如有不明白的地方,愿可一起探讨。准备工作1.挂载光盘镜像:#mount/dev/cdrom/var/www/html/CentOS6.5/提示:为什么要将光盘镜像挂载于此?(在自动化安装过程中,通过http服务提供yum安装源)2.制作本地YU..
分类:系统相关   时间:2014-08-03 08:03:45    阅读次数:334
linuxYUM源配置问题
以前在linux5版本的时候,总是认为YUM目录一定要配置到具体的目录,今天看了网上的资料才知道自己想太多,直接配置到ISO挂载目录就可以了。具体配置:[rhel-source] name=RedHatEnterpriseLinux$releasever-$basearch-Source baseurl=file:///software/RHEL6U5/ enabled=1 gpgc..
分类:系统相关   时间:2014-08-03 07:55:55    阅读次数:336
线上一个简单检测Ping状态的邮件报警脚本
Step1.安装sendmail来发邮件#yum-yinstallsendmail#/etc/init.d/sendmailstart#chkconfigsendmailonStep2.安装邮件客户端#yum-yinstallmutt2.1添加发件人信息,如下#vim/etc/Muttrcsetcharset="utf-8"#设置发邮件编码setenvelope_from=yessetrfc2047_parameters=yes#解决附件乱..
分类:其他好文   时间:2014-08-02 23:35:55    阅读次数:2598
HAPROXY实现web负责均衡配置
本人系统RedHat6.4,HAPROXY版本为haproxy-1.3.15.10.tar.gz安装安装PCRE–[root@svr1~]#yum-yinstallpcrepcre-devel解压并进入haproxy目录–[root@svr1~]#tarxvzfhaproxy-1.4.24.tar.gz–[root@svr1~]#cdhaproxy-1.4.24查看内核版本号–[root@svr1~]#uname-r安装–[root@svr1..
分类:Web程序   时间:2014-08-02 23:35:05    阅读次数:608
LINUX Mysql5.6.19 安装
1、需要扩展安装yum -y install make bison gcc-c++ cmake ncurses ncurses-devel2、下载Mysql5.6.19wget ftp://mirror.switch.ch/mirror/mysql/Downloads/MySQL-5.6/mysq....
分类:数据库   时间:2014-08-02 18:09:03    阅读次数:389
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!