
Linux/Ubuntu/Realtime
embededvc
25年软件工程经验,在通讯,安全,计算机图形图像等领域设计过多个可靠的商业化系统软件和产品。对技术执着,喜欢追求未知领域,兴趣广泛。目前专注于工业自动化领域,研究ethercat,canopen等现场总线协议。
展开
-
MingW与Cygwin的区别
Unix下编译通过的C代码,在win32下编译是不能通过的 ,当然Unix 和win32的API都是符合标准C,也就是说,大多数函数调用在unix和win32下是相同的.但是,unix有自己一些独特的API(如fork,spawn,signals,select,sockets等),如果代码中使用了这些API,在win32下当然找不到对应的库.但是,这些API的功能在win32中也能实现,也许你转载 2012-12-06 09:52:02 · 1080 阅读 · 0 评论 -
UbuntuStudio/RealTimeKernel
Prerequisite definitions:kernel - central component of a computer's operating system, bridging between applications and the actual data processing done at the hardware level. See alsoWiki转载 2014-11-19 10:39:46 · 1118 阅读 · 0 评论 -
Rebuilding A Kernel Module On The Fly(Build a kernel module without rebuilding kernel)
This wiki page outlines a process that can be used to rebuild a kernel module on-the-fly versus having to rebuild an entire kernel to quickly verify a fix. If this trick saved you time, buy manjo a be转载 2014-11-19 10:13:11 · 772 阅读 · 0 评论 -
实时 Linux 架构剖析
http://www.ibm.com/developerworks/cn/linux/l-real-time-linux/转载 2014-11-19 11:10:50 · 979 阅读 · 0 评论 -
关于vsftpd的530 Login incorrect错误
http://www.tsingpost.com/articles/201401/393.html 安装的vsftpd, 配置文件是根据以前整理的一个vsftpd.conf, 使用系统的用户来登陆ftp, 配置文件中有chroot_local_user=NOchroot_list_enable=YESchroot_list_file=/usr/local/etc/vsftpd转载 2014-12-04 17:27:12 · 8202 阅读 · 1 评论 -
ubuntu 12.04.2创建ftp服务
1. sudo apt-get install vsftpd2.configure /etc/vsftpd.conf,the content is as follows: # Example config file /etc/vsftpd.conf## The default compiled in settings are fairly paranoid. This samp原创 2014-12-05 10:53:36 · 833 阅读 · 0 评论 -
ethtool 在 Linux 中的实现框架和应用
http://www.ibm.com/developerworks/cn/linux/1304_wangjy_ethtools/转载 2015-04-02 17:51:04 · 862 阅读 · 0 评论