摘要:
1. 修改/etc/inittab,改变runlevel为5,例如
[root@qredhat etc]# cat /etc/inittab
......
id:5:initdefault:
......
2. 修改gdm的配置文件,/etc/x11/gdm/gdm.conf,将[xdmcp]中的enable选项设置为1,例如
[root@qredhat etc]# cat /etc/x11/gdm/gdm.conf
......
[xdmcp]
e......
摘要:
不知道你有否在 linux 設定過兩張或多張同一型號網卡的經驗嗎?
若有,或許有時會搞不清楚哪張是 eth0 哪張是 eth1 ?
又,你是否有想到過用網卡的 mac 地址來設定呢?
若以上問題(尤其是最後一個)你感興趣的話,那,我這裡教你一個法子試試看:
1) 編寫一個 renameif 的 script 並存於 /usr/local/sbin/renameif ,
其內容如下:
[code:1:babf3cfadf]#!/bin/bash
p......
制作Fedora DVD ISO的方法
现在的dvdrom挺便宜的,我们可以应用一个脚本,把我们下载的iso文件刻成dvd镜象文件,具体方法如下:
【相关文章:
大侠帮我看看,怎么多了条route?】 【扩展阅读:
神奇的VIM[ZT]】1、 下载以下脚本:
【扩展信息:
Linux bootloader 编写方】
[code:1:5e56d8e8c8]#/bin/bash
# by chris kloiber <ckloiber@redhat.com>
# a quick hack that will create a bootable dvd iso of a red hat linux
# distribution. feed it either a directory containing the downloaded
# iso files of a distribution, or point it at a directory containing
# the "redhat", "isolinux", and "images" directories.
# this version only works with "isolinux" based red hat linux versions.
# lots of disk space required to work, 3x the distribution size at least.
# gpl version 2 applies. no warranties, yadda, yadda. have fun.
if [ $# -lt 2 ]; then
...
下一页 摘要:
[color=red:08cd8851f4]作者:白金 网名:platinum(chinaunix) 超超白金(白金论坛)
欢迎转载,转载请保留上述信息
=========================================================================== [/color:08cd8851f4]
1、os level要设到65,获得网络较高的优先权
2、wins support=yes
3、dns......