
运维
源码哆哆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.repo yum-config-manager --enable epel-apache-maven // 安装maven yum install -y apache-maven // 验证mave原创 2020-06-22 09:34:39 · 732 阅读 · 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 · 11591 阅读 · 3 评论 -
centos7 centos-home 磁盘空间转移至centos-root下
哈哈哈哈哈哈哈哈哈哈哈哈哈 详细 请点击本链接 哈哈哈哈 上面链接失效 请点击本链接原创 2020-06-11 10:24:40 · 288 阅读 · 0 评论 -
centos7操作系统 配置静态ip和(完整版)
centos7的网络IP地址配置文件在 /etc/sysconfig/network-scripts 文件夹下, 查看当前网卡名称 ifconfig 或 ip addr vim /etc/sysconfig/network-scripts/ifcfg-enp0s31f6 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=static # 使用静态IP地址,默认为dhcp DEFROUTE=yes IPV4原创 2020-06-09 18:19:18 · 716 阅读 · 0 评论 -
U盘安装centos7.6操作系统(最简单的方案)
。。。。很全面。。。。 https://blog.csdn.net/lianshaohua/article/details/88381039原创 2020-06-03 17:02:07 · 483 阅读 · 0 评论 -
CentOS7 安装GitLab服务 ----- 亲测稳定
CentOS7 安装GitLab服务 ----- 亲测稳定 1. 安装依赖软件 yum -y install policycoreutils openssh-server openssh-clients postfix 2.设置postfix开机自启,并启动,postfix支持gitlab发信功能 systemctl enable postfix && systemctl start postfix 3.下载gitlab安装包 wget https://mirrors.tuna.tsi原创 2020-06-03 15:56:22 · 366 阅读 · 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 · 893 阅读 · 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 · 1937 阅读 · 0 评论