CentOS install VNC Server Remote Desktop Comments

Because schools have several HP server idle,I was thinking up the fiddle fiddle,Although ssh wonderful,But as a not-for CLI proud I still prefer white GUI。。。So,Consideration for a long time,We decided to come to a VNC remote desktop,As to penetrate the network,To be honest I'm still trying them

=。=

All right,Now we start,First talk about my system environment,It is Redhat 6.2,Well of course, no registration,I'll simply changed CentOS 6.2,So,Desktop environment is there,Gnome is 2,I do not installed。

Afterwards[……]

Click link to continue reading...

vMotion fails with the error: remote host IP_Address failed with status Busy (1031636)

I was doing a clustervMotionI encountered this error,He said there has beenGeneral system errorUnable toCertainVirtual machine migration toCertainHost computer。Probably the error is as follows Jiangzi

I found everyone in the country seems to have not encountered this problem =。=! I met wonderful good,So write it,In? VM official website where there is this one KB,I found it,But this error occurs in older versions of ESX and ESXi ah,depressed。but,The solution is to make good,I would simply translate in lower,You make do see it!

 [……]

Click link to continue reading...

Configure DNS to resolve the unit root on a Windows Server

This approach has now been found a point of malpractice Kazakhstan,Configure the root cause will resolve the transponder failure,That can not be forwarded up the DNS =。=

 

This tutorial is in line with "About Installing vCenter environment in a non-domain controller solution"This article is written,Hosts file is actually an easier way is to modify the system's native parsing can be added directly,However, this does not seem to do the reverse analysis? Here I am not sure because I do not have such tests,All right,We honestly to add a dns now!

First, find the Server Manager,[……]

Click link to continue reading...

About Installing vCenter environment in a non-domain controller solution

During the installationvCenterwhen,In earlier versions it is generally to tie the domain controller? To complete,That has joined a domain and non-domain controller computer up to install vCenter,of course,Deployed to the ESXi hostapplianceThis is not within the scope of。

In vSphere 5.1 and later versions of them,VMware introduced a new service,This service is now also seem to most people criticized,That issign inSingle Sigh Onservice,That SSO),Use this[……]

Click link to continue reading...

For the correct AD user password can not log vCenter Web Client solutions

In the build a good vCenter Web Client,And registered vCenter Server after that,Open the appropriate Administration page with a browser,It was found in any case not log on,prompt"Invalid credentials provided”。

Finally log in on the still blank,Apparently without permission of the account,View full name of the account,That actually is the host vCenter installation of a local administrator account (forgive my brain capacity is small bar,I put all the administrator administrator accounts are set up with a password ......)[……]

Click link to continue reading...

About Installing Windows Server in VMware virtual machines 2008 R2 does not recognize the card solution

Install Windows Server in VMware virtual machines 2008 R2 does not recognize the card,Drive can not be found,Many people say that because the default VMware NIC Model AMD PCNet AM79C970A,Not compatible with lead。Then modify the virtual machine configuration file,Manually modify the network card model

See here

I used anothersimplerThe way to solve this problem before you install Make sure that you have installed VMware tools Oh!

================

in[……]

Click link to continue reading...

Why VMware ESXi 5.5 on Windows 2003 client connection error?

Recently understand what virtualization,So, if you build a environment,During the installationvsphere clientWhen the connection to the server,Because other structures on hand before the rest of the environmentwin2003Virtual Machine,To save time I did not go to the new 2008 virtual machine,Result in the installation may prompt unsuccessful connection。

Results After installation is really successful!

Later found official explanation,Is such that:

vSphere 5.5 usesthe Open SSL library, which, for[……]

Click link to continue reading...

Make sure that the class defined in this code file and "inherits" attributes match,And which extends the base class(Such as Page or UserControl)is correct。

One problem encountered in a recent lecture over to them is an error at compile time asp.net "Make sure that the code defined in the class file and" inherits "attribute matches,And which extends the base class(Such as Page or UserControl)is correct。”

 

Was so amazing even encountered an error,That is the whole sample pages Copy the code can be executed,Copy the individually control error,error,Nature is more than a mistake。

From the Internet for answers,Probably there are two cases,I am fromHere[……]

Click link to continue reading...

About pointers in c language in some of the experiments

We learnpointerWhen there may be a lot of things so that we confuse so I use a few small experimental program to give you answers to your questions:

First, from the definition, the variable is a pointer to the address stored in the variable。

Unary operator * is the indirection or dereference operator

Unary operator&Take for an object address,It can only be applied to objects in memory

That * (indirection get is a specific value stored in memory)

For pointers experiment

Experiment one

[crayon-6632b3266[……]

Click link to continue reading...