Linux下查看cpu类型、内存大小、硬盘大小类型等
CPU查看:
1、 # dmesg | grep CPU
Initializing CPU#0
CPU: Trace
cache: 12K uops
CPU: L1 I-cache: 0K, L1 D-cache: 16K
CPU: L2
cache: 256K
Intel machine check reporting enabled on CPU#0.
CPU: After generic, caps: bfebfbff 00000000 00000000 00000000
CPU: Common caps: bfebfbff 00000000 00000000 00000000
CPU: Intel(R) Celeron(R) CPU 2.53GHz stepping 01
microcode: CPU0
updated from revision 0x0 to 0x12, date = 11222004
2、 # cat
/proc/cpuinfo | grep name
model name : Intel(R) Celeron(R) CPU
2.53GHz
3、 # rpm -q --queryformat "%{ARCH}\n" kernel
i686
内
存:# cat /proc/meminfo
硬盘:# df命令查看大小
#hdparm -i /dev/hda查看型号
4、
dmidecode查看计算机的硬件信息(包括主板等)
相关文档:
Linux, named after the inventor, Linus Torvalds, is a so different OS for everyone against Windows. To everyone who used to use Windows, Linux need us to do more for everything which we usually do by computer, such as playing a video.
Someone says, Linux is for the ones who are good at the computer ......
Linux, named after the inventor, Linus Torvalds, is a so different OS for everyone against Windows. To everyone who used to use Windows, Linux need us to do more for everything which we usually do by computer, such as playing a video.
Someone says, Linux is for the ones who are good at the computer ......
<!--
@page { margin: 2cm }
P { margin-bottom: 0.21cm }
-->
计算机“轻桌面”(
Light
desktop
)是一个新概念。将来人们能够做到:电脑加电立即可用,“轻桌面”即刻浮现。这个构思真是妙也!
所谓& ......
说明:
大家好,我用的是虚拟机下linux环境进行安装的oracle 11g 数据库,有些不妥的地方请多多指教。
首先要参考原版的安装使用说明文档,根据上面的描述的要求进行安装操作。
如下是手动操作的方法:
一.检查linux环境RPM包的是否完全安装,并记录缺少的RPM包文件并进行安装。
[root@mylinux ~]# r ......
###########################################
### 挂载网络文件夹 ###
###########################################
NFS说明
=======
NFS是Net File System的简写,即网络文件系统.
NFS允许一个系统在网络上与它人共享目录和文件。通过使用NFS,用户和程序可以象访问本地文件一样访问远端系统上的文件。 ......