linux 根据端口号杀进程
1 | netstat -nlp | grep :4000 | awk '{print $7}' | awk -F"/" '{ print $1 }' |xargs kill -9 |
ssh内网穿透
1 | ssh -fCPN -L 54321:prod-0.cuauwtxtbfew.rds.cn-north-1.amazonaws.com.cn:5432 -p22 10.0.1.65 |
centos7 开端口
1 | firewall-cmd --list-all |
frp
1 | ./frpc -c frpc.ini |
git 强制同步远程分支代码
1 | $ git fetch --all |
idea 列编辑模式
1 | option + 鼠标选择要编辑的列 |
linux定时任务
1 | data |
安装指定版本软件
1 | curl -s "https://get.sdkman.io" | bash |
mysql
1 | # 启动 mysql, 并设置为开机启动 |
统计linux多个文件中某个字出现的次数
1 | find . -name "*" | xargs grep -c "外汇中心推送信息" | awk -F ":" '($2>0) {print $0}' | sort -t ":" -k 2,2nr |
I'm so cute. Please give me money.
- Post link: http://dongkw.github.io/2020/01/07/%E5%A4%87%E5%BF%98/
- Copyright Notice: All articles in this blog are licensed under unless stating additionally.
若没有本文 Issue,您可以使用 Comment 模版新建。
GitHub Issues