linux系统常用命令
摘要:# uname -a # 查看内核/操作系统/CPU信息# head -n 1 /etc/issue # 查看操作系统版本# cat /proc/cpuinfo # 查看CPU信息# hostname # 查看计算机名# lspci -tv # 列出所有PCI设备# lsusb -tv # 列出所有...
阅读全文
工作中常用命令
摘要:sed -n '21592,23591p' logperl -pi -e 's/str1/str2/g' logprstat -s size -n 10prstat -s cpu -n 10ls -lR | sort -bn +4 (smallest to largest)ls -lR | sort...
阅读全文
linux系统状态命令
摘要:netstatprstatvmstatiostatkstatpsrinfo
阅读全文
linux启动过程
摘要:转自http://blog.chinaunix.net/uid-26495963-id-3066282.html
阅读全文
linux inside
摘要:look athttp://0xax.gitbooks.io/linux-insides/content/index.html
阅读全文
unix man
摘要:Following 8 sections are available in the man page.General commandsSystem callsC library functionsSpecial files (usually devices, those found in /dev)...
阅读全文
时钟周期、机器周期、指令周期
摘要:摘自百度知道。时钟周期 时钟周期也称为振荡周期,定义为时钟脉冲的倒数(可以这样来理解,时钟周期就是单片机外接晶振的倒数,例如12M的晶振,它的时间周期就是1/12 us),是计算机中最基本的、最小的时间单位。 在一个时钟周期内,CPU仅完成一个最基本的动作。对于某种单片机,若采用了1MHZ...
阅读全文
linux常见命令列表
摘要:转自 http://www.pixelbeat.org/cmdline_zh_CN.html这是一个linux常见命令的列表。那些有• 标记的条目,你可以直接拷贝到终端上而不需要任何修改,因此你最好开一个终端边读边剪切&拷贝。所有的命令已在Fedora和Ubuntu下做了测试命令描述•apropos...
阅读全文
ia-64 vs x86-64
摘要:quoted from https://answers.yahoo.com/question/index?qid=20060928075708AAs3Jdiia64 was the first 64-bit processor on the market, in the form of the In...
阅读全文
Linux内核学习
摘要:转自 http://uliweb.clkg.org/tutorial/read/11
阅读全文