安装后,一开始有点儿无力吐槽的感觉,变化这么大?一、Runlevel首先一条,原来一直用的CentOS-6.5-x86_64-minimal.iso光盘镜像(400M左右无图形系统小巧便捷),而7目前最小的镜像是CentOS-7.0-1406-x86_64-livecd.iso(700M左右),默认...
分类:
其他好文 时间:
2014-07-16 23:02:46
阅读次数:
485
{ "vmtemplate": { "NAME": "bbbb", "MEMORY": "512", "CPU": "1", "DESCRIPTION": "aaaa", "DISK": [ {...
分类:
其他好文 时间:
2014-07-16 19:54:28
阅读次数:
165
环境:系统硬件:vmware vsphere (CPU:2*4核,内存2G,双网卡)系统版本:CentOS-7.0-1406-x86_64-DVD.iso安装步骤:1.虚拟系统安装1.1 使用VMware 虚拟机,读入ISO进行安装。启动后进行安装界面1.2 选择 Install CentOS7,进...
分类:
其他好文 时间:
2014-07-13 11:16:59
阅读次数:
737
CentOS项目正式发布CentOS7.0-1406。相当于是CentOS7的正式版。所有的源码rpms采用相同的密钥进行签名,包括二进制文件。所有CentOS-7的源代码均收录在git.centos.org。源代码RPM亦会在vault内发行:OS:http://vault.centos.org/centos/7.0.1406/os/Source/SPackages/
Updates..
分类:
其他好文 时间:
2014-07-10 19:05:56
阅读次数:
490
一、Redhat上VNC Server配置本文以当前Linux系统未安装VNC服务器为基本,如果已安装请跳过第1节!前提:1.安装 TigerVNC Server# yum search tigervnc-server# yum install tigervnc-server.x86_64# vnc...
分类:
其他好文 时间:
2014-07-07 10:58:00
阅读次数:
180
1.安装XRDP 使用rdp协议访问远程Linux桌面 一般情况下,如果需要登陆远程Linux系统,我们会使用ssh/telnet来完成,如果需要登陆到远程Linux系统的桌面环境,我们可能会使用VNC。 VNC是大部分Linux发行版默认的基于RFB协议的远程桌面程序,但对于普通用户来说,VNC的...
分类:
系统相关 时间:
2014-07-05 22:19:26
阅读次数:
14059
环境:Centos6.4_x64安装:yum-yinstalltigervnc*配置:#执行vncserver命令,初始化vnc[root@localhost~]#vncserverYouwillrequireapasswordtoaccessyourdesktops.Password:#输入密码Verify:#确认密码New‘X’desktopislinux:1#启动第1个vnc终端Creatingdefaultstartupscript/r..
分类:
系统相关 时间:
2014-07-03 14:49:21
阅读次数:
295
环境: REDHAT 5
1. 检查是否安装了VNC:
rpm -qa vnc-server
没安装的话,安装一下:
yum install vnc-server
2. 配置vncserver登录密码:
[root@Redhat ~]# vncserver
You will require a password to access your deskt...
分类:
系统相关 时间:
2014-06-30 19:20:13
阅读次数:
392
亲测通过1.安装相关的包:apt-getupdateapt-getinstallubuntu-desktopapt-getinstallvnc4serverapt-getinstallx-window-system-coreapt-getinstallgdmapt-getinstallgnome-panel2.设置vncserverVncpasswd以root身份chmod+x/etc/X11/xinit/xinitrcVi/root/.vnc/xstartup#!/bin/sh..
分类:
其他好文 时间:
2014-06-28 00:21:30
阅读次数:
473
apt-getinstallxrdpapt-getinstallgnome-session-fallbackapt-getinstallvnc4servertightvncserverecho"gnome-session--session=ubuntu-2d">.xsessionservicexrdprestartmstsc
分类:
其他好文 时间:
2014-06-27 06:32:00
阅读次数:
212