
linux
leoricshen
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CentOS安装X Window
要在CentOS里安装Oracle,得先把X window安装起来。安装步骤:1、安装X Window System[root@CentOS ~]# yum groupinstall "X Window System"2、安装KDE(或gnome)[root@CentOS ~]# yum groupinstall "KDE (K Desktop Environment)"转载 2012-07-25 16:03:30 · 1729 阅读 · 0 评论 -
解决vim没有颜色的办法
运行echo $TERM如果结果不是xterm就没有颜色。解决方法:打开shell配置文件,.bash_profile或.bashrc加入下面两行TERM=xtermexport TERM重新登录即可。转载 2012-07-25 15:55:42 · 884 阅读 · 0 评论 -
查看redhat版本
[root@css /]# cat /etc/redhat-release Red Hat Enterprise Linux AS release 4 (Nahant Update 2) [root@css /]# cat /etc/issue Red Hat Enterprise Linux AS release 4 (Nahant Update 2) Kernel \r on转载 2012-07-25 16:01:04 · 337 阅读 · 0 评论