发布时间:2013-05-17 20:31:41
Shell特殊字符# 注释1. 表示注释 #注释2. 在引号中间和\#等表示#本身3.echo ${PATH#*:} # 参数替换,不是一个注释4.echo $(( 2#101011 )) # 数制转换,不是一个注释echo "The # here does not begin a comment."echo 'The # here does not begin a comment.'echo The \# here does not begin a comment.echo The .........【阅读全文】
发布时间:2013-05-17 20:08:46
Nginx 介绍
Window xp环境:Nginx+Tomcat6
nginx.conf配置
Tomcat配置
验证配置与测试负载均衡
......【阅读全文】
发布时间:2013-04-25 23:04:54
通过以下方法只能安装kvm ubuntu虚拟机系统,以后会对windows和其他linux发行版虚拟机的安装进行介绍环境:物理机ubuntu 10.04 amd64虚拟机ubuntu一、基本安装配置1.查看cpu是否支持虚拟化egrep ‘(vmx|svm)’ –color=always /proc/cpuinfo2.安装KVM and vmbuilderaptitude install ubuntu-virt-server py.........【阅读全文】
发布时间:2013-04-21 12:39:23
1. Get codegit clone ssh://username@gerrit_server:29418/kernel_goldfishgit clone ssh://fenggxin@10.126.39.248:29418/kernel_goldfish2. push codegit push ssh://gerrit_server:29418/kernel_goldfish HEAD:refs/for/branch_namegit push ssh://10.126.39.248:29418/kernel_goldfish HEAD.........【阅读全文】