码迷,mamicode.com
首页 >  
搜索关键字:ssh proxy    ( 22021个结果
Accessing and Updating Data in ASP.NET: Retrieving XML Data with XmlDataSource Control
XmlDataSource BasicsThe XmlDataSource control exists merely as a proxy for retrieving XML data, which can then be programmatically accessed or bound t...
分类:数据库   时间:2014-04-30 19:04:56    阅读次数:727
github proxy
--setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi...
分类:其他好文   时间:2014-04-30 01:13:49    阅读次数:507
securecrt在linux与windows之间传输文件(转)
摘自:http://blog.csdn.net/rangf/article/details/6096365SecureCRT这款SSH客户端软件同时具备了终端仿真器和文件传输功能。比ftp命令方便多了,而且服务器不用再开FTP服务了。rz,sz是便是Linux/Unix同Windows进行ZMode...
分类:Windows程序   时间:2014-04-29 20:38:51    阅读次数:723
动态代理1
动态代理的功能: 1:增强一个类的方法。 2:在不修改源类的情况下,修改类的行为或是方法。 在Java中有一个类 Proxy 动态代理在运行时,会创建被代理类的接口号的子类. 1:只这么一个要求: 所有被代理的类,必须要拥有一个接口。 2:动态代理有两个核心类 1:Proxy具体类,它的静态方法ne...
分类:其他好文   时间:2014-04-29 19:48:28    阅读次数:483
ssh的有关注解的配置annotation
dao层:@Repository(value ="")或者@Component(value="")service层:@Service(value ="")或者@Component(value="") 有关事务的配置: @Transactional(propagation=P...
分类:其他好文   时间:2014-04-29 16:38:46    阅读次数:446
ahjesus SSHkey登陆linux服务器,无需密码,ubuntu
cd ~/.ssh/如果目录不存在就新建一个 mkdir ~/.ssh制作公匙 ssh-keygen -t rsa默认会生成id_rsa.pub的公匙将公匙推送到指定的服务器 scp id_rsa.pub username@server:~/.ssh/id_rsa.pub登录到服务器 ssh use...
分类:系统相关   时间:2014-04-29 16:01:32    阅读次数:625
ahjesus linux连接阿里云ubuntu服务器并更改默认账号和密码,以及创建子账户
先确保本地Linux服务器SSH服务开启,如果没有开启直接执行指令:service sshd start然后我们使用ssh指令进行远程登陆ssh username@ip-address输入passwd指令修改旧密码修改默认账号rootvi /etc/passwd按i键进入编辑状态修改第1行第1个ro...
分类:系统相关   时间:2014-04-29 15:51:22    阅读次数:586
使用公钥登录OpenSSH
使用公钥登录OpenSSH2013年10月24日16:47 生成密钥对 我所知道的,有三种生成密钥对的工具,分别为GNU/Linux下的ssh-keygen命令、puttygen、SSH Secure Shell。 使用ssh-keygen生成密钥对 [root@ld365 ~]# ssh-keyg...
分类:其他好文   时间:2014-04-29 10:11:47    阅读次数:615
Cubieboard2安装Fedora20
在Cubieboard2上安装Fedora20,主要是为TF卡分区,调整文件系统大小,配置SSH和VNC Server。
分类:其他好文   时间:2014-04-28 04:56:47    阅读次数:3486
nginx: [emerg] the size 10485760 of shared memory zone "cache_one" conflicts with already declared size 0
注意配置段中的区域包含关系.proxy_cache_patch 要在proxy_cache前已经定义.>>>> what seems to be the problem?>>>>>>>> [emerg]: the size 52428800 of shared memory zone "media"...
分类:其他好文   时间:2014-04-28 04:33:03    阅读次数:1157
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!