07 2019 档案
摘要:报错的.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 避免升级出
阅读全文