摘要:
报错的.gitlab-ci.yml配置如下 报错:Cannot connect to the Docker daemon at tcp://localhost:2375. Is the docker daemon running?ERROR: Job failed: command terminat 阅读全文
摘要:
配置环境变量: 加载环境变量 拉取镜像 内外网分流技术参考:http://www.itgrub.com/jishu/107.html https://www.v2ex.com/amp/t/521393 https://blog.whsir.com/post-2809.html 阅读全文
摘要:
记一次机房断电,导致xfs文件系统损坏处理方法 挂载时报以下错误: mount: mount /dev/sdb on /dev/sdb failed: Structure needs cleaning 参考:http://www.voidcn.com/article/p-wsxhjhzb-bty.h 阅读全文
摘要:
转:https://blog.csdn.net/menghuanhuolong6/article/details/52588394 阅读全文
摘要:
原因在于CentOS 自带的 e2fsprogs 版本为1.41.12较低,无法创建16TB以上的文件系统。 这里我们先下载最新的e2fsprogs源码包,下载地址如下: ftp://ftp.ntu.edu.tw/linux/kernel/people/tytso/e2fsprogs/ 下载的版本为 阅读全文
摘要:
ubuntu系统自带rsync,首先配置/etc/default/rsync,启用daemon模式 修改/etc/rsyncd.conf配置文件 创建存放用户名和密码的文件 启动rsync服务 赋予600权限 查询服务是否启动,注意防火墙需要开放873端口 在客户端上执行拉取命令,nohup+& 让 阅读全文
摘要:
环境:centos7.6 Docker version 18.06.0-ce mkdir /data cd /data 拉取最新keymetrics/pm2:latest-alpine镜像 docker pull keymetrics/pm2:latest-alpine 从github上拉取代码,先 阅读全文
摘要:
环境:Ubuntu 14.04.2 目的:openssh版本6.6升级为openssh7.9 准备以下3个包 http://www.zlib.net/ https://www.openssl.org/source/ http://www.openssh.com/portable.html 避免升级出 阅读全文
摘要:
启动方案 需要把redis作为一个系统的daemon进程去运行的,每次系统启动,redis进程一起启动 安装实操命令 Redis的启动和关闭 Redis配置外网访问 参考:https://blog.csdn.net/qq_29461259/article/details/84059387 https 阅读全文
摘要:
centos7 升级openssh到openssh-8.0p1版本 环境介绍 centos7.6升级完毕测试登录ssh以及重启后登录ssh均无问题。 前期请自行配置好yum源(如果不会请百度) 整个过程不需要卸载原先的openssl包和openssh的rpm包。不影响我们的操作 本文的环境都是系统自 阅读全文