Chinaunix首页 | 论坛 | 博客
  • 博客访问: 611896
  • 博文数量: 356
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 2287
  • 用 户 组: 普通用户
  • 注册时间: 2013-04-08 17:08
文章分类

全部博文(356)

文章存档

2023年(3)

2022年(7)

2021年(33)

2020年(47)

2019年(36)

2018年(221)

2017年(1)

2015年(1)

2013年(7)

我的朋友

发布时间:2021-11-05 16:59:17

 strings - print the strings of printable characters in files.  ......【阅读全文】

阅读(400) | 评论(0) | 转发(0)

发布时间:2021-02-16 14:45:18

git checkout mastergit pullgit checkout localgit rebase -i HEAD~2 //合并提交 --- 2表示合并两个也可以 git rebase -i mastergit rebase master---->解决冲突--->git rebase --continuegit checkout mastergit merge localgit pushhttps://blog.csdn.net/nrsc272420199/article/details/85555911.........【阅读全文】

阅读(629) | 评论(0) | 转发(0)

发布时间:2020-12-24 10:07:29

sudo tcpflow -cp -i lo port 8021 or port 8091 or port 8080......【阅读全文】

阅读(1268) | 评论(0) | 转发(0)

发布时间:2020-12-11 14:32:02

firewall-cmd --zone=public --add-port=8080/tcp --permanentsystemctl restart firewalld.servicefirewall-cmd --list-ports......【阅读全文】

阅读(947) | 评论(0) | 转发(0)

发布时间:2020-11-10 14:44:02

du -h / --max-depth=1 | sort -hr | head -n 10......【阅读全文】

阅读(751) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册