摘要:
CentOS自带的VNC服务器,第一次连接时显示灰色背景以及一些很难看的GUI解决方案:Configuring Desktop EnvironmentThe user specific configuration files of vncviewer resides in ‘.vnc’ directory in user’s home directory. (e.g. ‘/home/saini/.vnc/’). Open ‘/root/.vnc/xstartup’ in your favorite editor and edit as belowFor GnomeThe ‘xstartup’ 阅读全文
摘要:
一、查看Linux系统版本的命令cat /etc/issue,此命令也适用于所有的Linux发行版。[root@localhost ~]# cat /etc/issueCentOS release 5.5 (Final)Kernel r on an m二、查看Linux内核版本命令(两种方法):1、cat /proc/version[root@localhost ~]# cat /proc/versionLinux version 2.6.18-194.8.1.el5.centos.plus (mockbuild@builder17.centos.org) (gcc version 4.1.2 阅读全文