码迷,mamicode.com
首页 >  
搜索关键字:yum    ( 23269个结果
zabbix监控配置一般流程
zabbix监控配置流程 服务端 192.168.32.136 客户端 192.168.32.125 1. 配置客户端 #安装依赖包 [root@client ~]# yum -y install gcc gcc-c++ pcre-devel #下载软件包,解压安装 [root@client ~]# ...
分类:其他好文   时间:2020-07-18 22:33:15    阅读次数:89
nextcloud-1.19网盘搭建文档
nextcloud网盘搭建文档 1、安装php7.4(官方建议) yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm yum -y install php74-php-fpm php74-php-cli php74-p ...
分类:其他好文   时间:2020-07-18 22:28:56    阅读次数:183
Centos7通过yum安装mysql5.7
参考: https://www.jianshu.com/p/1dab9a4d0d5f https://blog.csdn.net/wohiusdashi/article/details/89358071 安装mysql源 下载 wget https://dev.mysql.com/get/mysql ...
分类:数据库   时间:2020-07-18 16:09:39    阅读次数:100
关于Apache报错 couldn't perform authentication. AuthType not set!
今天在使用apache搭建yum的web服务时,配置完成后、访问http://ip 时,浏览器报错:500 Internal Server Error 然后查询error.log发现,有如下错误提示: [Sat Jul 18 11:28:23 2020] [crit] [client 12.23.7 ...
分类:Web程序   时间:2020-07-18 15:34:21    阅读次数:88
linux 下安装redis报错解决
在Linux下安装redis的时候,执行make报 make[1]: *** [adlist.o] 错误,百度后发现是因为 Redis是C实现的,需要gcc进行编译,而我装的centos 7默认是没有安装的,需要自己进行安装。 通过yum进行安装: yum install -y gcc g++ gc ...
分类:系统相关   时间:2020-07-18 00:52:08    阅读次数:73
实时查看网卡流量的几款工具
nload工具 nload用于实时查看网卡流量,默认系统都没有安装,首先安装方式如下: $ yum install -y epel-release $ yum install -y nload 使用也非常简单,如下: $ nload Device eth0 [192.168.0.110] (4/5) ...
分类:其他好文   时间:2020-07-18 00:32:24    阅读次数:107
linux下安装MySQL---yum安装
安装环境: 操作系统:CentOS 7 mysql版本:5.7 安装步骤: 1.安装前检查是否已经安装了MySQL rpm -qa | grep mysql 如果安装了,就卸载。通过命令rpm -e 或者rpm -e--nodeps 2.查询yum 上可安装的mysql版本:yum list | g ...
分类:数据库   时间:2020-07-17 22:22:07    阅读次数:97
ELK【elasticsearch,kibana,logstash】安装部署
1,准备linux虚拟机环境(CentOS 7)本次安装用的是ELK7.2.0的版本(版本一定要一致) 2,先在linux安装java环境 //查找安装列表 yum -y list java* //安装 yum install java-1.8.0-openjdk.x86_64 //完成安装后验证 ...
分类:其他好文   时间:2020-07-17 19:27:20    阅读次数:81
Linux下LFTP使用示例
LFTP是Linux下一FTP客户端工具,用于登录FTP服务器。可结合mirror命令进行本地文件远程备份、同步、删除等操作。安装可用yum命令快速安装yuminstalllftpLFTP用法格式:lftp[-d][-ecmd][-pport][-uuser[,pass]][site]用法:lftp[OPTS]<site>`lftp‘是在rc文件执行后lftp执行的第一个命令-
分类:系统相关   时间:2020-07-17 16:28:06    阅读次数:93
CentOS7下PostgreSQL安装
环境:CentOS7版本:postgresql11安装repo源yuminstallhttps://download.postgresql.org/pub/repos/yum/reporpms/EL-7-x86_64/pgdg-redhat-repo-latest.noarch.rpm2.安装client、serveryuminstallpostgresql11yuminstallpostgres
分类:数据库   时间:2020-07-17 16:27:16    阅读次数:121
23269条   上一页 1 ... 65 66 67 68 69 ... 2327 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!