摘要:
#!/bin/sh ps -e | grep svnserve | awk '{print $1}' | xargs kill -9 svnserve -d -r /projects/svn --config-file=/projects/svn/svnserve.conf 阅读全文
posted @ 2018-09-15 23:40
hoge
阅读(225)
评论(0)
推荐(0)
摘要:
1.touch hello.sh2.vim hello.sh键入i插入#!/bin/shecho hello world;键入:esc:wq3.chmod 700 hello.sh4. 执行./hello.sh 阅读全文
posted @ 2018-09-15 22:20
hoge
阅读(1143)
评论(0)
推荐(0)
摘要:
wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u181 阅读全文
posted @ 2018-09-15 18:37
hoge
阅读(431)
评论(0)
推荐(0)

浙公网安备 33010602011771号