If you don\\\\\\\\\\\\\\\'t wanna do it, you find an EXCUSE; if you do, you\\\\\\\\\\\\\\\'ll find a WAY :-)
全部博文(235)
发布时间:2011-02-17 18:27:54
一:RPM (Red Hat Package Manager)Package files: name - version - release.architectures.rpm1.【Installing and Removing Software】[root@rhel5 ~]# ls -l /var/lib/rpm →→ 查看RPM 资料库1.1. Install → :rpm -i, --install →→ 新、旧版本程序都保留, 一般用于升级Kernel,避免升.........【阅读全文】
发布时间:2011-02-17 18:26:44
一:TIPS*最快镜像插件su -c 'yum install yum-fastestmirror'现在,像通常使用 yum 那样使用就可以了。你可以在下面这个文件中配置这个插件的各种设置:su -c 'gedit /etc/yum/pluginconf.d/fastestmirror.conf'* 安全插件这个插件只允许你搜索并安装仅和安全有关的升级包,如果你将 Fedora/RHEL/.........【阅读全文】
发布时间:2011-02-17 18:25:56
一:RHEL安装全过程1.【选择安装模式】:press the key -Graphical modeType:linux text -Text modeType: linux askmethod -Ask modeChoose a Language →→ Keyboard Type →→ Installation Method.........【阅读全文】
发布时间:2011-02-17 18:24:37
一:修改sudoers配置文件很多命令需要root权限, 启用sudo 避免繁琐的切换root(将用户添加到管理员组 同时禁用root 保证安全性)1.配置 sudo 编辑 sudoers 文件( vi /etc/sudoers)移到这一行下面:root ALL=(ALL) ALL添加 username A.........【阅读全文】
发布时间:2011-02-17 18:23:39
【Troubleshooting】:故障排除『Things to Check: X』(检查图形界面故障)Never debud X while in runlevel 5Reboot the system to runlevel 3[root@rhel5 ~]# vi /etc/inittab →→ 首先编辑配置文件修改runlevel 为:3 Id 3:initdefault.............[root@rhel5 ~]# reboot →→ 重启[root.........【阅读全文】