随笔分类 -  Linux

tmux常用命令
摘要:tmux常用命令 #新建一个名称是 mysession 的session tmux new -s mysession #连接一个目标session tmux att -t mysession #detach 只断开当前连接 ctrl+B+D #detach 只断开当前连接 tmux detach # 阅读全文

posted @ 2021-05-06 09:32 IT-风 阅读(95) 评论(0) 推荐(0) 编辑

Linux查看端口信息命令
摘要:1.使用netstat -natp 查看当前服务器端口连接信息: netstat -natp |grep 8086 2.使用lsof -i 查看当前服务器的端口信息 阅读全文

posted @ 2021-04-02 16:03 IT-风 阅读(1589) 评论(0) 推荐(0) 编辑

Linux服务器常用解压缩命令tar/zip
摘要:1.zip类型 将多个文件或目录压缩成 txt.zip文件: zip -r txt.zip 1.txt 2.txt dir3/ 解压到当前目录: unzip txt.zip 将txt.zip文件解压到指定目录: unzip -d tardir/ txt.zip 2.tar类型 压缩一个或多个文件或者 阅读全文

posted @ 2021-02-26 16:10 IT-风 阅读(1978) 评论(0) 推荐(0) 编辑

curl命令get/post请求
摘要:GET请求: curl -X GET --header 'Accept: application/json' 'http://ip:8080/api/book/detail?bookId=5&bookName=newBeer' POST请求: curl -X POST --header 'Conte 阅读全文

posted @ 2021-01-27 16:04 IT-风 阅读(3538) 评论(0) 推荐(0) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示