码迷,mamicode.com
首页 >  
搜索关键字:rpm 安装包管理    ( 10995个结果
升级Centos7的Linux内核
``` 启用elrepo仓库 [root@localhost ~]# rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org [root@localhost ~]# yum install -q -y https://www.elrepo... ...
分类:系统相关   时间:2020-04-04 09:52:51    阅读次数:97
Centos8安装最新稳定版Docker-ce出现package docker-ce-3:19.03.8-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed
一、系统环境 1.1、Centos版本信息 [root@Centos8Node1 ~]# cat /etc/os-release NAME="CentOS Linux" VERSION="8 (Core)" ID="centos" ID_LIKE="rhel fedora" VERSION_ID=" ...
分类:其他好文   时间:2020-04-04 09:42:34    阅读次数:795
CentOS 7 yum 安装 Nginx 以及 TCP流转发
安装步骤 添加Nginx到YUM源 sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm 安装Nginx sudo yum install -y ...
分类:其他好文   时间:2020-04-04 09:30:55    阅读次数:164
centos8平台使用iostat监控磁盘io
一,iostat所属的包: [root@centos8 ~]# whereis iostat iostat: /usr/bin/iostat /usr/share/man/man1/iostat.1.gz [root@centos8 ~]# rpm -qf /usr/bin/iostat sysst ...
分类:移动开发   时间:2020-04-03 20:23:39    阅读次数:382
Centos7 安装完成后不支持exfat,NTFS的处理办法
1.安装epel源对于RHEL/CentOS 7(复制/粘贴): yum -y install epel-release exfat:1.安装Nux Dextop库: rpm -Uvh http://li.nux.ro/download/nux/dextop/el7/x86_64/nux-dexto ...
分类:Web程序   时间:2020-04-03 19:45:34    阅读次数:135
centos8平台使用ethtool配置网卡
一,ethtool命令所属的包 [root@centos8 liuhongdi]# whereis ethtool ethtool: /usr/sbin/ethtool /usr/share/man/man8/ethtool.8.gz [root@centos8 liuhongdi]# rpm -q ...
分类:其他好文   时间:2020-04-03 12:07:06    阅读次数:298
centos8平台用ss监控网络
一,ss所属的包: [root@blog ~]# whereis ss ss: /usr/sbin/ss /usr/share/man/man8/ss.8.gz [root@blog ~]# rpm -qf /usr/sbin/ss iproute-4.18.0-15.el8.x86_64 通常默认 ...
分类:其他好文   时间:2020-04-03 12:00:36    阅读次数:346
linux--10week
linux
分类:系统相关   时间:2020-04-03 10:38:04    阅读次数:110
CenterOS - CenterOS下安装RabbitMQ
CenterOS下安装RabbitMQ 下载erlang wget https://bintray.com/rabbitmq-erlang/rpm/download_file?file_path=erlang%2F21%2Fel%2F6%2Fx86_64%2Ferlang-21.3.8.14-1.e ...
分类:其他好文   时间:2020-04-02 22:30:29    阅读次数:210
CentOS 7 安装 Jenkins
1.安装 第一种方法 sudo wget -O /etc/yum.repos.d/jenkins.repo https://pkg.jenkins.io/redhat-stable/jenkins.repo sudo rpm --import https://pkg.jenkins.io/redha ...
分类:其他好文   时间:2020-04-02 17:57:21    阅读次数:59
10995条   上一页 1 ... 54 55 56 57 58 ... 1100 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!