码迷,mamicode.com
首页 >  
搜索关键字:一键安装更换 163 epel 源——bash    ( 1923个结果
【讲清楚,说明白!】资源管理三板斧之--htop、vmstat、dstat
目录:(一)htop命令(二)vmstat命令(三)pmap命令(四)glances命令(五)dstat命令(一)htop命令(1.1)EPEL(ExtraPackagesforEnterpriseLinux)是由Fedora社区打造,为RHEL及衍生发行版如CentOS等提供高质量软件包的项目。装上了EPEL,就像在Fedora上一样,可以通过yuminstall的方式安装,即可安装很多以前需要
分类:其他好文   时间:2019-12-21 22:48:28    阅读次数:127
linux 网络命令
网卡流量 1、iftop命令 iftop可以用来监控网卡的实时流量(可以指定网段)、反向解析IP、显示端口信息、TCP/IP连接等官网:http://www.ex-parrot.com/~pdw/iftop/ 安装iftop: 或者安装好epel源后直接yum install iftop -y安装 ...
分类:系统相关   时间:2019-12-18 13:14:06    阅读次数:159
centos6.5 yum安装redis
1.yum添加epel源 1 yum install epel-release 1 yum install epel-release 1 yum install epel-release 1 yum install epel-release yum install epel-release 2.安装 ...
分类:其他好文   时间:2019-12-18 12:54:19    阅读次数:106
解决 linux 下安装 node 报: command not found
注意:有时安装成功后,需要关闭xshell,重新启动。nvm才会生效。 1. 在 linux 下安装 node 提示 -bash: node: command not found。2. 这种情况可以用 epel 的来安装 node : sudo yum install epel-release su ...
分类:系统相关   时间:2019-12-17 10:39:37    阅读次数:325
安装单docker 简单使用命令
1.安装yuminstall-yepel-release#安装epel源yuminstall-ydocker#安装docker容器dockerversion#查看docker的版本号,包括客户端、服务端、依赖的Go等dockerinfo#查看系统(docker)层面信息,包括管理的images,containers数等dockerimagescentos#查看centos镜像dockerimage
分类:其他好文   时间:2019-12-11 19:38:26    阅读次数:71
准备 Python3 和 Python 虚拟环境
1.安装依赖包 yum -y install wget gcc epel-release git 2.安装 Python3.6 yum -y install python36 python36-devel 3.建立 Python 虚拟环境 因为 CentOS 7 自带的是 Python2,而 Yum ...
分类:编程语言   时间:2019-12-11 17:03:59    阅读次数:100
Docker 之 基本安装配置
一、安装epel源yuminstallepel-release-y二、添加docker源yuminstall-yyum-utilsyum-config-manager--add-repohttp://mirrors.aliyun.com/docker-ce/linux/centos/docker-ce.repo
分类:其他好文   时间:2019-12-11 11:23:09    阅读次数:104
centos7 远程桌面连接到xfce桌面
1 安装xfce $ sudo yum install -y epel-release $ sudo yum groupinstall -y "Xfce" $ sudo reboot 2 安装xrdp $ sudo yum install -y epel-release $ sudo yum ins ...
分类:其他好文   时间:2019-12-10 14:59:12    阅读次数:232
jumserver 3.0安装及采坑记录
参考 https://blog.51cto.com/14226596/2420441 以及官方文档 https://www.jishuchi.com/read/Jumpserver-148/2102 补充笔者采坑处理 1.安装python3环境 1>更新epel-release $yum insta ...
分类:其他好文   时间:2019-12-10 09:15:47    阅读次数:119
centos8安装chromium浏览器
1/yum install epel* 2/yum makecache 3/yum install chromium ...
分类:其他好文   时间:2019-12-07 23:08:51    阅读次数:142
1923条   上一页 1 ... 16 17 18 19 20 ... 193 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!