摘要: #!/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 阅读(215) 评论(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 阅读(1131) 评论(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 阅读(409) 评论(0) 推荐(0) 编辑