摘要: 1. 打开文件/etc/network/interfaces2. 并直接注释以下代码如下 # auto eth0 #iface eth0 inet dhcp 阅读全文
posted @ 2015-12-03 23:50 starwp 阅读(145) 评论(0) 推荐(0)
摘要: 1. Linux下直接利用tcpdump转包,利于数据观测。 Eg. sudo tcpdump -i wlan0 udp port 9018 阅读全文
posted @ 2015-12-03 22:56 starwp 阅读(155) 评论(0) 推荐(0)
摘要: RT-WiFi在最后配置的时候:1. rt-wifi-sched.h文件中static struct rt-wifi_sta RT-WIFI_STAS[]={ {. mac_addr = {0x00, 0x00, 0x00,0x00,0x00,0x00} }, //station 0 {. m... 阅读全文
posted @ 2015-11-07 04:27 starwp 阅读(639) 评论(0) 推荐(0)
摘要: 1. 进入/boot/grub/grub.cfg, 查看menuentry中需要进入的内核版本2. 设置/etc/default/grub 中 GRUB_DEFAULT="Advanced options for Ubuntu>Ubuntu, with Linux 3.13.0-53-generic... 阅读全文
posted @ 2015-11-06 22:54 starwp 阅读(1795) 评论(0) 推荐(0)
摘要: 1. 首先制作USB启动盘,使用Universal-USB-Installer软件制作即可。2. 启动进入try ubuntu系统后,进入terminal输入如下命令:1 sudo fdisk -l 罗列出分区,记录Ubuntu根分区以及boot分区安装位置2 sudo -i (获得root特权)3... 阅读全文
posted @ 2015-11-06 22:48 starwp 阅读(640) 评论(0) 推荐(0)
摘要: 1. Hidden terminal: A, B and C, A and C cannot hear each other, if they both send packets to B, the collision will happen.2. Exposed terminal: A and B... 阅读全文
posted @ 2015-11-05 11:50 starwp 阅读(230) 评论(0) 推荐(0)
摘要: 1. 采用putty自带工具pscp, 进行cmd命令工具 Eg. C:\Users\username>"C:\Program Files (x86)\PuTTY\pscp.exe" -i C:\Users\Peng\Documents\privatekey.ppk file_directory ... 阅读全文
posted @ 2015-11-05 11:32 starwp 阅读(252) 评论(0) 推荐(0)
摘要: 1. 在需要配置文件之前,需要安装相应软件,hostapd提供AP服务 , isc-dhcp-server网络配置 tip: 配置文件放在txt文本中,需要去除自动换行,复制后会出现问题。2. Restart network in ubuntu, use "ifdown"and "ifup", E... 阅读全文
posted @ 2015-11-04 01:17 starwp 阅读(349) 评论(0) 推荐(0)
摘要: As it is shown in the fig, we have a graph G(V, E).1. Inpdependent Set: A set of nodes S\( \subset \)V is independent if no pair of nodes from S is co... 阅读全文
posted @ 2015-11-03 11:12 starwp 阅读(349) 评论(0) 推荐(0)
摘要: Here is the steps for remote control my terminal.1. Install the ssh in the remote terminal eg. Input:sudo apt-get install openssh-server2. In Windos s... 阅读全文
posted @ 2015-11-03 09:21 starwp 阅读(183) 评论(0) 推荐(0)