运维
源码哆哆V+ymhydo
承接毕设,软件开发,定制,修改,部署,讲解,毕业答疑辅导,高校老师/讲师/同行合作。全网粉丝30万+,CSDN特邀博主,Java、Kotlin、Vue、Python新星计划多届导师。
微信公众号:【源码哆哆】 微信号:【ymhydo或ymxddd】
展开
-
linux centos7在线安装maven(完整篇)
// 安装yum配置工具yum install -y// 使用配置工具配置第三方epel源仓库yum-config-manager --add-repo http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repoyum-config-manager --enable epel-apache-maven// 安装mavenyum install -y apache-maven// 验证mave原创 2020-06-22 09:34:39 · 694 阅读 · 0 评论 -
jenkins 启动失败:Job for jenkins.service failed because the control process exited with error code. See
在安装部署jenkins之后 启动失败问题错误代码:jenkins提示运行 systemctl status jenkins.service 查看 jenkins 错误位置Job for jenkins.service failed because the control process exited with error code. See "systemctl status jenkins.service" and "journalctl -xe" for details.systemct原创 2020-06-19 09:43:22 · 11383 阅读 · 3 评论 -
centos7 centos-home 磁盘空间转移至centos-root下
哈哈哈哈哈哈哈哈哈哈哈哈哈详细 请点击本链接哈哈哈哈上面链接失效 请点击本链接原创 2020-06-11 10:24:40 · 266 阅读 · 0 评论 -
centos7操作系统 配置静态ip和(完整版)
centos7的网络IP地址配置文件在 /etc/sysconfig/network-scripts 文件夹下,查看当前网卡名称 ifconfig 或 ip addrvim /etc/sysconfig/network-scripts/ifcfg-enp0s31f6TYPE=EthernetPROXY_METHOD=noneBROWSER_ONLY=noBOOTPROTO=static # 使用静态IP地址,默认为dhcpDEFROUTE=yesIPV4原创 2020-06-09 18:19:18 · 670 阅读 · 0 评论 -
U盘安装centos7.6操作系统(最简单的方案)
。。。。很全面。。。。https://blog.csdn.net/lianshaohua/article/details/88381039原创 2020-06-03 17:02:07 · 451 阅读 · 0 评论 -
CentOS7 安装GitLab服务 ----- 亲测稳定
CentOS7 安装GitLab服务 ----- 亲测稳定1. 安装依赖软件yum -y install policycoreutils openssh-server openssh-clients postfix2.设置postfix开机自启,并启动,postfix支持gitlab发信功能systemctl enable postfix && systemctl start postfix3.下载gitlab安装包wget https://mirrors.tuna.tsi原创 2020-06-03 15:56:22 · 333 阅读 · 0 评论 -
运行Redis错误(error) MISCONF Redis is configured to save RDB snapshots, but is currently
**今天运行Redis时发生错误,错误信息如下:(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to persist on disk. Commands that may modify the data set are disabled. Please check Redi...原创 2018-07-17 08:59:59 · 860 阅读 · 0 评论 -
Linux Centos7启动tomcat时,权限不足
* -bash: ./startup.sh: Permission denied*LINUX权限 -bash: ./startup.sh: Permission denied执行./startup.sh,或者./shutdown.sh的时候,爆出了-bash: ./startup.sh: Permission denied或Permission denied,如果是以上的错误就是你没有权...原创 2018-07-19 08:10:20 · 1815 阅读 · 0 评论