写了套gitlab发布,发现新增的3台机器发布代码没成功,于是检查脚本,终于发现问题,脚本中rsync推送代码文件时,由于是新增的机器,第一次会提示:Areyousureyouwanttocontinueconnecting(yes/no)?知道ssh有-oPubkeyAuthentication=yes的参数可以跳过,于是manrsync的参数,发..
分类:
其他好文 时间:
2015-07-15 23:17:01
阅读次数:
351
There areseveralinstructionson how to connect to TFS Git from Xamarin Studio if you're using the Team Foundation Service.We have locally installed TFS...
分类:
Web程序 时间:
2015-07-15 18:25:32
阅读次数:
203
PPP is a protocol that is able to:handle authentication,compression,error detection,monitor link quality,logically bundles multiple serial connections...
分类:
其他好文 时间:
2015-07-14 22:28:14
阅读次数:
1046
telnet登陆方式在内网已经不是很安全了,采用ssh登陆较为安全。下面我给大家介绍一下如何用ssh登陆。主要分三大步:创建用户。配置vty用户。配置aaa用户一、创建用户.首先进入系统配置模式下面stelnetserverenable/启用ssh服务sshuseradmin/创建用户,名字是adminsshuseradmina..
分类:
其他好文 时间:
2015-07-14 20:50:33
阅读次数:
548
前言无论是HTTP/1.*还是HTTP/2,HTTP的基本语义是不变的,比如方法语义(GET/PUST/PUT/DELETE),状态码(200/404/500等),Range Request,Cacheing,Authentication、URL路径。以前纯文本形式作为传输的载体,HTTP/2带来了...
分类:
Web程序 时间:
2015-07-13 13:55:23
阅读次数:
161
1. IntroductionManaging network access using only the user mode or privilege mode password commands is limited and does not scale well. Instead, using...
分类:
其他好文 时间:
2015-07-12 23:06:57
阅读次数:
229
之前有一位朋友咨询我,Impala中如何实现将多列转为一行,其实Impala中自带函数可以实现,不用自定义函数。
下面我开始演示:
-bash-4.1$ impala-shell
Starting Impala Shell without Kerberos authentication
Connected to cdha:21000
Server version: impalad ve...
分类:
其他好文 时间:
2015-07-09 00:55:29
阅读次数:
354
首先要感谢几位前辈的笔记CAS 与.net 集成的 “循环重定向”问题分析Yale CAS + .net Client 实现 SSO(3)1.干掉web.config中的casClientConfig节点的proxyTicketManager,除非你使用代理2.干掉authentication配置借...
分类:
Web程序 时间:
2015-07-07 00:55:38
阅读次数:
719
//修改配置文件root@localhost:~#vi/etc/ssh/sshd_configroot@localhost:~#//注释调原来的,改成新的‘yes’#Authentication:LoginGraceTime120#PermitRootLoginwithout-passwordPermitRootLoginyesStrictModesyesRSAAuthenticationyesPubkeyAuthenticationyes//重启ssh服务roo..
分类:
系统相关 时间:
2015-07-06 20:03:30
阅读次数:
164
Game Center 的内容很多,这里主要总结Authentication,match,LeaderBoard1. 关于ui,game center 提供了很多标准ui ,如matchmakervc,friendrequestvc,gamecentervc, leaderboardvc简单易用。我...
分类:
移动开发 时间:
2015-07-05 00:55:15
阅读次数:
212