2013年5月4日

tcpdump 用法举例

摘要: tcpdump -XX -i pppoe-wan udp port 53 -nS 阅读全文

posted @ 2013-05-04 02:43 xieyudi 阅读(146) 评论(0) 推荐(0) 编辑

2013年3月24日

用gcc在x86-64的Linux下编译x86代码时需要注意的问题

摘要: 1. gcc需要加参数 -m32, 否则编译出来的是64位指令(rax rbx ...)2. 需要安装gcc-multilib参考资料:http://stackoverflow.com/questions/9807581/cannot-find-crtn-o-linking-32-bit-code-on-64-bit-system 阅读全文

posted @ 2013-03-24 22:00 xieyudi 阅读(422) 评论(0) 推荐(0) 编辑

2013年3月22日

一个使用Win32SDK编写Windows GUI程序的教程: "theForger's Win32 API Tutorial"

摘要: 链接: theForger's Win32 API Tutorial"This tutorial attempts to get you started developing with the Win32 API as quickly and clearly as possible."几页的小教程(tutorial), 使用C来编写小型Win32 GUI程序,非常简单. 阅读全文

posted @ 2013-03-22 00:51 xieyudi 阅读(353) 评论(0) 推荐(0) 编辑

2013年2月27日

IBUS在KDE下不工作的解决办法

摘要: 4) Tweak 1: ~/.bashrcAppend the following to your ~/.bashrc file:Code:export GTK_IM_MODULE=ibusexport XMODIFIERS=@im=ibusexport QT_IM_MODULE=ibus原文链接[SOLVED] Kubuntu 9.10: Get iBus working 阅读全文

posted @ 2013-02-27 01:24 xieyudi 阅读(299) 评论(0) 推荐(0) 编辑

2012年6月22日

Chapter 1

摘要: 1.1scalarparallelogram transpose perpendicular whole numberThis big view, taking all the combinations of v and w, is linear algebra at work.In 3D space, in typical situation The combinations cu fill a line. The combinations cu + dv fill a plane. The combinations cu + dv +ew fill three-dementional... 阅读全文

posted @ 2012-06-22 00:10 xieyudi 阅读(155) 评论(0) 推荐(0) 编辑

2012年3月1日

备份及恢复Linux(使用tar) | 安装Debian(.deb)软件包

摘要: 备份及恢复Linux(使用tar压缩)在root下, 当前目录为 /备份:tar cvpzf backup.tar.bz2 / --exclude=/proc --exclude=/lost+found --exclude=/backup.tar.bz2 --exclude=/mnt --exclude=/sys还原:tar xvpfz backup.tar.bz2 -C /安装Debian(.deb)软件包(例)dpkg -i /home/***/Downloads/mentohust_0.3.4-1_amd64.deb 阅读全文

posted @ 2012-03-01 15:48 xieyudi 阅读(333) 评论(0) 推荐(0) 编辑

导航