码迷,mamicode.com
首页 >  
搜索关键字:安装yum 更新链接为centos    ( 1929个结果
Redhat7 安装 yum源
由于之前安装Redhat7 想安装vsftpd 使用yum install vsftpd 报错: This system is not registered to Red Hat Subscription Management. You can use subscription-manager to ...
分类:其他好文   时间:2020-04-16 15:08:29    阅读次数:82
基于docker搭建单机测试ELK
说明:本次使用的windows系统,利用vm进行安装虚拟机,安装的只是单测试单机版elk。 一、下载vm 自行官网下载 二、安装centos7系统 自己有现成的镜像跳过,没有自行查找资料完成 三、进行centos系统后进行docker安装 1)yum install docker(后面一路回车) 2 ...
分类:其他好文   时间:2020-04-15 11:01:10    阅读次数:121
CentOS7 FTP安装与配置
1、FTP的安装 #安装yum install -y vsftpd#设置开机启动systemctl enable vsftpd.service#启动systemctl start vsftpd.service#停止systemctl stop vsftpd.service#查看状态systemctl ...
分类:其他好文   时间:2020-04-14 22:13:19    阅读次数:96
命令 scp/rz/sz
linux 下的传输命令 命令 scp 适用于linux之间互传 scp安装 yum install openssh-clients 传输给ip scp /路径/文件 root@ip:/路径 -r 整个目录 scp -r /路径 root@ip:/路径 从ip下载 scp root@ip:/路径/文 ...
分类:其他好文   时间:2020-04-14 12:51:54    阅读次数:66
CentOS 5上如何安装yum
使用过CentOS的用户们应该都知道,在CentOS上是自带yum的,自带yum为什么还要安装呢?其实在很多系统中都不一定安装了yum,因此我们就需要自己动手安装,那么你们知道CentOS 5上如何安装yum吗? 下面有两种办法可以安装yum: 一、下载yum的rpm包直接安装 http://cen ...
分类:其他好文   时间:2020-04-13 22:31:33    阅读次数:74
Linux平台下快速搭建FTP服务器
1、检查安装vsftpd软件 使用如下命令#rpm -qa |grep vsftpd可以检测出是否安装了vsftpd软件, 如果没有安装,使用YUM命令进行安装。 yum install vsftpd 2.启动服务 systemctl start vsftpd 3、vsftpd的配置 ftp的配置文 ...
分类:系统相关   时间:2020-04-10 10:27:28    阅读次数:83
centos监控web目录www下的文件是否被黑、挂马的脚本
、检查是否有安装inotify rpm -qa inotify-tools 2、没有先安装epol源 wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo 3、安装 yum install inot ...
分类:Web程序   时间:2020-04-09 12:52:32    阅读次数:127
centos7安装gitlab
安装 yum install -y curl policycoreutils openssh-server openssh-clients postfix systemctl start postfix wget http://blog.xixihao123.cn/download/soft/git ...
分类:其他好文   时间:2020-04-09 12:40:47    阅读次数:94
CentOS7安装NVIDIA显卡驱动
预、查询命令 1、Linux查看显卡信息:(ps:若找不到lspci命令,可以安装 yum install pciutils) lspci | grep -i vga 2、使用nvidia GPU可以: lspci | grep -i nvidia 3、查看显卡驱动 cat /proc/driver ...
分类:其他好文   时间:2020-04-07 20:56:08    阅读次数:340
Centos基于MySQL提供的Yum repository安装MySQL5.6
1.下载yum源 wget http://dev.mysql.com/get/mysql57 community release el6 8.noarch.rpm 下载完成后,如下图所示: 2.安装yum包 2.1 查看此包要安装的文件 rpm qpl mysql80 community relea ...
分类:数据库   时间:2020-04-07 12:24:11    阅读次数:81
1929条   上一页 1 ... 13 14 15 16 17 ... 193 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!