Linux
liushihuidfg
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Linux平台使用桥接模式运行xp
需要安装的工具brctl和tunctl,运行下面的脚本 #!/bin/sh # set PATH for the case we are called via sudo or su rootPATH=/sbin:/usr/bin:/bin:/usr/bin# create a tap tunctl -t tap1 -u <user> ip link set up dev tap1 f # creat原创 2015-06-18 10:27:39 · 449 阅读 · 0 评论 -
64位Centos7上汇编运行32位程序
64位Centos7上汇编运行32位程序首先贴上源代码。 .ld-linux.so.2是动态加载器用来查找libc.so的原创 2015-06-10 15:17:21 · 4147 阅读 · 0 评论
分享