Aug
30
首先到http://windows.php.net/downloads/releases/archives/下载php最新版本,根据你的系统和需要选择线程安全或非线程安全的版本,下载之后解压到你开发环境的php目录,本文php路径:D:\wwwroot\php-5.5.16-Win32
其次因为现在新版的php已经不带go-pear.phar了,所以我们要下载一个,下载地址:http://pear.php.net/go-pear.phar,下载之后放到php的目录,本文的路径是:D:\wwwroot\php-5.5.16-Win32
再次我们要在php的目录下创建一个批处理文件,名称随便取,本文用go-pear.bat,内容为:
@ECHO OFF
set PHP_BIN=php.exe
%PHP_BIN% -d output_buffering=0 go-pear.phar
pause
保存之后双击go-pear.bat执行,如果提示缺少 msvcr110.dll ,那就是你的系统缺少vc 2012 运行库,需要安装 vcredist_x64.exe 或 vcredist_x86.exe,根据自己的系统下载对应的版本安装即可,下载地址:http://www.microsoft.com/zh-cn/download/details.aspx?id=30679。
接下来我们继续安装过程:
按回车确定
确定没有问题按回车进行安装,输入数字则修改对应项,修改后按回车进行安装。
安装之后php的目录会生成一个名字为PEAR_ENV.reg的注册表文件,双击PEAR_ENV.reg导入注册表。
打开windows的命令行窗口,切换到D盘,cd D:\wwwroot\php-5.5.16-Win32 到php的目录
输入pear -V 就可以查看pear的版本信息了:
D:\wwwroot\php-5.5.16-Win32>pear -V
PEAR Version: 1.9.5
PHP Version: 5.5.16
Zend Engine Version: 2.5.0
Running on: Windows NT WIN-V07MB4H27T1 6.1 build 7600 (Windows Server 2008 R2 Datacenter Edition) AMD64
输入pear list可以查看已安装的包:
D:\wwwroot\php-5.5.16-Win32>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.12 stable
Console_Getopt 1.3.1 stable
PEAR 1.9.5 stable
Structures_Graph 1.0.4 stable
XML_Util 1.2.3 stable
如果没有Image_GraphViz和Log包,使用 pear install Log和pear install Image_GraphViz把这两个包安装了。
再次输入pear list 查看已安装的包,应该有以下这些包了:
D:\wwwroot\php-5.5.16-Win32>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.12 stable
Console_Getopt 1.3.1 stable
Image_GraphViz 1.3.0 stable
Log 1.12.8 stable
PEAR 1.9.5 stable
Structures_Graph 1.0.4 stable
XML_Util 1.2.3 stable
使用 pear upgrade-all 可以升级所有已安装的包。
其次因为现在新版的php已经不带go-pear.phar了,所以我们要下载一个,下载地址:http://pear.php.net/go-pear.phar,下载之后放到php的目录,本文的路径是:D:\wwwroot\php-5.5.16-Win32
再次我们要在php的目录下创建一个批处理文件,名称随便取,本文用go-pear.bat,内容为:
@ECHO OFF
set PHP_BIN=php.exe
%PHP_BIN% -d output_buffering=0 go-pear.phar
pause
保存之后双击go-pear.bat执行,如果提示缺少 msvcr110.dll ,那就是你的系统缺少vc 2012 运行库,需要安装 vcredist_x64.exe 或 vcredist_x86.exe,根据自己的系统下载对应的版本安装即可,下载地址:http://www.microsoft.com/zh-cn/download/details.aspx?id=30679。
接下来我们继续安装过程:
按回车确定
确定没有问题按回车进行安装,输入数字则修改对应项,修改后按回车进行安装。
安装之后php的目录会生成一个名字为PEAR_ENV.reg的注册表文件,双击PEAR_ENV.reg导入注册表。
打开windows的命令行窗口,切换到D盘,cd D:\wwwroot\php-5.5.16-Win32 到php的目录
输入pear -V 就可以查看pear的版本信息了:
D:\wwwroot\php-5.5.16-Win32>pear -V
PEAR Version: 1.9.5
PHP Version: 5.5.16
Zend Engine Version: 2.5.0
Running on: Windows NT WIN-V07MB4H27T1 6.1 build 7600 (Windows Server 2008 R2 Datacenter Edition) AMD64
输入pear list可以查看已安装的包:
D:\wwwroot\php-5.5.16-Win32>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.12 stable
Console_Getopt 1.3.1 stable
PEAR 1.9.5 stable
Structures_Graph 1.0.4 stable
XML_Util 1.2.3 stable
如果没有Image_GraphViz和Log包,使用 pear install Log和pear install Image_GraphViz把这两个包安装了。
再次输入pear list 查看已安装的包,应该有以下这些包了:
D:\wwwroot\php-5.5.16-Win32>pear list
INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET:
=========================================
PACKAGE VERSION STATE
Archive_Tar 1.3.12 stable
Console_Getopt 1.3.1 stable
Image_GraphViz 1.3.0 stable
Log 1.12.8 stable
PEAR 1.9.5 stable
Structures_Graph 1.0.4 stable
XML_Util 1.2.3 stable
使用 pear upgrade-all 可以升级所有已安装的包。
Aug
14
140814 15:28:44 mysqld_safe Starting mysqld daemon with databases from /home/mysql2015/data
2014-08-14 15:28:45 15388 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-08-14 15:28:45 15388 [Note] InnoDB: The InnoDB memory heap is disabled
2014-08-14 15:28:45 15388 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2014-08-14 15:28:45 15388 [Note] InnoDB: Memory barrier is not used
2014-08-14 15:28:45 15388 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-08-14 15:28:45 15388 [Note] InnoDB: Using Linux native AIO
2014-08-14 15:28:45 15388 [Note] InnoDB: Using CPU crc32 instructions
2014-08-14 15:28:45 15388 [Note] InnoDB: Initializing buffer pool, size = 1.0G
2014-08-14 15:28:45 15388 [Note] InnoDB: Completed initialization of buffer pool
2014-08-14 15:28:45 15388 [Note] InnoDB: Highest supported file format is Barracuda.
2014-08-14 15:28:45 15388 [Note] InnoDB: 128 rollback segment(s) are active.
2014-08-14 15:28:45 15388 [Note] InnoDB: Waiting for purge to start
2014-08-14 15:28:45 15388 [Note] InnoDB: 5.6.20 started; log sequence number 1661278
2014-08-14 15:28:45 15388 [Note] RSA private key file not found: /home/mysql2015/data//private_key.pem. Some authentication plugins will not work.
2014-08-14 15:28:45 15388 [Note] RSA public key file not found: /home/mysql2015/data//public_key.pem. Some authentication plugins will not work.
2014-08-14 15:28:45 15388 [Note] Server hostname (bind-address): '0.0.0.0'; port: 2015
2014-08-14 15:28:45 15388 [Note] - '0.0.0.0' resolves to '0.0.0.0';
2014-08-14 15:28:45 15388 [Note] Server socket created on IP: '0.0.0.0'.
2014-08-14 15:28:46 15388 [Note] Event Scheduler: Loaded 0 events
2014-08-14 15:28:46 15388 [Note] /usr/local/webserver/mysql2015/bin/mysqld: ready for connections.
Version: '5.6.20-log' socket: '/tmp/mysql2015.sock' port: 2015 Source distribution
处理了一个MySQL Plugin 'FEDERATED' is disabled 的问题,发现日志里还有一个RSA private key file not found的问题,sha256_password这个插件是MySQL5.6内置的,支持更为强大的用户密码加密方式。
解决方法:
openssl genrsa -out mykey.pem 1024
openssl rsa -in mykey.pem -pubout > mykey.pub
chmod 400 mykey.pem
chmod 444 mykey.pub
chown mysql:mysql mykey.pem
chown mysql:mysql mykey.pub
vi my.cnf 在[mysqld]下面加以下两行:
sha256_password_private_key_path=/home/mysql2015/mykey.pem
sha256_password_public_key_path=/home/mysql2015/mykey.pub
保存之后,重启MYSQL服务,日志不再有以下错误了
RSA private key file not found: /home/mysql2015/data//private_key.pem. Some authentication plugins will not work.
RSA public key file not found: /home/mysql2015/data//public_key.pem. Some authentication plugins will not work.
2014-08-14 15:28:45 15388 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-08-14 15:28:45 15388 [Note] InnoDB: The InnoDB memory heap is disabled
2014-08-14 15:28:45 15388 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2014-08-14 15:28:45 15388 [Note] InnoDB: Memory barrier is not used
2014-08-14 15:28:45 15388 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-08-14 15:28:45 15388 [Note] InnoDB: Using Linux native AIO
2014-08-14 15:28:45 15388 [Note] InnoDB: Using CPU crc32 instructions
2014-08-14 15:28:45 15388 [Note] InnoDB: Initializing buffer pool, size = 1.0G
2014-08-14 15:28:45 15388 [Note] InnoDB: Completed initialization of buffer pool
2014-08-14 15:28:45 15388 [Note] InnoDB: Highest supported file format is Barracuda.
2014-08-14 15:28:45 15388 [Note] InnoDB: 128 rollback segment(s) are active.
2014-08-14 15:28:45 15388 [Note] InnoDB: Waiting for purge to start
2014-08-14 15:28:45 15388 [Note] InnoDB: 5.6.20 started; log sequence number 1661278
2014-08-14 15:28:45 15388 [Note] RSA private key file not found: /home/mysql2015/data//private_key.pem. Some authentication plugins will not work.
2014-08-14 15:28:45 15388 [Note] RSA public key file not found: /home/mysql2015/data//public_key.pem. Some authentication plugins will not work.
2014-08-14 15:28:45 15388 [Note] Server hostname (bind-address): '0.0.0.0'; port: 2015
2014-08-14 15:28:45 15388 [Note] - '0.0.0.0' resolves to '0.0.0.0';
2014-08-14 15:28:45 15388 [Note] Server socket created on IP: '0.0.0.0'.
2014-08-14 15:28:46 15388 [Note] Event Scheduler: Loaded 0 events
2014-08-14 15:28:46 15388 [Note] /usr/local/webserver/mysql2015/bin/mysqld: ready for connections.
Version: '5.6.20-log' socket: '/tmp/mysql2015.sock' port: 2015 Source distribution
处理了一个MySQL Plugin 'FEDERATED' is disabled 的问题,发现日志里还有一个RSA private key file not found的问题,sha256_password这个插件是MySQL5.6内置的,支持更为强大的用户密码加密方式。
解决方法:
openssl genrsa -out mykey.pem 1024
openssl rsa -in mykey.pem -pubout > mykey.pub
chmod 400 mykey.pem
chmod 444 mykey.pub
chown mysql:mysql mykey.pem
chown mysql:mysql mykey.pub
vi my.cnf 在[mysqld]下面加以下两行:
sha256_password_private_key_path=/home/mysql2015/mykey.pem
sha256_password_public_key_path=/home/mysql2015/mykey.pub
保存之后,重启MYSQL服务,日志不再有以下错误了
RSA private key file not found: /home/mysql2015/data//private_key.pem. Some authentication plugins will not work.
RSA public key file not found: /home/mysql2015/data//public_key.pem. Some authentication plugins will not work.
Aug
14
140814 12:44:59 mysqld_safe Starting mysqld daemon with databases from /home/mysql2015/data
2014-08-14 12:45:00 7642 [Note] Plugin 'FEDERATED' is disabled.
2014-08-14 12:45:00 7642 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-08-14 12:45:00 7642 [Note] InnoDB: The InnoDB memory heap is disabled
2014-08-14 12:45:00 7642 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2014-08-14 12:45:00 7642 [Note] InnoDB: Memory barrier is not used
2014-08-14 12:45:00 7642 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-08-14 12:45:00 7642 [Note] InnoDB: Using Linux native AIO
2014-08-14 12:45:00 7642 [Note] InnoDB: Using CPU crc32 instructions
2014-08-14 12:45:00 7642 [Note] InnoDB: Initializing buffer pool, size = 1.0G
2014-08-14 12:45:00 7642 [Note] InnoDB: Completed initialization of buffer pool
2014-08-14 12:45:00 7642 [Note] InnoDB: Highest supported file format is Barracuda.
2014-08-14 12:45:00 7642 [Note] InnoDB: 128 rollback segment(s) are active.
2014-08-14 12:45:00 7642 [Note] InnoDB: Waiting for purge to start
2014-08-14 12:45:00 7642 [Note] InnoDB: 5.6.20 started; log sequence number 1626018
2014-08-14 12:45:00 7642 [Note] RSA private key file not found: /home/mysql2015/data//private_key.pem. Some authentication plugins will not work.
2014-08-14 12:45:00 7642 [Note] RSA public key file not found: /home/mysql2015/data//public_key.pem. Some authentication plugins will not work.
2014-08-14 12:45:00 7642 [Note] Server hostname (bind-address): '0.0.0.0'; port: 2015
2014-08-14 12:45:00 7642 [Note] - '0.0.0.0' resolves to '0.0.0.0';
2014-08-14 12:45:00 7642 [Note] Server socket created on IP: '0.0.0.0'.
2014-08-14 12:45:00 7642 [Note] Event Scheduler: Loaded 0 events
2014-08-14 12:45:00 7642 [Note] /usr/local/webserver/mysql2015/bin/mysqld: ready for connections.
Version: '5.6.20-log' socket: '/tmp/mysql2015.sock' port: 2015 Source distribution
解决办法:
vi my.cnf
在[mysqld]下面加一行
federated
再次启动就可以看见FEDERATED引擎已经正常加载了。
注意:请确认你cmake编译的时候把-DWITH_FEDERATED_STORAGE_ENGINE=1加进去了。
2014-08-14 12:45:00 7642 [Note] Plugin 'FEDERATED' is disabled.
2014-08-14 12:45:00 7642 [Note] InnoDB: Using atomics to ref count buffer pool pages
2014-08-14 12:45:00 7642 [Note] InnoDB: The InnoDB memory heap is disabled
2014-08-14 12:45:00 7642 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2014-08-14 12:45:00 7642 [Note] InnoDB: Memory barrier is not used
2014-08-14 12:45:00 7642 [Note] InnoDB: Compressed tables use zlib 1.2.3
2014-08-14 12:45:00 7642 [Note] InnoDB: Using Linux native AIO
2014-08-14 12:45:00 7642 [Note] InnoDB: Using CPU crc32 instructions
2014-08-14 12:45:00 7642 [Note] InnoDB: Initializing buffer pool, size = 1.0G
2014-08-14 12:45:00 7642 [Note] InnoDB: Completed initialization of buffer pool
2014-08-14 12:45:00 7642 [Note] InnoDB: Highest supported file format is Barracuda.
2014-08-14 12:45:00 7642 [Note] InnoDB: 128 rollback segment(s) are active.
2014-08-14 12:45:00 7642 [Note] InnoDB: Waiting for purge to start
2014-08-14 12:45:00 7642 [Note] InnoDB: 5.6.20 started; log sequence number 1626018
2014-08-14 12:45:00 7642 [Note] RSA private key file not found: /home/mysql2015/data//private_key.pem. Some authentication plugins will not work.
2014-08-14 12:45:00 7642 [Note] RSA public key file not found: /home/mysql2015/data//public_key.pem. Some authentication plugins will not work.
2014-08-14 12:45:00 7642 [Note] Server hostname (bind-address): '0.0.0.0'; port: 2015
2014-08-14 12:45:00 7642 [Note] - '0.0.0.0' resolves to '0.0.0.0';
2014-08-14 12:45:00 7642 [Note] Server socket created on IP: '0.0.0.0'.
2014-08-14 12:45:00 7642 [Note] Event Scheduler: Loaded 0 events
2014-08-14 12:45:00 7642 [Note] /usr/local/webserver/mysql2015/bin/mysqld: ready for connections.
Version: '5.6.20-log' socket: '/tmp/mysql2015.sock' port: 2015 Source distribution
解决办法:
vi my.cnf
在[mysqld]下面加一行
federated
再次启动就可以看见FEDERATED引擎已经正常加载了。
注意:请确认你cmake编译的时候把-DWITH_FEDERATED_STORAGE_ENGINE=1加进去了。
Aug
7
Git配置相关:
git config --global user.name "robbin"
git config --global user.email "[email protected]"
git config --global color.ui true
git config --global alias.co checkout
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.br branch
git config --global core.editor "mate -w" # 设置Editor使用textmate
git config -l # 列举所有配置
用户的git配置文件~/.gitconfig
Git常用命令查看、添加、提交、删除、找回,重置修改文件
git help # 显示command的help
git show # 显示某次提交的内容
git show $id
git co -- # 抛弃工作区修改
git co . # 抛弃工作区修改
git add # 将工作文件修改提交到本地暂存区
git add . # 将所有修改过的工作文件提交暂存区
git rm # 从版本库中删除文件
git rm --cached # 从版本库中删除文件,但不删除文件
git reset # 从暂存区恢复到工作文件
git reset -- . # 从暂存区恢复到工作文件
git reset --hard # 恢复最近一次提交过的状态,即放弃上次提交后的所有本次修改
git ci
git ci .
git ci -a # 将git add, git rm和git ci等操作都合并在一起做
git ci -am "some comments"
git ci --amend # 修改最后一次提交记录
git revert <$id> # 恢复某次提交的状态,恢复动作本身也创建了一次提交对象
git revert HEAD # 恢复最后一次提交的状态
查看文件diff
git diff # 比较当前文件和暂存区文件差异
git diff
git diff <$id1> <$id2> # 比较两次提交之间的差异
git diff.. # 在两个分支之间比较
git diff --staged # 比较暂存区和版本库差异
git diff --cached # 比较暂存区和版本库差异
git diff --stat # 仅仅比较统计信息
查看提交记录
git log
git log # 查看该文件每次提交记录
git log -p # 查看每次详细修改内容的diff
git log -p -2 # 查看最近两次详细修改内容的diff
git log --stat # 查看提交统计信息
tig (Mac上可以使用tig代替diff和log,brew install tig)
Git 本地分支管理查看、切换、创建和删除分支
git br -r # 查看远程分支
git br # 创建新的分支
git br -v # 查看各个分支最后提交信息
git br --merged # 查看已经被合并到当前分支的分支
git br --no-merged # 查看尚未被合并到当前分支的分支
git co # 切换到某个分支
git co -b # 创建新的分支,并且切换过去
git co -b # 基于branch创建新的new_branch
git co $id # 把某次历史提交记录checkout出来,但无分支信息,切换到其他分支会自动删除
git co $id -b # 把某次历史提交记录checkout出来,创建成一个分支
git br -d # 删除某个分支
git br -D # 强制删除某个分支 (未被合并的分支被删除的时候需要强制)
分支合并和rebase
git merge # 将branch分支合并到当前分支
git merge origin/master --no-ff # 不要Fast-Foward合并,这样可以生成merge提交
git rebase master # 将master rebase到branch,相当于:
git co && git rebase master && git co master && git merge
Git补丁管理(方便在多台机器上开发同步时用)
git diff > ../sync.patch # 生成补丁
git apply ../sync.patch # 打补丁
git apply --check ../sync.patch # 测试补丁能否成功
Git暂存管理
git stash # 暂存
git stash list # 列所有stash
git stash apply # 恢复暂存的内容
git stash drop # 删除暂存区
Git远程分支管理
git pull # 抓取远程仓库所有分支更新并合并到本地
git pull --no-ff # 抓取远程仓库所有分支更新并合并到本地,不要快进合并
git fetch origin # 抓取远程仓库更新
git merge origin/master # 将远程主分支合并到本地当前分支
git co --track origin/branch # 跟踪某个远程分支创建相应的本地分支
git co -b origin/ # 基于远程分支创建本地分支,功能同上
git push # push所有分支
git push origin master # 将本地主分支推到远程主分支
git push -u origin master # 将本地主分支推到远程(如无远程主分支则创建,用于初始化远程仓库)
git push origin # 创建远程分支, origin是远程仓库名
git push origin: # 创建远程分支
git push origin : #先删除本地分支(git br -d ),然后再push删除远程分支
Git远程仓库管理
git remote -v # 查看远程服务器地址和仓库名称
git remote show origin # 查看远程服务器仓库状态
git remote add origin git@github:robbin/robbin_site.git # 添加远程仓库地址
git remote set-url origin [email protected]:robbin/robbin_site.git # 设置远程仓库地址(用于修改远程仓库地址)
git remote rm # 删除远程仓库
创建远程仓库
git clone --bare robbin_site robbin_site.git # 用带版本的项目创建纯版本仓库
scp -r my_project.git [email protected]:~ # 将纯仓库上传到服务器上
mkdir robbin_site.git && cd robbin_site.git && git --bare init # 在服务器创建纯仓库
git remote add origin [email protected]:robbin/robbin_site.git # 设置远程仓库地址
git push -u origin master # 客户端首次提交
git push -u origin develop # 首次将本地develop分支提交到远程develop分支,并且track
git remote set-head origin master # 设置远程仓库的HEAD指向master分支,也可以命令设置跟踪远程库和本地库
git branch --set-upstream master origin/master
git branch --set-upstream develop origin/develop
git config --global user.name "robbin"
git config --global user.email "[email protected]"
git config --global color.ui true
git config --global alias.co checkout
git config --global alias.ci commit
git config --global alias.st status
git config --global alias.br branch
git config --global core.editor "mate -w" # 设置Editor使用textmate
git config -l # 列举所有配置
用户的git配置文件~/.gitconfig
Git常用命令查看、添加、提交、删除、找回,重置修改文件
git help
git show # 显示某次提交的内容
git show $id
git co --
git co . # 抛弃工作区修改
git add
git add . # 将所有修改过的工作文件提交暂存区
git rm
git rm
git reset
git reset -- . # 从暂存区恢复到工作文件
git reset --hard # 恢复最近一次提交过的状态,即放弃上次提交后的所有本次修改
git ci
git ci .
git ci -a # 将git add, git rm和git ci等操作都合并在一起做
git ci -am "some comments"
git ci --amend # 修改最后一次提交记录
git revert <$id> # 恢复某次提交的状态,恢复动作本身也创建了一次提交对象
git revert HEAD # 恢复最后一次提交的状态
查看文件diff
git diff
git diff
git diff <$id1> <$id2> # 比较两次提交之间的差异
git diff
git diff --staged # 比较暂存区和版本库差异
git diff --cached # 比较暂存区和版本库差异
git diff --stat # 仅仅比较统计信息
查看提交记录
git log
git log
git log -p
git log -p -2 # 查看最近两次详细修改内容的diff
git log --stat # 查看提交统计信息
tig (Mac上可以使用tig代替diff和log,brew install tig)
Git 本地分支管理查看、切换、创建和删除分支
git br -r # 查看远程分支
git br
git br -v # 查看各个分支最后提交信息
git br --merged # 查看已经被合并到当前分支的分支
git br --no-merged # 查看尚未被合并到当前分支的分支
git co
git co -b
git co -b
git co $id # 把某次历史提交记录checkout出来,但无分支信息,切换到其他分支会自动删除
git co $id -b
git br -d
git br -D
分支合并和rebase
git merge
git merge origin/master --no-ff # 不要Fast-Foward合并,这样可以生成merge提交
git rebase master
git co
Git补丁管理(方便在多台机器上开发同步时用)
git diff > ../sync.patch # 生成补丁
git apply ../sync.patch # 打补丁
git apply --check ../sync.patch # 测试补丁能否成功
Git暂存管理
git stash # 暂存
git stash list # 列所有stash
git stash apply # 恢复暂存的内容
git stash drop # 删除暂存区
Git远程分支管理
git pull # 抓取远程仓库所有分支更新并合并到本地
git pull --no-ff # 抓取远程仓库所有分支更新并合并到本地,不要快进合并
git fetch origin # 抓取远程仓库更新
git merge origin/master # 将远程主分支合并到本地当前分支
git co --track origin/branch # 跟踪某个远程分支创建相应的本地分支
git co -b
git push # push所有分支
git push origin master # 将本地主分支推到远程主分支
git push -u origin master # 将本地主分支推到远程(如无远程主分支则创建,用于初始化远程仓库)
git push origin
git push origin
git push origin :
Git远程仓库管理
git remote -v # 查看远程服务器地址和仓库名称
git remote show origin # 查看远程服务器仓库状态
git remote add origin git@github:robbin/robbin_site.git # 添加远程仓库地址
git remote set-url origin [email protected]:robbin/robbin_site.git # 设置远程仓库地址(用于修改远程仓库地址)
git remote rm
创建远程仓库
git clone --bare robbin_site robbin_site.git # 用带版本的项目创建纯版本仓库
scp -r my_project.git [email protected]:~ # 将纯仓库上传到服务器上
mkdir robbin_site.git && cd robbin_site.git && git --bare init # 在服务器创建纯仓库
git remote add origin [email protected]:robbin/robbin_site.git # 设置远程仓库地址
git push -u origin master # 客户端首次提交
git push -u origin develop # 首次将本地develop分支提交到远程develop分支,并且track
git remote set-head origin master # 设置远程仓库的HEAD指向master分支,也可以命令设置跟踪远程库和本地库
git branch --set-upstream master origin/master
git branch --set-upstream develop origin/develop
Jun
16
一、下载安装epel源
CentOS 6.x
1、32位系统
rpm -Uvh http://mirrors.sohu.com/fedora-epel/6/i386/epel-release-6-8.noarch.rpm
2、64位系统
rpm -Uvh http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
CentOS 5.x
1、32位系统
rpm -Uvh http://mirrors.sohu.com/fedora-epel/5/i386/epel-release-5-4.noarch.rpm
2、64位系统
rpm -Uvh http://mirrors.sohu.com/fedora-epel/5/x86_64/epel-release-5-4.noarch.rpm
二、安装master
yum -y install salt-master
2.1、修改配置文件中的监听IP:
vi /etc/salt/master
把14行的#interface: 0.0.0.0修改为你的内网IP或者其他,本例修改为:interface: 192.168.1.4
2.2、启动master
/etc/init.d/salt-master start
2.3、设置master开机自启动
chkconfig salt-master on
三、salt-minion安装
yum -y install salt-minion
3.1、修改配置文件
vi /etc/salt/minion
把11行的master的地址修改为:master: 192.168.1.4
把42行的id修改为:id: vhost16 (注:你可以按照你服务器的分类来命名,方便管理)
3.2、启动minion
/etc/init.d/salt-minion start
3.3、设置minion开机自启动
chkconfig salt-minion on
回到master执行salt-key -L ,会列出当前已经认证和还没有认证的主机,vhost16就是我们刚才才添加的主机。
接下来我们执行:
salt-key -a vhost16
来通过认证。
或者你可以执行:salt-key -A 全部认证。
四:测试
salt 'vhost' test.ping
salt 'vhost*' cmd.run 'date'
更多使用方法请参考官方文档:
http://docs.saltstack.com/en/latest/
http://docs.saltstack.cn/
CentOS 6.x
引用
1、32位系统
rpm -Uvh http://mirrors.sohu.com/fedora-epel/6/i386/epel-release-6-8.noarch.rpm
2、64位系统
rpm -Uvh http://mirrors.sohu.com/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
CentOS 5.x
引用
1、32位系统
rpm -Uvh http://mirrors.sohu.com/fedora-epel/5/i386/epel-release-5-4.noarch.rpm
2、64位系统
rpm -Uvh http://mirrors.sohu.com/fedora-epel/5/x86_64/epel-release-5-4.noarch.rpm
二、安装master
yum -y install salt-master
2.1、修改配置文件中的监听IP:
vi /etc/salt/master
把14行的#interface: 0.0.0.0修改为你的内网IP或者其他,本例修改为:interface: 192.168.1.4
2.2、启动master
/etc/init.d/salt-master start
2.3、设置master开机自启动
chkconfig salt-master on
三、salt-minion安装
yum -y install salt-minion
3.1、修改配置文件
vi /etc/salt/minion
把11行的master的地址修改为:master: 192.168.1.4
把42行的id修改为:id: vhost16 (注:你可以按照你服务器的分类来命名,方便管理)
3.2、启动minion
/etc/init.d/salt-minion start
3.3、设置minion开机自启动
chkconfig salt-minion on
回到master执行salt-key -L ,会列出当前已经认证和还没有认证的主机,vhost16就是我们刚才才添加的主机。
接下来我们执行:
salt-key -a vhost16
来通过认证。
或者你可以执行:salt-key -A 全部认证。
四:测试
salt 'vhost' test.ping
salt 'vhost*' cmd.run 'date'
更多使用方法请参考官方文档:
http://docs.saltstack.com/en/latest/
http://docs.saltstack.cn/