会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
11
12
13
14
15
16
17
18
19
···
28
下一页
2021年4月21日
酸酸乳~墙
摘要: https://www.itblogcn.com/article/406.html
阅读全文
posted @ 2021-04-21 17:58 铜锣湾扛把子·66
阅读(128)
评论(0)
推荐(0)
2021年4月20日
Centos 6.5 修补外网yum源
摘要: https://www.xmpan.com/944.html
阅读全文
posted @ 2021-04-20 13:38 铜锣湾扛把子·66
阅读(77)
评论(0)
推荐(0)
2021年2月25日
docker 部署elk
摘要: https://www.cnblogs.com/tchua/p/11049589.html (奉上链接一枚仅供参考!!!)
阅读全文
posted @ 2021-02-25 10:16 铜锣湾扛把子·66
阅读(54)
评论(0)
推荐(0)
2021年2月24日
docker 命令
摘要: docker pull (服务名称) 拉取镜像 docker run --name (服务名称) -p 端口 启动镜像 docker rmi 镜像Id(删除镜像) 但删除不掉正在运行的镜像 所有命令后可加 --help 进行命令查询 docker rm -f 容器Id 强制删除镜像 docker r
阅读全文
posted @ 2021-02-24 15:10 铜锣湾扛把子·66
阅读(51)
评论(0)
推荐(0)
linux 内网环境搭建docker
摘要: https://blog.csdn.net/qq_44831611/article/details/107377479 (奉上链接一枚)
阅读全文
posted @ 2021-02-24 10:20 铜锣湾扛把子·66
阅读(342)
评论(0)
推荐(0)
2021年2月23日
docker 容器迁移
摘要: https://www.cnblogs.com/zhheng/p/9935652.html (奉上链接一枚仅供参考!!!)
阅读全文
posted @ 2021-02-23 16:30 铜锣湾扛把子·66
阅读(67)
评论(0)
推荐(0)
2021年2月22日
linux 按照进程号查看端口号
摘要: # ps -ef | grep tomcat (查出tomcat的进程号) # netstat -anp | grep PID ( 即可查出此PID 占用的端口)
阅读全文
posted @ 2021-02-22 15:32 铜锣湾扛把子·66
阅读(625)
评论(0)
推荐(0)
docker 开机自启动
摘要: # systemctl enable docker (开机自启docker服务) # docker run -i -t -d --name tomcat_aways --restart=always tomcat (开机自启docker服务中的镜像,tomcat为镜像名称)
阅读全文
posted @ 2021-02-22 09:17 铜锣湾扛把子·66
阅读(82)
评论(0)
推荐(0)
2021年1月25日
nginx显示中文乱码
摘要: 1.编辑conf下面的nginx.conf 2.在server段里加以下两行 default_type 'text/html';charset utf-8;3.然后重启就行了 sudo nginx -s reload
阅读全文
posted @ 2021-01-25 11:22 铜锣湾扛把子·66
阅读(1428)
评论(0)
推荐(0)
2020年10月19日
Job for mariadb.service failed because the control process exited with error code. See "systemctl status mariadb.service" and "journalctl -xe" for details
摘要: 试试 yum install mariadb-server 然后重启下服务器 再 systemctl start mariadb.service
阅读全文
posted @ 2020-10-19 14:48 铜锣湾扛把子·66
阅读(1150)
评论(0)
推荐(0)
上一页
1
···
11
12
13
14
15
16
17
18
19
···
28
下一页
公告