会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
⬆️小马哥⬆️
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
···
92
下一页
2020年3月12日
puppeteer centos 启动缺少的库 安装
摘要: yum install pango.x86_64 libXcomposite.x86_64 libXcursor.x86_64 libXdamage.x86_64 libXext.x86_64 libXi.x86_64 libXtst.x86_64 cups-libs.x86_64 libXScrn
阅读全文
posted @ 2020-03-12 15:37 ma_fighting
阅读(477)
评论(0)
推荐(0)
2020年2月25日
Git -- 强制 拉取
摘要: git fetch --all git reset --hard origin/branch-name git pull
阅读全文
posted @ 2020-02-25 15:35 ma_fighting
阅读(5010)
评论(0)
推荐(0)
2020年1月13日
telnet 测试 使用
摘要: 要ping的机器:捕获telnet数据, 看是否数据有返回 tcpdump host 192.168.0.3 and port 3306 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listen
阅读全文
posted @ 2020-01-13 16:23 ma_fighting
阅读(1465)
评论(0)
推荐(0)
2019年12月14日
批量修改文件名
摘要: 将1到99的.gor文件更改后缀为.gor.bak #!/bin/bashfor i in {1..99}do mv dp_$i.gor.bak dp_$i.gordone
阅读全文
posted @ 2019-12-14 21:02 ma_fighting
阅读(294)
评论(0)
推荐(0)
2019年11月29日
linux Ubuntu Centos 增加 TCP 连接数
摘要: https://blog.csdn.net/c359719435/article/details/80300433 查看max conn:
阅读全文
posted @ 2019-11-29 19:16 ma_fighting
阅读(682)
评论(0)
推荐(0)
Mac OSX下增加TCP连接数
摘要: 查看 max files:
阅读全文
posted @ 2019-11-29 19:13 ma_fighting
阅读(1430)
评论(0)
推荐(0)
Connection reset by peer的常见原因及解决办法
摘要: 1,如果一端的Socket被关闭(或主动关闭,或因为异常退出而 引起的关闭),另一端仍发送数据,发送的第一个数据包引发该异常(Connect reset by peer)。 Socket默认连接60秒,60秒之内没有进行心跳交互,即读写数据,就会自动关闭连接。 2,一端退出,但退出时并未关闭该连接,
阅读全文
posted @ 2019-11-29 19:10 ma_fighting
阅读(52806)
评论(0)
推荐(1)
修改主机名
摘要: hostnamectl set-hostname XXX
阅读全文
posted @ 2019-11-29 16:53 ma_fighting
阅读(190)
评论(0)
推荐(0)
docker 查看 docker容器启动 完整命令
摘要: docker ps -a --no-trunc
阅读全文
posted @ 2019-11-29 14:49 ma_fighting
阅读(33703)
评论(0)
推荐(0)
2019年11月22日
修改 ulimit 时 需要注意的问题
摘要:
阅读全文
posted @ 2019-11-22 16:22 ma_fighting
阅读(321)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
···
92
下一页
公告