上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 164 下一页
摘要: nmap -sP 10.108.160.0/22 tcpdump -i enp13s0 -nev >> /tmp/rogue ++++++++++++++Rogue DHCP Server MAC: c8:3a:35:11:70:00 All mac addresses starting with 阅读全文
posted @ 2016-04-03 08:09 张同光 阅读(130) 评论(0) 推荐(0) 编辑
摘要: # . find_rogue_dhcp.sh & #! /bin/sh # tcpdump -i enp13s0 -nev udp port 68 >> /tmp/rogue 2>&1 & # ... 阅读全文
posted @ 2016-04-03 08:04 张同光 阅读(106) 评论(0) 推荐(0) 编辑
摘要: # rpm -ivh ftp://ftp.muug.mb.ca/mirror/centos/7.2.1511/os/x86_64/Packages/PyYAML-3.10-11.el7.x86_64.rpm# y... 阅读全文
posted @ 2016-04-03 08:02 张同光 阅读(103) 评论(0) 推荐(0) 编辑
摘要: Installing Quagga # tar xzf quagga-0.99.21mr2.2.tar.gz # cd quagga-0.99.21mr2.2 // # ./bootstrap.sh [root@localhost quagga-0.99.21mr2.2]# ./configure 阅读全文
posted @ 2016-04-03 07:59 张同光 阅读(180) 评论(0) 推荐(0) 编辑
摘要: -----------------------INSTALL quaggahttp://blog.chinaunix.net/uid-14735472-id-5595972.htmlcore-manual.pdf... 阅读全文
posted @ 2016-04-03 07:46 张同光 阅读(182) 评论(0) 推荐(0) 编辑
摘要: [root@localhost android-3.10]# adb push net/batman-adv/batman-adv.ko /storage/sdcard1/ztg 4848 KB/s (4118150 bytes in 0.829s) [root@localhost android- 阅读全文
posted @ 2016-04-03 07:42 张同光 阅读(139) 评论(0) 推荐(0) 编辑
摘要: ++++++++++++++++++++++++++++++++++++++++ Filesystem 1K-blocks Used Available Use% Mounted on tmpfs 244744 136 244608 0% /dev /dev/block/mmcblk1p6 4836 阅读全文
posted @ 2016-04-02 10:10 张同光 阅读(168) 评论(0) 推荐(0) 编辑
摘要: cm11开发者源码.tar 文件大小:9.8G http://pan.baidu.com/share/link?uk=1663710139&shareid=3849829323 cm11源码http://pan.baidu.com/s/1i3LzjFZ ++++++++++++++++ ?说明 0 阅读全文
posted @ 2016-04-02 10:02 张同光 阅读(263) 评论(0) 推荐(0) 编辑
摘要: http://jingyan.baidu.com/article/1974b289b8ccdcf4b0f77470.html 无刷机,不Android。相信大多数机友选择Android手机都看中其高定制性和可玩... 阅读全文
posted @ 2016-04-02 09:57 张同光 阅读(433) 评论(0) 推荐(0) 编辑
摘要: https://www.open-mesh.org/projects/open-mesh/wiki[root@localhost batman-adv-2015.2]# ls ../batman-adv-2015... 阅读全文
posted @ 2016-04-02 09:54 张同光 阅读(139) 评论(0) 推荐(0) 编辑
摘要: [root@localhost cBPM]# systemctl start nginx.service [root@localhost cBPM]# systemctl stop nginx.service [root@localhost cBPM]# systemctl restart ngin 阅读全文
posted @ 2016-04-02 09:52 张同光 阅读(131) 评论(0) 推荐(0) 编辑
摘要: /root/桌面/server-client-pthread-c heartbeat-server.c // gcc heartbeat-server.c -o heartbeat-server // indent -npro -kr -i8 -ts8 -sob -l280 -ss -ncs -cp 阅读全文
posted @ 2016-04-02 09:51 张同光 阅读(260) 评论(0) 推荐(0) 编辑
摘要: How to setup multimedia on CentOS 7You will need to also install the EPEL repository as nux-dextop depends... 阅读全文
posted @ 2016-04-02 09:49 张同光 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 计算机安全技术(第2版)主编:张同光清华大学出版社ISBN:9787302429654出版日期:2016.03.01印刷日期:2016.03.16http://www.tup.com.cn/booksCente... 阅读全文
posted @ 2016-04-02 09:46 张同光 阅读(321) 评论(0) 推荐(0) 编辑
摘要: send(sock , message , strlen(message) , MSG_NOSIGNAL)http://stackoverflow.com/questions/34128572/linux-soc... 阅读全文
posted @ 2016-04-02 09:18 张同光 阅读(110) 评论(0) 推荐(0) 编辑
摘要: server.c // gcc -lpthread server.c -o server #include #include #include #include #in... 阅读全文
posted @ 2016-04-02 09:13 张同光 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/venow/archive/2012/11/30/2790031.htmlhttp://blog.csdn.net/denkensk/article/details/41978015定义: epoll是Linux内核为处理大批句柄而作改进的poll,是L 阅读全文
posted @ 2016-04-02 09:06 张同光 阅读(257) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/14563134/epoll-loops-on-disconnection-of-a-clientI am trying to impleme... 阅读全文
posted @ 2016-04-02 09:00 张同光 阅读(95) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/venow/archive/2012/11/30/2790031.htmlhttp://blog.csdn.net/denkensk/article/details/41978015定义: epoll是Linux内核为处理大批句柄而作改进的poll,是L 阅读全文
posted @ 2016-04-02 08:54 张同光 阅读(115) 评论(0) 推荐(0) 编辑
摘要: [root@localhost 给同光的数据]# pwd /opt/cBPM-设计文档/张同光—设计文档/给同光的数据 [root@localhost 给同光的数据]# head -5 task-usage.csv 2070226000000,2070237000000,2916101306,0,3 阅读全文
posted @ 2016-04-02 08:35 张同光 阅读(188) 评论(0) 推荐(0) 编辑
上一页 1 ··· 96 97 98 99 100 101 102 103 104 ··· 164 下一页