Linux
880露露088
IDEA sde,Microsoft China, SDE, Cloud Computing.
展开
-
linux运维之expect--安装ossutil64
#!/usr/bin/expect -fset DEFAUTENDPOINT endpointset ACCESSKEYID idset ACCESSKEYSECRET secretspawn wget https://gosspublic.alicdn.com/ossutil/1.7.10/ossutil64 -O ossutil64interactspawn chmod 755 ossutil64interactspawn ./ossutil64 configexpect {.原创 2022-04-05 15:02:47 · 1981 阅读 · 1 评论 -
mac pro进程查看和kill
lsof -n -P -i TCP -s TCP:LISTEN #查看端口占用情况lsof -i:1190 #查看端口号为1190的占用情况kill pid #关掉进程号为pid的进程原创 2017-04-06 19:01:06 · 2948 阅读 · 0 评论