会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
莱德队长
博客园
首页
新随笔
联系
订阅
管理
2024年7月31日
docker 拉取镜像超时:error pulling image configuration: download failed after attempts=6: dial tcp 168.143.171.189:443: i/o timeout
摘要: 之前是正常的,今天就罢工了,可能原因是国外镜像不稳定,被针对了吧。 error pulling image configuration: download failed after attempts=6: dial tcp 168.143.171.189:443: i/o timeout 那就改为国
阅读全文
posted @ 2024-07-31 14:42 RyderWang
阅读(1700)
评论(0)
推荐(0)
2024年2月4日
淘宝镜像正式到期,赶紧更新!
摘要: 淘宝镜像已到期,更新命令如下: #npm命令镜像更新 npm cache clean --force npm config set registry https://registry.npmmirror.com npm config get registry #cpm命令镜像更新 cnpm cach
阅读全文
posted @ 2024-02-04 14:34 RyderWang
阅读(115)
评论(0)
推荐(0)
2023年10月25日
办公/家庭网络查看外网IP
摘要: 输入" curl http://ifconfig.me "或" curl http://icanhazip.com "(不包含引号)并按下回车键, 将在屏幕上看到返回的外网IP地址。
阅读全文
posted @ 2023-10-25 11:06 RyderWang
阅读(91)
评论(0)
推荐(0)
2023年9月14日
Mysql 常用命令
摘要: 1.Mysql 命令行登录 mysql -h 127.0.0.1 -u root -P 3306 -p 2.创建用户 CREATE USER "killer"@"localhost" IDENTIFIED BY "password"; -- 允许远程登录的话,localhost改为% 3.用户授权
阅读全文
posted @ 2023-09-14 17:34 RyderWang
阅读(17)
评论(0)
推荐(0)
2023年2月8日
jumpserver忘记密码 --- 解决办法
摘要: #忘记 jumpserver 用户密码jumpserver没有使用docker安装,而是直接安装的调用jumpserver安装路径下的manage.py命令,如下: [root@tool ~]# python /mnt/work/jumpserver/jumpserver-0.3.2/manage.
阅读全文
posted @ 2023-02-08 16:39 RyderWang
阅读(447)
评论(0)
推荐(0)
2023年1月30日
The temporary upload location xxx is not valid
摘要: SpringBoot搭建的应用,一直工作得好好的,春节后发现上传文件失败,提示 org.springframework.web.multipart.MultipartException: Failed to parse multipart servlet request; nested except
阅读全文
posted @ 2023-01-30 11:20 RyderWang
阅读(199)
评论(0)
推荐(0)
2023年1月5日
crontab 命令详情
摘要: 安装crontab yum install crontabs 查看定时任务 crontab -l 设置定时任务 crontab -e 注意:centos7下修改定时任务crontab -e的时候,控制台输出“crontab: installing new crontab”,表示任务添加成功,且之后三
阅读全文
posted @ 2023-01-05 15:16 RyderWang
阅读(152)
评论(0)
推荐(0)
2022年11月15日
Nginx常用命令
摘要: https://blog.csdn.net/veryisjava/article/details/72917894 nginx常用命令 启动: cd /usr/local/nginx/sbin ./nginx nginx服务启动后默认的进程号会放在/usr/local/nginx/logs/ngin
阅读全文
posted @ 2022-11-15 17:03 RyderWang
阅读(224)
评论(0)
推荐(0)
2022年8月25日
IDEA之Docker部署项目
摘要: 1. 开放Docker宿主机的2375端口,实现远程访问。 1.1 systemctl status docker.service 查询docker服务 1.2 根据上图中展示的docker.service的路径,找到并编辑docker.service文件,在ExecStart行后面追加以下内容 -
阅读全文
posted @ 2022-08-25 15:39 RyderWang
阅读(642)
评论(0)
推荐(0)
2022年8月23日
Docker部署jenkins
摘要: https://www.cnblogs.com/hiyong/p/14405561.html 1. 下载Image [root@server /]# docker pull jenkins/jenkins Using default tag: latest latest: Pulling from
阅读全文
posted @ 2022-08-23 18:51 RyderWang
阅读(41)
评论(0)
推荐(0)
下一页
公告