摘要:
所需工具: 交叉编译工具:arm-linux-gcc 4.4.3 qt4.8.4源码包:qt-everywhere-opensource-src-4.8.4.tar.gz编译: 解压qt4.8.4源码包:tar -zxvf qt-everywhere-opensource-src-4.8.4.tar.gz 设置交叉编译工具链,修改文件/qt-everywhere-opensource-src-4.8.4/mkspecs/linux-arm-gnueabi-g++ /qmake.conf,修改内容如下: # modifications to g++.confQMAKE_CC ... 阅读全文
随笔分类 - Linux
7个致命的Linux命令
2013-03-30 18:57 by DVwei, 173 阅读, 收藏,
摘要:
原文地址:http://linux.cn/thread/10246/1/1/如果你是一个linux新手,在好奇心的驱使下,可能会去尝试从各个渠道获得的命令。以下是 7 个致命的 Linux 命令,轻则使你的数据造成丢失,重则使你的系统造成瘫痪,所以,你应当竭力避免在系统中运行它们。rm -rf /此命令将递归并强制删除 / 目录下的所有文件。char esp[] __attribute__ ((section(”.text”))) /* e.s.prelease */= “\xeb\x3e\x5b\x31\xc0\x50\x54\x5a\x83\xec\x64\x68″“\xff\xff\xf 阅读全文
翻译:netcat manual
2013-03-23 22:21 by DVwei, 633 阅读, 收藏,
摘要:
因为最近在搭建服务器要用到nc,所以阅读手册的同时也顺便把它翻译了,我的英语不好,如果哪里翻译错了,请指正。NC(1) BSD General Commands Manual NC(1)NAME nc — arbitrary TCP and UDP connections and listensSYNOPSIS nc [-46DdhklnrStUuvzC] [-i interval] [-P proxy_username] [-p source_port] [-s source_ip_address] [-T ToS] [-w timeout] [-X proxy_protoc... 阅读全文
利用nmap扫描整个局域网活动主机的IP-MAC和Port
2013-03-22 19:46 by DVwei, 37317 阅读, 收藏,
摘要:
通过nmap扫描完之后,查看arp缓存表即可查看IP-MAC表进行ping扫描,输出所有响应的主机IP:nmap -sP 172.17.148.0/24 Nmap scan report for 172.17.148.19Host is up (0.0029s latency).Nmap scan report for 172.17.148.28Host is up (0.00069s latency).Nmap scan report for 172.17.148.36Host is up (0.0067s latency).Nmap scan report for 172.17.148.. 阅读全文
浙公网安备 33010602011771号