ChinaUnix.net
相关文章推荐:

centos 修改dns

更改一下/etc/X11/xorg.conf的内容。找到下面这段关于分辨率: Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 16 SubSection "Display" Viewport 0 0 Depth 16 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection 本文来自ChinaUnix博客,如果查看原文请点:http://blog...

by dow - Linux文档专区 - 2009-04-19 13:49:45 阅读(2117) 回复(0)

相关讨论

在/usr/share/zoneinfo/目录下,找到期望的时区,拷贝覆盖/etc/localtime ,然后reboot即可得到新的时区 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/13255/showart_333255.html

by login8449 - Linux文档专区 - 2007-07-03 18:16:32 阅读(915) 回复(0)

修改ip地址 即时生效: # ifconfig eth0 192.168.0.20 netmask 255.255.255.0 启动生效: 修改/etc/sysconfig/network-scripts/ifcfg-eth0 修改default gateway ...

by peacock66 - Linux文档专区 - 2007-10-25 12:32:41 阅读(846) 回复(0)

原来我用的中国网通的宽带,dns 是202.99.160.68 202.99.166.4 但我现在用的是电信的宽带,dns改了,是219.150.32.132 如何从客户机上改呀,OS: RH9 有终端下如何改呀?

by yimeier - 系统管理 - 2006-01-18 18:48:43 阅读(1223) 回复(3)

原来我用的中国网通的宽带,dns 是202.99.160.68 202.99.166.4 但我现在用的是电信的宽带,dns改了,是219.150.32.132 如何从客户机上改呀,OS: RH9 有终端下如何改呀?

by yimeier - Linux系统管理 - 2006-01-18 18:48:43 阅读(1782) 回复(3)

本帖最后由 lxlxlx16 于 2012-08-10 13:56 编辑 在网上找了不少帖子,可惜小弟是个笨蛋,调试完成后激活失败。。。故此询问具体操作步骤,希望各位大侠救命~~~ PS:系统版本:centos5.5,还有一台机器是centos6.2,因为两个系统版本不同,所以请教的是命令模式。。多谢多谢

by lxlxlx16 - Linux新手园地 - 2017-04-27 14:29:08 阅读(13944) 回复(16)

各位前辈,我遇到这样一个问题,安装centos7之后,sda和sdb盘符被USB设备占用,现在显示sdc是第一个盘,怎么将sdc盘符修改为sda 现在分区: Filesystem Type Size Used Avail Use% Mounted on /dev/sdc1 xfs 69G 3.7G 65G 6% / devtmpfs devtmpfs 7.8G 4.0K 7.8G 1% /dev tmpfs tmpfs 7.8G 0 7.8G 0% /dev/shm tmpfs tmpfs 7.8G 8.7M 7.8G 1% /run tm...

by 小C_笑话 - Linux系统管理 - 2017-01-13 17:08:32 阅读(797) 回复(1)

我从centos6.6 iso image里复制出来一个initrd.img ,想是想从pxe启动这个文件,然后启动后想直接进入shell ,在装系统前对硬件配置做一些操作,, 现在这个文件启动后就直接跳到 选择系统语言哪里 ,不知道在哪里修改可以让他进入shell ,请各位赐教

by venux - Linux系统管理 - 2015-05-11 09:32:30 阅读(1435) 回复(4)

centos linux修改主机名 下面我们把centos系统的主机名字修改为myhost 第一步: hostname myhost 第二步: 修改/etc/sysconfig/network中的hostname vi /etc/sysconfig/network HOSTNAME=myhost 第三步: 修改/etc/hosts文件 vi /etc/hosts 127.0.0.1 myhost shutdown -r now #最后,重启服务器即可。

by meego2012 - Linux新手园地 - 2011-12-22 10:16:42 阅读(1683) 回复(4)

大家麻烦看一下,.这个图片在系统的那个目录下。谢谢

by zxythankyou - Linux新手园地 - 2009-09-08 12:56:41 阅读(1588) 回复(2)

使用:vi /etc/yum.repos.d/centos.Base.repo # centos-Base.repo # # This file uses a new mirrorlist system developed by Lance Davis for centos. # The mirror system uses the connecting IP address of the client and the # update status of each mirror to pick mirrors that are updated to and # geographically close to the client. You should use this for centos updates # unless you are manually picking oth...

by wxd8482 - Linux文档专区 - 2008-10-21 21:01:48 阅读(856) 回复(0)