摘要:
之前是正常的,今天就罢工了,可能原因是国外镜像不稳定,被针对了吧。 error pulling image configuration: download failed after attempts=6: dial tcp 168.143.171.189:443: i/o timeout 那就改为国 阅读全文
摘要:
淘宝镜像已到期,更新命令如下: #npm命令镜像更新 npm cache clean --force npm config set registry https://registry.npmmirror.com npm config get registry #cpm命令镜像更新 cnpm cach 阅读全文
摘要:
输入" curl http://ifconfig.me "或" curl http://icanhazip.com "(不包含引号)并按下回车键, 将在屏幕上看到返回的外网IP地址。 阅读全文
摘要:
1.Mysql 命令行登录 mysql -h 127.0.0.1 -u root -P 3306 -p 2.创建用户 CREATE USER "killer"@"localhost" IDENTIFIED BY "password"; -- 允许远程登录的话,localhost改为% 3.用户授权 阅读全文
摘要:
#忘记 jumpserver 用户密码jumpserver没有使用docker安装,而是直接安装的调用jumpserver安装路径下的manage.py命令,如下: [root@tool ~]# python /mnt/work/jumpserver/jumpserver-0.3.2/manage. 阅读全文
摘要:
SpringBoot搭建的应用,一直工作得好好的,春节后发现上传文件失败,提示 org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested except 阅读全文
摘要:
安装crontab yum install crontabs 查看定时任务 crontab -l 设置定时任务 crontab -e 注意:centos7下修改定时任务crontab -e的时候,控制台输出“crontab: installing new crontab”,表示任务添加成功,且之后三 阅读全文
摘要:
https://blog.csdn.net/veryisjava/article/details/72917894 nginx常用命令 启动: cd /usr/local/nginx/sbin ./nginx nginx服务启动后默认的进程号会放在/usr/local/nginx/logs/ngin 阅读全文
摘要:
1. 开放Docker宿主机的2375端口,实现远程访问。 1.1 systemctl status docker.service 查询docker服务 1.2 根据上图中展示的docker.service的路径,找到并编辑docker.service文件,在ExecStart行后面追加以下内容 - 阅读全文
摘要:
https://www.cnblogs.com/hiyong/p/14405561.html 1. 下载Image [root@server /]# docker pull jenkins/jenkins Using default tag: latest latest: Pulling from 阅读全文