摘要: GitBucket是一个用Scala语言编写的类似Github的应用,界面非常相似。它非常容易安装–容易到你只需要把它的war文件扔到tomcat中,然后启动tomcat就直接可以访问了。或者直接java执行它就可以运行了!现在版本(3.2)的GitBucket提供了下面的基本功能:公有/私有Git 阅读全文
posted @ 2017-09-05 15:37 Oops!# 阅读(1808) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #通过命令行参数指定if [ ! -z "$1" ];then ip=$1 echo "手动指定IP:$ip"else#根据默认路由获取ip地址 iface=`route 2>/dev/null |grep default |awk '{print $8}'` iface=$ 阅读全文
posted @ 2017-09-05 13:57 Oops!# 阅读(1007) 评论(0) 推荐(0) 编辑
摘要: 一、服务器端安装及配置 服务器环境:干净的CentOS6.3 64位系统 内网IP:10.143.80.116 外网IP:203.195.xxx.xxx OpenVPN版本:OpenVPN 2.3.2 x86_64-redhat-linux-gnu 1、安装前准备 1 2 3 4 5 6 7 8 9 阅读全文
posted @ 2017-09-05 13:04 Oops!# 阅读(3564) 评论(0) 推荐(0) 编辑