您的位置:首页 > 运维架构 > Linux

linux常见问题汇总

2015-06-10 21:02 519 查看
我的<<oracle dba工厂全套视频教程>>,欢迎观看: http://edu.51cto.com/lecturer/index/user_id-1850277.html
/****************************************************************************************************/
1.linux下x桌面需要的安装包:
[root@localhost ~]# cat /etc/issue
CentOS release 6.5 (Final)
Kernel \r on an \m
[root@localhost ~]# xclock
-bash: xclock: command not found
[root@localhost ~]#
[root@localhost ~]# yum list | grep xorg-x11-apps
xorg-x11-apps.x86_64 7.6-6.el6 c6-media
[root@localhost ~]# yum install xorg-x11-apps.x86_64 -y
安装之后xmanager等工具即可使用x桌面!
/******************************************************************************************************/
我的<<oracle dba工厂全套视频教程>>,欢迎观看: http://edu.51cto.com/lecturer/index/user_id-1850277.html

本文出自 “hunter的Oracle世界” 博客,转载请与作者联系!
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: