Advertisement
|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 09/01/2008 at 06:27PM PDT, ID: 23694750 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: 64: 65: 66: 67: 68: 69: 70: 71: 72: 73: 74: 75: 76: 77: 78: 79: 80: 81: 82: 83: 84: 85: 86: 87: 88: 89: 90: 91: 92: 93: 94: 95: 96: 97: 98: 99: 100: 101: 102: 103: 104: 105: 106: 107: 108: 109: 110: 111: 112: 113: 114: 115: 116: 117: 118: 119: 120: 121: 122: 123: 124: 125: |
#!/usr/bin/vmplayer # Filename: MyKnoppix.vmx # Generated 2008-09-01;22:24:13 by EasyVMX! # http://www.easyvmx.com # This is a Workstation 5 or 5.5 config file # It can be used with Player config.version = "8" virtualHW.version = "4" # Selected operating system for your virtual machine guestOS = "otherlinux" # displayName is your own name for the virtual machine displayName = "MyKnoppix" # These fields are free text description fields annotation = "Knoppix Server for My Class" guestinfo.vmware.product.long = "classserver" guestinfo.vmware.product.class = "virtual machine" # Number of virtual CPUs. Your virtual machine will not # work if this number is higher than the number of your physical CPUs numvcpus = "1" # Memory size and other memory settings memsize = "320" MemAllowAutoScaleDown = "FALSE" MemTrimRate = "-1" # Unique ID for the virtual machine will be created uuid.action = "create" # Remind to install VMware Tools # This setting has no effect in VMware Player tools.remindInstall = "TRUE" # Startup hints interfers with automatic startup of a virtual machine # This setting has no effect in VMware Player hints.hideAll = "TRUE" # Enable time synchronization between computer # and virtual machine tools.syncTime = "TRUE" # USB settings # This config activates USB usb.present = "TRUE" usb.generic.autoconnect = "TRUE" # First serial port, physical COM1 is available serial0.present = "TRUE" serial0.fileName = "Auto Detect" serial0.autodetect = "TRUE" serial0.hardwareFlowControl = "TRUE" # Optional second serial port, physical COM2 is not available serial1.present = "FALSE" # First parallell port, physical LPT1 is not available parallel0.present = "FALSE" # Logging # This config activates logging, and keeps last log logging = "TRUE" log.fileName = "MyKnoppix.log" log.append = "TRUE" log.keepOld = "3" # These settings decides interaction between your # computer and the virtual machine isolation.tools.hgfs.disable = "FALSE" isolation.tools.dnd.disable = "FALSE" isolation.tools.copy.enable = "TRUE" isolation.tools.paste.enabled = "TRUE" # First network interface card ethernet0.present = "TRUE" ethernet0.virtualDev = "vlance" ethernet0.connectionType = "bridged" ethernet0.addressType = "generated" ethernet0.generatedAddressOffset = "0" # Second network interface card ethernet1.present = "TRUE" ethernet1.virtualDev = "vlance" ethernet1.connectionType = "bridged" ethernet1.addressType = "generated" ethernet1.generatedAddressOffset = "10" # Settings for physical floppy drive floppy0.present = "FALSE" # Settings for physical CDROM drive ide1:0.present = "TRUE" ide1:0.deviceType = "cdrom-raw" ide1:0.startConnected = "FALSE" ide1:0.fileName = "auto detect" ide1:0.autodetect = "TRUE" # Settings for the optional virtual CDROM, ISO-image ide1:1.present = "TRUE" ide1:1.fileName = "C:\Sources\Virtual Machines\ISOs\MyKnoppix.v3.2.iso" ide1:1.deviceType = "cdrom-image" ide1:1.mode = "persistent" ide1:1.startConnected = "TRUE" # First IDE disk, size 1Gb ide0:0.present = "TRUE" ide0:0.fileName = "MyKnoppix.vmdk" ide0:0.mode = "persistent" ide0:0.startConnected = "TRUE" ide0:0.writeThrough = "TRUE" # END OF EasyVMX! CONFIG extendedConfigFile = "MyKnoppix.vmxf" virtualHW.productCompatibility = "hosted" tools.upgrade.policy = "manual" ethernet0.generatedAddress = "00:0c:29:1e:f8:85" ethernet1.generatedAddress = "00:0c:29:1e:f8:8f" fileSearchPath = "C:\Users\me\Documents\Virtual Machines\MyKnoppix;." |