上一页 1 ··· 14 15 16 17 18
摘要: 脚本内容如下: 此脚本含义:检查服务是否运行,在运行则记录日志,不在运行则记录日志并将服务启动 #!/bin/bash svrnm="tomcat" //设置服务名称time=`date` //时间if ps -ef | grep $svrnm | egrep -v grep >/dev/null 阅读全文
posted @ 2019-10-08 15:04 避凉闲庭 阅读(1009) 评论(0) 推荐(0) 编辑
摘要: Linux实现E-mail的发送 一、实验环境说明 1.操作系统:CentOS 8.0.1905 64位 //此处使用其他版本Linux系统也可以 2.软件包版本 Mailx-12.5-29.el8.x86_64 //在CentOS提供的安装源中提供两个相应软件包版本,64位系统安装x86_64安装 阅读全文
posted @ 2019-09-30 16:45 避凉闲庭 阅读(346) 评论(0) 推荐(0) 编辑
摘要: 一、实验环境说明 1.操作系统:Ubuntu 18.04 64位 jia@test:~$ lsb_release -a //查看系统版本 jia@test:~$ uname -a //查看系统是64位还是32位 2.软件包版本说明 Apache2:2.4.29 Nginx:1.14.0 PHP:7. 阅读全文
posted @ 2019-09-26 18:15 避凉闲庭 阅读(500) 评论(0) 推荐(0) 编辑
摘要: 报错信息: 问题: package docker-ce-3:19.03.2-3.el7.x86_64 requires containerd.io >= 1.2.2-3, but none of the providers can be installed - cannot install the 阅读全文
posted @ 2019-09-25 16:19 避凉闲庭 阅读(3035) 评论(1) 推荐(0) 编辑
摘要: 在windows平台中安装TomCat 本文将为大家介绍TomCat在Windows平台中如何进行部署使用,带你快速入门使用TomCat TomCat简介 Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apac 阅读全文
posted @ 2019-09-24 12:26 避凉闲庭 阅读(597) 评论(1) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18