摘要: git remote set-url [--push] <name> <newurl> [<oldurl>]git remote set-url --add [--push] <name> <newurl>git remote set-url --delete [--push] <name> <ur 阅读全文
posted @ 2016-05-11 12:09 爱你爱自己 阅读(2460) 评论(0) 推荐(0) 编辑
摘要: Q: 最近配了个服务器,用的GIT,本地提交后服务器必须再拉取一下才能更新出来。。求个提交后自动更新的方法 A: 最佳工具 git hook post-update.sample 改名为post-update 然后加几行简单的代码就能实现你的需求了 例: gitdir=/**** cd $gitdi 阅读全文
posted @ 2016-05-11 11:56 爱你爱自己 阅读(1126) 评论(0) 推荐(0) 编辑
摘要: # cat /usr/local/apache2/build/config.nice //获取Apache编译时的参数 #!/bin/sh # #Created by configure "./configure"\ "--enable-modules=all"\ "--enable-mods-sh 阅读全文
posted @ 2016-05-11 08:55 爱你爱自己 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 1、配置好DNS解析[root@server ~]# cat /etc/redhat-release Red Hat Enterprise Linux Server release 6.2 (Santiago)[root@server ~]# uname -r2.6.32-220.el6.i686[ 阅读全文
posted @ 2016-05-11 08:53 爱你爱自己 阅读(296) 评论(0) 推荐(0) 编辑