为linux enterprises 6安装图形桌面教程 by:授客 QQ:1033553122 安装系统后发现没图形界面,安装Xwindow[为了避免权限不足,以root登录] 步骤1.启动图形界面 # startx 出错了,提示xinit: No such file or directory(errno 2): no server “/usr/bin/X”in PATH 步骤2,查看已挂载文件系统 # mount 没看到光盘文件 步骤3,设置连接虚拟光驱 步骤4,创建挂载目录 # cd /m…
1.切换至root用户,检查一下已经安装的软件以及可以安装的软件 [root@localhost ~]# yum grouplistLoaded plugins: fastestmirrorThere is no installed groups file.Maybe run: yum groups mark convert (see man yum)Loading mirror speeds from cached hostfile * base: mirror.bit.edu.cn * ex…
-- 第一步下载文件到该目录 cd /usr/local/src wget http:.tar.gz 解压 tar xzf redis.tar.gz -- 第二步编译安装 make make all make install 注意:可能会安装命令 安装make命令 apt-get install make 安装sysv-rc-conf命令 apt-get install sysv-rc-conf 安装升级vim命令 apt-get install vim 安装GCC: apt-get insta…
1.安装Gnome桌面 这里是使用的脚本安装.代码如下: 加附件 #!/bin/sh #This script is FREE and written by www.vpsyou.com # install yum-fastestmirror yum -y install yum-fastestmirror # Create new soft download dir mkdir -p /backup/www.vpsyou.com; cd /backup/www.vpsyo…