查看Linux的配置
wget http://aspersa.googlecode.com/svn/trunk/summary
FD(file / socket / ...) 在Parent fork的时候会复制一遍,Parent和Child都照样用
墨衍会员
·
AI 创作全网分发
墨衍智能分发
本文由作者通过墨衍一键同步至各平台
1分发平台
400+累计阅读
481平均单平台
已同步平台
CSDN
微信公众号
微博
知乎
掘金
百家号
博客园
抖音
小红书
你的文章也可以这样分发
墨衍会员 ¥399起/年,写一次发全网
我也要 →
码龄17年
查看Linux的配置
wget http://aspersa.googlecode.com/svn/trunk/summary
FD(file / socket / ...) 在Parent fork的时候会复制一遍,Parent和Child都照样用
something about linux
sudo apt-get update #这一步是更新你的源列表,换源后必须执行 sudo让用户其身份来执行指定指令预设身份root/etc/sudoers设置了执行sudo指令用户若其未经授权用户企图使用sudo则会发出警告邮件给管理员用户使用sudo时必须先输入密码之有5分钟有效期限超过期限则必须重新输入密码 apt-get 下载命令 参数有install 安装 update 更新
Something about the linux/Documentation/kbuild
1. Open the 00-INDEX first, it give some overview of the kbuild directoryroot@debian:/usr/src/linux-2.6.32.5/Documentation/kbuild# vi 00-INDEX 00-INDEX - this file: info on the kernel build pro...
something about linux Signals
from http://www.linux-tutorial.info/modules.php?name=MContent&pageid=289 Signals Signals are a way of sending simple messages to processes. Most of these messages are already defined and c
Something about loopback in linux code
before start to saylinux code 3.16.44内核来说只能建立一个lo(loopback口) drivers/net/loopback.c 中定义了loopback dev的初始化和销毁的操作 在内核中这个只用了一次并且没有开放接口 static void loopback_dev_free(struct net_device *dev) {
linux/unix something about $
实践操作:2013-09-10 company_VM机 关于linux中$的相关含义说明: $0 Shell 本身的文件名 $1~$n 添加到Shell中的各个参数值。 $1 传入的第一个参数、 $2 传入的第二个参数... $n 传入的第n个参数。 $@ 传入Shell的所有参数的列表。 $$ Shell本身的PID(ProcessID), 即进程ID。 $!
something about Compile and Link on Embedded Linux
1 , Compile 流程 2,The `##' preprocessing operator performs token pasting #define myprintf(format, ...) printf (format, ##__VA_ARGS__) #define myprintf(args...) myprintf (args) 3
Something about Giraffe
Run Giraffe in Ubuntu 要开始trace Giraffe的code,昨天晚上和杰哥一起看了一些 老师留下一些问题: Investigate features (363) related to bitboard (or map), rules? 这个明天早上我再细看一下 Search node budget (256? Quiescence search? Pro...
Something about Mutex
最近打开内核Mutex debug选项,出现一些Mutex Warning,重新审查和学习了一点东西,记录一下。 目前在学习SMP相关的东西,已经开始,坚持! 一.Mutex Slowpath & Fastpath 1. Can someone help me to understand what is the difference between > >> > fastpath > >
know everything about something
先前的学习涉猎比较广泛,高级编程,电子电路,上层编程,甚至做网页,都接触过了。 尽管学的都不深,但是都知道一点基本的知识。 先前看到一句话,叫做know something about everything, know everything about something。 尽管自己先前并没用那么明确的说明,但是我确信自己一直在向往着成为一名linux驱动开发工程师。 我知道每一...
Should know something about OS
As a graduate student majoring in computer science, I shoud have learned something more deeply about operating system. No matter Unix or Windows, I shoud be familiar with them and the mechanisms of th
something about memory management经典!
高端内存相关? Pages//内核把物理页面当做内存管理的基本单元 The kernel represents every physical page on the system with a struct page structure. This structure is defined in ://内核用struct page 结构体 代表每个物理页面struct page {
something about slab layer!!
总概念:the Linux kernel provides the slab layer (also called the slab allocator). The slab layer acts as a generic data structure-caching layer. The slab layer divides different objects into grou
Something about WMI
微软的一些开源WMI,可以在linux环境下cygwin访问windows执行。 http://msdn.microsoft.com/en-us/library/aa394585(v=VS.85).aspx 转载于:https://blog.51cto.com/madman/382136...
something about svn
For more detail PLZ go to see trac+svn http://www.cnitblog.com/subversion/archive/2006/ svn http://www.subversion.org.cn/svnbook/1.4/svnbook.pdf http://www.svn8.com/svnpz/20080316/342.html Linu...
something about kali
镜像源debhttp://http.kali.org/kalikalimainnon-freecontrib deb-srchttp://http.kali.org/kalikalimainnon-freecontrib debhttp://security.kali.org/kali-securitykali/updatesmaincontrib...
Something about wlan
Refs: 1. fatduck's blog: http://wiki.fatduck.org/networking/bridge-using-proxy-arp 2. Ipforwarding on [ask ubuntu]: http://askubuntu.com/questions/95199/two-network-cards-and-ip-f...
Something about doing and to do
Doing iOS 多读书 ACM To do linux 计算机网络 转载于:https://www.cnblogs.com/verain/p/4524609.html
Something about GPLv3
这里是一个供public review的GPLv3 Beta2 AJAX页面,非常酷, 任何人都可以对其中的某一段添加评论,背景好色的深浅显示了评论的数量多少,从而可以对其中最有争议的地方一目了然。不过我觉得这个网页显然还是对于目前争论的热度过于保守...GPLv3的最新一轮争吵依然集中在以Linus为代表的Linux Kernel开发者与FSF的GPLv3支持者中间,但是这一次一些Big Nam...

被折叠的 条评论
为什么被折叠?



