1、下在tomcat:apache-tomcat-8.5.16.tar.gz 下载地址:http://mirrors.tuna.tsinghua.edu.cn/apache/tomcat/tomcat-8/v8.5.16/bin/apache-tomcat-8.5.16.tar.gz 2、复制下载的 ...
分类:
系统相关 时间:
2017-07-13 10:22:21
阅读次数:
127
一、Linux操作系统安装(图片形式)安装前准备(安装Linux6.9和Linux7.3两个版本)①安装VMwareWorkstation(虚拟机)②系统镜像(mirrors.aliyun.com,可以到镜像站下载)Centos6.9安装至此,下一步按着说明几个完成Linux操作系统安装。Centos7.3安装至此,按着下一步下一步即可..
分类:
系统相关 时间:
2017-07-12 15:23:36
阅读次数:
269
环境: 阿里云centos7.2 tomcat8.0.32 jdk8.131 1 上传tomcat安装包到服务器的/home(个人习惯) 2 解压安装包 3 文件夹名改为tomcat8然后将文件夹移动/usr/local 4 配置环境变量(告诉电脑jdk在哪里) 进入insert模式(按字母i) 在 ...
分类:
其他好文 时间:
2017-07-12 12:15:22
阅读次数:
118
公司服务器前端增加堡垒机,选用开源的jumpserver软件环境CentOSLinuxrelease7.3.1611python2.7.5mysql5.7安装gityum-yinstallgit克隆jumpserver#cd/opt
#gitclonehttps://github.com/jumpserver/jumpserver.git
#gitcheckoutmaster
注:不要安装在/root、/home等目录下,以..
分类:
其他好文 时间:
2017-07-11 16:39:57
阅读次数:
1761
markifconfig命令在net-tools.x86_64包里。直接安装即可。yum-yinstallnet-tools.x86_64
分类:
其他好文 时间:
2017-07-10 21:58:23
阅读次数:
109
此次测试总共有三台机,分别如下: ansible服务器:10.0.0.20 client01:10.0.0.21 client02:10.0.0.22 一、安装ansible 1、 python版本需要2.6以上,不过通过centos7都会默认安装上python2.7.5,查看方法:python - ...
分类:
其他好文 时间:
2017-07-09 20:52:06
阅读次数:
268
1. 下载MySQL Yum Repository http://dev.mysql.com/downloads/repo/yum/ 2. 本地安装MySQL Yum Repository sudo yum localinstall platform-and-version-specific-pac ...
分类:
数据库 时间:
2017-07-09 18:25:46
阅读次数:
206
1. 安装VirtualBox 2. 安装Vagrant 3. 下载 centos-7.0-x86_64.box 【安装命令】 $ mkdir vagrant $ cd vagrant $ vagrant box add centos7 centos-7.0-x86_64.box $ vagrant ...
分类:
其他好文 时间:
2017-07-08 18:51:07
阅读次数:
161
因为有项目想采用深度学习,而caffe是深度学习框架中比较理想的一款,并且跨平台,以及可以采用python/matlab的方式进行调用等优势,所以想在服务器上安装,下面就开始了血泪史。。。 服务器是阿里云的centos7.3,安装caffe,需要安装ffmpeg,boost,opencv等等。本文依 ...
分类:
其他好文 时间:
2017-07-08 12:15:33
阅读次数:
1246
在centos7通过yum安装PHP7,首先在终端运行:rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm提示错误:error: Failed dependencies:epel-release >= 7 is need ...
分类:
其他好文 时间:
2017-07-07 22:44:23
阅读次数:
677