目录

工欲善其事

实践出真知

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

存档:

X

常用命令

windows系统:

查端口占用并杀掉进程:

netstat -ano | findstr '6379'
taskkill /pid /F '123123'

Linux 系统:

Mac 系统:

修改host文件

subl /private/etc/hosts

修改Mac地址

sudo ifconfig en0 ether xxx

标题:常用命令
作者:llilei
地址:http://solo.llilei.work/articles/2022/11/11/1668153796046.html