摘要:
安装R的时候./configure时报configure: error: libcurl >= 7.22.0 library and headers are required with support for https 升级了libcurl和libcurl-devel还是报错,由升级openssl 阅读全文
摘要:
单内核设计: 把所有功能做成一个程序,每个功能在程序中使用线程实现(内核线程) 微内核设计: 每个功能使用独立子系统实现,联合完成 lsmod:内容来自/proc/modules modinfo:show information about linux kernel module modprobe: 阅读全文