curl是使用URL语法的传送文件工具,支持FTP、FTPS、HTTP HTPPS SCP SFTP TFTP TELNET DICT FILE和LDAP。curl支持SSL证书、HTTP POST、HTTP PUT 、FTP 上传,kerberos、基于HTT格式的上传、代理、cookie、用户+...
分类:
Web程序 时间:
2014-11-23 22:52:42
阅读次数:
246
SSH分客户端openssh-client和openssh-server如果只是登录其他机器的SSH只需要安装openssh-clientubuntu默认安装ssh-client$sudoapt-get install openssh-client如需要通过ssh连接到本机,需要安装openssh-...
分类:
系统相关 时间:
2014-11-21 17:54:50
阅读次数:
215
一. 需求 最近在做数据库迁移,经常需要打包实例传输,传统scp感觉很慢。二. 软件信息 1. 软件主页:http://tsunami-udp.sf.net/ 2. 软件安装:直接源码make && make install三. 简单使用 以下介绍简明步骤: 在源机子开启tsun...
分类:
其他好文 时间:
2014-11-20 20:05:06
阅读次数:
455
不同的Linux之间copy文件常用有3种方法:第一种就是ftp,也就是其中一台Linux安装ftp Server,这样可以另外一台使用ftp的client程序来进行文件的copy。第二种方法就是采用samba服务,类似Windows文件copy 的方式来操作,比较简洁方便。第三种就是利用scp命令...
分类:
系统相关 时间:
2014-11-20 19:59:26
阅读次数:
234
SSH分客户端openssh-client和openssh-server
假如你想登陆其他的机子,那么至少你的机子要先安装openssh-client(ubuntu有默认安装,如果没有则sudo apt-get
install openssh-client),其二是对方机子安装并开启了openssh-server(sudo
apt-get install openssh-server),...
分类:
系统相关 时间:
2014-11-20 10:19:39
阅读次数:
177
1.镜像文件准备使用scp工具(windows下使用winscp)远程传输镜像文件到服务器端#scp
~/Downloads/CentOS-6.5-x86_64-bin-DVD1.isoroot@192.168.137.107:/home/iso参数解释:1)~/Downloads/CentOS-6.5-x86_64-bin-DVD1.iso本地文件 2)192.168.137.107服务器地址 3)/home/iso..
分类:
其他好文 时间:
2014-11-19 16:21:48
阅读次数:
233
Ubuntu系统必须开启ssh服务后,XP或者其他的主机才可以远程登陆到Ubuntu系统。
1,安装软件包,执行sudo apt-get install openssh-server
Ubuntu缺省安装了openssh-client,如果你的系统没有安装的话,再用apt-get install openssh-client安装上即可。...
分类:
其他好文 时间:
2014-11-19 12:43:33
阅读次数:
248
【时间】2014年11月18日【平台】Centos 6.5【工具】scp【软件】jdk-7u67-linux-x64.rpm spark-worker-1.1.0+cdh5.2.0+56-1.cdh5.2.0.p0.35.el6.noarch.rpm spark-core-1.1.0+c...
分类:
其他好文 时间:
2014-11-18 17:22:52
阅读次数:
515
Fedora 17 已经安装好openssh server了 不用再装 不过默认无开启首先su root1.开启ssh服务# systemctl start sshd.service2.随系统一起启动服务# systemctl enable sshd.service在terminal 中输 setu...
分类:
其他好文 时间:
2014-11-17 21:02:21
阅读次数:
242