Tomcat服务器是一个免费的开放源代码的web应用服务器,属于轻量级应用服务器,是开发和调试JSP程序的首选。由于Tomcat处理静态HTML的能力运不及Apache或者Nginx,所以Tomcat通常是作为一个Servlet和JSP容器,单独运行在后端。 Nginx服务器能支持高达50000个并 ...
分类:
其他好文 时间:
2019-02-28 18:26:23
阅读次数:
244
软件安装-yum、rpm、源码安装 感谢:【千峰教育】 一、Yum安装软件: 基本说明: 1、yum相当于windows上面的360的软件中心,appstore,安卓的应用商店。 2、yum是redhat系列发行版的软件安装命令,debian系列用的是apt-get。 3、yum安装软件的来源得存在 ...
分类:
系统相关 时间:
2019-02-28 18:21:38
阅读次数:
227
yum仓库配置 10.1 概述 YUM(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及CentOS中的Shell前端软件包管理器。基于RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软件 ...
分类:
系统相关 时间:
2019-02-26 23:49:27
阅读次数:
311
/etc/redhat-release /etc/hostname ...
分类:
系统相关 时间:
2019-02-26 00:40:13
阅读次数:
187
源码的下载 如果下载源码的目的是为了编译 android的源码 推荐使用 linux或者 mac 下载 ubuntu 图形化界面比较靠谱 4月 10月 lamp linux apache mysql php/python centos redhat 运维 源码的编译 souceInsight的使用 ...
分类:
其他好文 时间:
2019-02-24 10:27:58
阅读次数:
153
一、查看linux版本:lsb_release -a (如没有这个命令,安装:yum install -y redhat-lsb) uname -r docker 在centos安装,需要centos 7以上版本。 二、docker 安装操作步骤 docker 官网 : https://docs.d ...
分类:
编程语言 时间:
2019-02-23 14:43:27
阅读次数:
257
Cluster Platform redhat/centos7, docker, mesos, cloudera manager(cdh) Checklist 1 check user & password & network reachability, make sure everything i ...
分类:
其他好文 时间:
2019-02-23 01:35:21
阅读次数:
137
软件相关模块 yum rpm 和yum 的区别 rpm:redhat package manager yum可以解决依赖关系 yum 源配置 [epel] name=Extra Packages for Enterprise Linux 7 - $basearch #名字 baseurl=http: ...
分类:
其他好文 时间:
2019-02-22 23:13:39
阅读次数:
208
安装 a>.官网:www.python.org b>.linux系统自带,ubuntu,CentOS,redhat 注:Python3.0比python2.6早,python3.x和pthon2.5不兼容,python2.6之后有个工具python2to3可转换到python3.x。建议使用2.75 ...
分类:
编程语言 时间:
2019-02-22 16:47:35
阅读次数:
187