随笔分类 -  linux System

the use of those linux system
摘要:vimrc配置 set nocompatible call pathogen#infect() filetype plugin indent on set fileencodings=utf-8,ucs-bom,gb18030,gbk,gb2312,cp936 set termencoding=ut 阅读全文
posted @ 2020-07-28 11:21 石斋 阅读(270) 评论(0) 推荐(0)
摘要:Table of Contents:博客路径:https://www.whyfi.top/blog/sk_buff-insight/ sk_buff定义 sk_buff操作 STEP 1:分配sk_buff(alloc_skb) STEP 2: 为sk_buff设置header空间(skb_rese 阅读全文
posted @ 2020-07-27 22:47 石斋 阅读(551) 评论(0) 推荐(0)
摘要:注释:该篇博文是借鉴下列文章加上自己实践总结得来,其它文件系统相关参考我的博客:https://www.whyfi.top/blog/ubuntu-remote-file-system/; a. http://forum.ubuntu.org.cn/viewtopic.php?f=77&t=1177 阅读全文
posted @ 2014-03-07 16:32 石斋 阅读(1013) 评论(0) 推荐(0)