Thursday, August 4, 2011

vSphere enable copy and paste

copy and paste using the console in vSphere is disabled by default. (security feature)

to enable copy and paste:

1. using vSphere client right click on the virtual machine and click on edit settings.
2. navigate to : options/ advanced/ general and click on configuration parameters.
click add row and add these two parameters:
isolation.tools.copy.disable – false
isolation.tools.paste.disable – false

It is possible to set this as a default for all the vms using the ssh access and editing this file: /etc/vmware/config

more information: http://kb.vmware.com/selfservice/microsi…Id=1026437

moodle Alternate login URL redirection

 moodle Alternate login URL redirection

How to disable redirect login page if you have two moodle sites setup as peers and have it redirected using alternate login URL:

administration/ users/ authentication/ manage authentication/
Alternate Login URL:

you can remove the entry from your database (table mdl_config) using, e.g., phpmyadmin for mysql or dbforge for MSSQL.

http://docs.moodle.org/20/en/Authentication

How to Fix ADSelfService Plus SSL Path Errors (GoDaddy P7B Guide)

If you manage ManageEngine ADSelfService Plus on Windows Server 2022 and rely on GoDaddy for your SSL certificates, you have likely run ...