找回密码
 注册
搜索
热搜: 回贴
微赢网络技术论坛 门户 服务器 Linux/BSD 查看内容

CentOS 4.7 Linux一些常用命令

2009-12-20 13:42| 发布者: admin| 查看: 55| 评论: 0|原作者: 云忆


screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.alt='Click here to open new window\nCTRL Mouse wheel to zoom in/out';}" onmouseover="if(this.width>screen.width*0.7) {this.resized=true; this.width=screen.width*0.7; this.style.cursor='hand'; this.alt='Click here to open new window\nCTRL Mouse wheel to zoom in/out';}" onclick="if(!this.resized) {return true;} else {window.open('http://control.cublog.cn/fileicon/zip.gif');}" onmousewheel="return imgzoom(this);" alt="" />
文件:
CentOS.zip
大小:
481KB
下载:
下载
修改Linux主机名称
#vi /etc/sysconfig/network

修改主机名称解析
#vi /etc/hosts

修改主机IP地址及MAC地址
#vi /etc/sysconfig/network-scripts/ifcfg-eth0

重新启动主机网络服务
#/etc/init.d/network stop
#/etc/init.d/network start

重新启动网络接口
#ifconfig eth0 down
#ifconfig eth0 up

查看主机处理器CPU信息
#cat /proc/cpuinfo

查看主机内存memory信息
#cat /proc/meminfo
#dmesg |grep mem

重新启动Linux主机
#reboot
#shutdown –ry 0

关闭Linux主机
#halt
#shutdown -h
#init 0

附件的文件是CentOS 4.7和5.2的DVD版本(for i386)BT种子。





最新评论

QQ|小黑屋|最新主题|手机版|微赢网络技术论坛 ( 苏ICP备08020429号 )

GMT+8, 2024-9-30 11:33 , Processed in 0.130828 second(s), 12 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

返回顶部