前言:
做路由器开发,难免会遇到抓包的情况,但是抓包需要有Hub或者无线抓包网卡,调试无线问题,且目前手中没有无线抓包网卡,怎么办?那不能分析无线连接建立的过程,我们就来分析下,其传输的数据,肯定是从ra0无线接口来进行了。
准备:
编译tcpdump.ipk, libpcap.ipk并且安装到OpenWRT系统中。
可选传输方式scp, wget等。
wget http:///...
分类:
其他好文 时间:
2014-06-22 18:50:23
阅读次数:
250
基本命令uname-a-shostname显示主机名若是要永久生效,则编辑以下文件#vim/etc/sysconfig/networkssh远程登录#ssh10.1.1.54(是以root用户登录的)#sshtom@10.1.1.54(是以tom身份登录)#ssh-Y10.1.1.54(可以启动图形界面的远程登陆)scp远程拷贝#scp10.1.1.54:/etc/passw..
分类:
系统相关 时间:
2014-06-16 16:06:19
阅读次数:
637
Example syntax for Secure Copy (scp)What is Secure Copy?scpallows files to be copied to, from, or between different hosts. It usessshfor data transfer...
分类:
其他好文 时间:
2014-06-15 22:30:51
阅读次数:
290
安装scp mongodb-linux-x86_64-2.6.0.tgz
user@host:/home/user/ssh user@hosttar zxvf mongodb-linux-x86_64-2.6.0.tgzmv
mongodb-linux-x86_64-2.6.0 mongodbcd....
分类:
数据库 时间:
2014-06-09 20:43:24
阅读次数:
226
把当前的文件.bash_profile,拷贝到远程主机172.23.204.90,用户sunxiangwei,的根目录下(本机――>远程),scp
.bash_profile sunxiangwei@172.23.204.90:/home/sunxiangwei下载远程机器上的档案到本地来(远程――...
分类:
其他好文 时间:
2014-06-08 19:31:43
阅读次数:
219
一. 需求 最近在做数据库迁移,经常需要打包实例传输,传统scp感觉很慢。二. 软件信息 1. 软件主页:http://tsunami-udp.sf.net/ 2. 软件安装:直接源码make && make install三. 简单使用 以下介绍简明步骤: 在源机子开启tsunami进程:tsunamid * 在目标机子 connect...
分类:
其他好文 时间:
2014-06-05 11:05:15
阅读次数:
248
scp 命令随记
scp file username@remoteIp:directory
创建tar包
tar zcvf file.tar.gz directory
tar zcvf hadoop.tar.gz /hadoop...
分类:
其他好文 时间:
2014-06-05 07:36:35
阅读次数:
199
linux下curl编程
LibCurl是免费的客户端URL传输库,支持FTP,FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE ,LDAP等协议,其主页是http://curl.haxx.se/。Libcurl具备线程安全、IpV6兼容、易于使用的特点。本文档主要介绍LibCurl在http协议方面的应用。
HTTP协议...
分类:
其他好文 时间:
2014-05-24 20:34:28
阅读次数:
461
linux命令1.生成key文件ssh-keygen-tdsa2.copy到ROS文件目錄裏面scp.ssh/id_dsausername@XX.XX.XX.XX:3.登陸ROS,並在ROS上面導入keyuserssh-keysimportpublic-key-file=id_dsa.pubuser=username
分类:
系统相关 时间:
2014-05-24 15:41:55
阅读次数:
403