Oracle Linux 安装X Window 图形界面

1、挂载光驱

     makedir /mnt/cdrom
     mount /dev/sr0  /mnt/cdrom


     在此请确保网络正常连接,ping 一下,如果不能连接,有可能是网卡没有被激活。手工激活,或者修改配置:

  vi  /etc/sysconfig/network-scripts/ifcfg-eth0,打开之后,将ONBOOT=no,改为ONBOOT=yes,(如果没有,手动添加ONBOOT=yes)

     保存退出,重启系统,reboot。

     确保网络正常。


2、创建仓库
    cd /etc/yum.repos.d
    vi local.repo

    内容为:
    [local]
    name=localdvd
    baseurl=file:///mnt/cdrom/Server
    enabled=1
    gpgcheck=1
    gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-oracle

    保存退出。
3、安装xwindow :

    yum groupinstall “X Window System”

4、安装gnome:

yum groupinstall “Desktop”


5、更改启动模式:    vi   /ect/inittab     将 3改成5


6、切换到普通用户:

    su - student

7、启动X:

    startx

8、删除redhat订阅:

yum remove subscription*

9、安装右键终端:

yum install nautilus-open-terminal


GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐