29 Nisan 2016 Cuma

Terminal Server Install Mode



C:\>change user
Change Install Mode.

CHANGE USER {/EXECUTE | /INSTALL | /QUERY}

  /EXECUTE  Enable execute mode (default).
  /INSTALL  Enable install mode.
  /QUERY    Display current settings.

-----------------------------------------------

C:\>change user /install
User session is ready to install applications.

C:\>change user /query
Application INSTALL mode is enabled.

C:\>change user /execute
User session is ready to execute applications.

C:\>change user /query
Application EXECUTE mode is enabled.

28 Nisan 2016 Perşembe

How to Change hostname in a VMware vRealize Operations Manager vApp

  1. Log into the node as root.
  2. Update the hostname by running this command:

    $VMWARE_PYTHON_BIN /usr/lib/vmware-vcopssuite/utilities/bin/sethostname.py NewHostName
    Where NewHostName is the hostname you want to use.
  3. Restart the node.

13 Nisan 2016 Çarşamba

RSA Envision / Log Arşiv


    net use \\13.13.4.5\Envision2015 /user:domainname\username password

   lsmaint -copy \\13.13.4.5\Envision2015 -time 201501010000 201506302359


   lsmaint -delete -time 201501010000 201506302359

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...