摘要: JetBrains 授权服务器(License Server URL):http://idea.imsxm.com 使用方法:激活时选择License server 填入http://idea.imsxm.com 点击Active即可。 how-to-active: when active,type 阅读全文
posted @ 2017-09-11 17:33 wangmo 阅读(723) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #mo #20170911 #Update all oa code code=/root/code/$2/syberosoa path=/home/seim time=`date +%Y%m%d-%H%M` #Determine the results result() { if [ $? != 0 ];then echo -e "\033[3... 阅读全文
posted @ 2017-09-11 15:48 wangmo 阅读(211) 评论(0) 推荐(0) 编辑
摘要: #!/bin/sh if [ "$1"x = ""x ]; then echo "usage:/opt/bin/auto-ssh.sh user server" else user=$1 server=$2 pubkey=`cat ~/.ssh/id_rsa.pub` if [ "$pubkey"x = ""x ]; then ssh-ke... 阅读全文
posted @ 2017-09-11 15:46 wangmo 阅读(158) 评论(0) 推荐(0) 编辑