Difference between revisions of "Virtualization Server"

From TSG Doc
Jump to navigation Jump to search
Line 45: Line 45:
 
* Feature 3
 
* Feature 3
  
===Requirements===
+
==Hardware==
* Microsoft Windows XP or later.
 
* Intel Core 2 Duo E8600 or higher.
 
* Python
 
  
==Installation==
 
===Windows 7 64-bit===
 
#Step 1
 
#Step 2
 
#Step 3
 
 
==Configuration==
 
General settings.
 
For CMD commands, you can use this format:<br/>
 
<code style="background-color:#000; color:#fff; padding:1px 3px;">ping 127.0.0.1 -n 50 -l 1024</code>
 
 
=== License ===
 
License setup.
 
  
 
==Usage==
 
==Usage==
 
Templates and how-to's go here.
 
Templates and how-to's go here.
 
===Python===
 
 
<syntaxhighlight lang="python" line>
 
#In the syntaxhighlight tag, change lang value to desired language.
 
#For the list of supported languages, see http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Supported_languages
 
 
def main():
 
    """Lots of useless code here."""
 
    if True:
 
        print "Hello, world!"
 
        return None # Explicitly returning None!
 
    else:
 
        raise Exception
 
 
if __name__ == "__main__":
 
    main()
 
</syntaxhighlight><br/>
 
 
<!-- Room for extra headers, like ==Course==, or ==Troubleshooting== -->
 
  
 
==See Also== <!-- Optional -->
 
==See Also== <!-- Optional -->

Revision as of 10:15, 12 November 2015

VMware
Vmware-logo.png
VMware 6
Development statusActive
Operating systemLinux
PlatformWindows, Mac, Linux
LicenseCommercial
Websitewww.vmware.com
Downloads
Manuals

Introduction. What does this software do? Whom is it for?


Features

This software is made to do this, it has these unique selling points:

  • Feature 1
  • Feature 2
  • Feature 3

Hardware

Usage

Templates and how-to's go here.

See Also

References


External Links

https://www.vmware.com/support/pubs/vsphere-esxi-vcenter-server-6-pubs.html