摘要:
mate translator 翻译软件比 IM translator 好一点。 阅读全文
摘要:
ssh 连接远程主机使用 -v 选项提示错误: debug1: ssh2_msg_kexinit sent 可能是由于本机设置的 mtu 为1500,大于对端的 1454,因此导致始终对不齐的问题。 可通过 echo 1454 > /sys/class/net/eth0/mtu 设置成 1454即可 阅读全文
摘要:
免费的: https://github.com/welhzh/Generate_Kernel_Uboot_Project_forIDE.git 内核有很多文件,真正编译的文件可能只占1/4,这个工具就是将这1/4的文件筛选出来的工具。 https://github.com/CoatiSoftware 阅读全文
摘要:
https://gist.github.com/kuznero/9eb62f6f0612a32d9c4446a4f1f4cf74 https://serverfault.com/questions/6714/how-to-make-windows-7-usb-flash-install-media- 阅读全文
摘要:
https://www.cnblogs.com/wwang/archive/2011/06/21/2085571.html 我们都知道,如果要使用没有集成到内核之中的Linux驱动程序需要手动编译。当然,这并不是一件什么难事,即使是对于没有编程经验的Linux使用者,只要稍微有点hacker的意识, 阅读全文
摘要:
符号类型. 小写字母表示局部; 大写字母表示全局(外部).AThe symbol's value is absolute, and will not be changed by further linking. BThe symbol is in the uninitialized data sec 阅读全文
摘要:
dump_stack可以用来查看函数调用关系,即便在内核里也可以。 // hello.c #include <linux/module.h> #include <linux/init.h> #include <linux/kprobes.h> #include <asm/traps.h> stati 阅读全文
摘要:
原文网址:http://blog.csdn.net/michaelcao1980/article/details/53008418, http://lwn.net/Articles/204545/ 文章中提到的 v4l2 api specification: https://www.linuxtv. 阅读全文
摘要:
目前最常用的胃食管返流病手术治疗方式是腹腔镜胃底折叠手术。手术把胃的一部分围绕食道下端做折叠,在把食道和胃的连接处从外面再包裹一圈,巧妙地增加食道下端的压力,达到抗反流的目的。该手术不切除原本的身体结构,也不植入任何人工材料,并且是一种微创手术。只需要在脐上打一个一厘米的小孔,上腹部打两个,两侧腹部 阅读全文
摘要:
如题。 效果非常好,录屏时电脑的声音也一同录了。 阅读全文