全部博文(333)
发布时间:2015-01-21 10:56:04
If you are running the standard kernel (for example), you can install the kernel-devel package by: [root@host]# yum install kernel-devel You can use this command to determine the version of your running kernel: [root@host]# uname -r The result will look similar to this: 2.........【阅读全文】
发布时间:2015-01-20 17:15:01
yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器。基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无须繁琐地一次次下载、安装。yum提供了查找、安装、删除某一个、一组甚至全部软件包的命令,而.........【阅读全文】
发布时间:2015-01-16 12:50:12
笔记本在vmware虚拟机中安装ubuntu,网线连接ARM卡板,可能板卡无法Ping通ubuntu,但是ubuntu能ping通ARM板卡,解决办法:将vmware虚拟机网络适配器改为桥接模式,然后vmware->编辑->虚拟网络编辑器->桥接到:有自动改为笔记本自带的有线网卡。.........【阅读全文】