目录

工欲善其事

实践出真知

活跃标签: linux java mysql 待分类 js springboot win10 电路 vue macOS nginx esp32 git docker windows idea maven esp8266 python Arduino

存档:

标签: bash (2)

[ Bash ] 命令进阶 有更新!

实时执行命令 while :; do clear; ls -lh; sleep 1; done 中间为执行命令,后端是间隔时间 实时脚本 如下,批量启动脚本命令 for j in *; do nohup java -jar $j --spring.profiles.active=test > $j.log 2>&1 & done

常用命令

windows系统: 查端口占用并杀掉进程: netstat -ano | findstr '6379' taskkill /pid /F '123123' Linux 系统: Mac 系统: 修改host文件 subl /private/etc/hosts 修改Mac地址 sudo ifconfig en0 ether xxx