查看内核的几种方法:1. uname -a #显示详细的内核信息,Linux localhost.localdomain 2.6.18-92.1.6.el5xen #1 SMP Wed Jun 25 12:56:52 EDT 2008 x86_64 x86_64 x86_64 GNU/Linux2....
分类:
其他好文 时间:
2014-07-23 12:18:46
阅读次数:
583
今天重新安装了Linuxmint17Cinnamon系统,进行了以下的操作:一、进行系统的更新sudoapt-getdist-upgrade查看系统信息:uname-alsb_release-asudoreboot二、进行系统的中文配置1、软件源更改主要配置:主要配置:NCHC基础配置:aliyun2、在终端中安装中文语言包sudoapt-getinst..
分类:
其他好文 时间:
2014-07-23 00:18:58
阅读次数:
346
系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT ....
分类:
系统相关 时间:
2014-07-22 22:44:53
阅读次数:
417
- (NSString*)deviceString{ // 需要#import "sys/utsname.h" struct utsname systemInfo; uname(&systemInfo); NSString *deviceString = [NSString ...
分类:
移动开发 时间:
2014-07-22 22:35:55
阅读次数:
165
系统信息 arch 显示机器的处理器架构(1) uname -m 显示机器的处理器架构(2) uname -r 显示正在使用的内核版本 dmidecode -q 显示硬件系统部件 - (SMBIOS / DMI) hdparm -i /dev/hda 罗列一个磁盘的架构特性 hdparm -tT /...
分类:
系统相关 时间:
2014-07-22 00:12:36
阅读次数:
456
1 obj-m += showpid.o2 obj-m += ps.o3 4 all:5 make -C /lib/modules/$(shell uname -r)/build M=$(shell pwd) modules6 clean:7 rm -rf *.o *.mod.c *...
分类:
其他好文 时间:
2014-07-19 17:23:58
阅读次数:
236
shell&python脚本的对比下面是收集系统信息的脚本,对比一下,shell和python的区别。#!/bin/bash
#Asysteminformationgatheringscript
functionuname_func()
{
UNAME="uname-a"
printf"Gatheringsysteminformationwiththe$UNAMEcommand:\n\n"
$UNAME
}
functiondisk_func(..
分类:
其他好文 时间:
2014-07-17 19:38:27
阅读次数:
274
1.Linux查看位数:uname -px86_64uname -a64位的显示 Linux ps4 2.6.16.46-0.12-smp #1 SMP Thu May 17 14:00:09 UTC 2007 x86_64 x86_64 x86_64 GNU/Linux 后面显示有 x86_643...
分类:
系统相关 时间:
2014-07-16 19:57:28
阅读次数:
233
摘要: 系统 # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # ls...
系统
# uname -a # 查看内核/操作系统/CPU信息
# head -n 1...
分类:
系统相关 时间:
2014-07-15 10:14:37
阅读次数:
503
http://www.ibm.com/developerworks/cn/linux/l-cn-udev/[root@localhost ~]# uname -r2.6.32-431.el6.x86_64udev-147-2.51.el6.x86_64此版本的udev变动较大什么是 udev?ude...
分类:
系统相关 时间:
2014-07-15 08:55:38
阅读次数:
535