码迷,mamicode.com
首页 >  
搜索关键字:在线安装    ( 1010个结果
Centos 7 的防火墙和ssh连接
Centos 7 的防火墙和ssh连接 Centos 7 firewall : 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开 ...
分类:其他好文   时间:2020-05-10 15:16:59    阅读次数:72
关于eclipse中testNG的安装
今天给大家带来两种关于testNG中的安装方式:1.在线安装(本人亲测有效!!!)2.离线安装 一、在线安装testNG插件的步骤: 1.给大家提供一个testNG在线的安装的地址:http://dl.bintray.com/testng-team/testng-eclipse-release/6. ...
分类:系统相关   时间:2020-05-09 13:04:50    阅读次数:104
Centos7下在线安装docker-compose
1. docker compose安装包没有在yum托管,所以不能直接使用yum安装,而使用pip,所以必须先有python环境及pip。 ...
分类:其他好文   时间:2020-05-08 11:21:41    阅读次数:185
Centos7 yum安装tomcat
以下操作是在线安装apache-tomcat 需要联网下载包。 liux系统环境 [root@localhost ~]# cat /etc/redhat-release CentOS Linux release 7.6.1810 (Core) 一、环境搭建准备1、先到tomcat官网https:// ...
分类:其他好文   时间:2020-05-02 10:14:18    阅读次数:68
centos7 在线安装 mongodb
安装前注意: 此教程是通过yum安装的.仅限64位centos系统 安装步骤: 1、创建仓库文件: 1 vi /etc/yum.repos.d/mongodb-org-3.4.repo 然后复制下面配置,保存退出 1 2 3 4 5 6 [mongodb-org-3.4] name=MongoDB ...
分类:数据库   时间:2020-04-27 13:09:34    阅读次数:80
初识ansible
1、在线安装 yum install ansible -y 2、下载离线包 yum install -y ansible --downloaddir=/root/ansible --downloadonly 3、离线包安装 cd /root/ansible rpm -ivh * ...
分类:其他好文   时间:2020-04-22 13:40:37    阅读次数:50
eclipse在线安装testNG
TestNG是一个开源自动化测试框架,功能强大,是Junit的一个增强版本,Junit在使用多年之前,TestNG才生效存在。NG 代表“下一代”。 TestNG是类似于JUnit(特别是JUnit 4),但它不是一个JUnit扩展。它的灵感来源于JUnit。它的目的是优于JUnit的,尤其是当测试 ...
分类:系统相关   时间:2020-04-20 13:24:33    阅读次数:191
linux 下centos 安装redis
linux 下centos 安装 redis centos 版本: redis 版本:redis-4.0.11.tar.gz 在线安装:wget 命令。 centos 如缺少命令。使用 yum install wget 安装目录:/usr/local/redis 下 cd /usr/local/ 获 ...
分类:系统相关   时间:2020-04-14 21:00:18    阅读次数:121
Ambari2.7.3和HDP3.1.4在线安装
安装jdk http://www.cnblogs.com/libin2015/p/8086047.html linux设置 配置hosts vim /etc/hosts 192.168.1.9 Hadoop01 ssh免密 ssh-keygen -t rsa ssh-copy-id -i ~/.ss ...
分类:其他好文   时间:2020-04-12 16:19:28    阅读次数:198
【Python】pip在线安装报错Read Timed out
问题: Read Timed out. 解决: 指定仓库 ...
分类:编程语言   时间:2020-04-06 11:39:46    阅读次数:90
1010条   上一页 1 ... 4 5 6 7 8 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!