更改一下/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
修改ip地址 即时生效: # ifconfig eth0 192.168.0.20 netmask 255.255.255.0 启动生效: 修改/etc/sysconfig/network-scripts/ifcfg-eth0 修改default gateway ...
原来我用的中国网通的宽带,dns 是202.99.160.68 202.99.166.4 但我现在用的是电信的宽带,dns改了,是219.150.32.132 如何从客户机上改呀,OS: RH9 有终端下如何改呀?
原来我用的中国网通的宽带,dns 是202.99.160.68 202.99.166.4 但我现在用的是电信的宽带,dns改了,是219.150.32.132 如何从客户机上改呀,OS: RH9 有终端下如何改呀?
本帖最后由 lxlxlx16 于 2012-08-10 13:56 编辑 在网上找了不少帖子,可惜小弟是个笨蛋,调试完成后激活失败。。。故此询问具体操作步骤,希望各位大侠救命~~~ PS:系统版本:centos5.5,还有一台机器是centos6.2,因为两个系统版本不同,所以请教的是命令模式。。多谢多谢
各位前辈,我遇到这样一个问题,安装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...
我从centos6.6 iso image里复制出来一个initrd.img ,想是想从pxe启动这个文件,然后启动后想直接进入shell ,在装系统前对硬件配置做一些操作,, 现在这个文件启动后就直接跳到 选择系统语言哪里 ,不知道在哪里修改可以让他进入shell ,请各位赐教
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 #最后,重启服务器即可。
使用: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...