Source : gallery.technet.microsoft.com
If you need to create an vhd file from an ISO please read the article link above.
This site is about having fun with technology and all other stuff I want to talk about. If some topic helps out or makes you smile. Good enough...
Source : gallery.technet.microsoft.com
If you need to create an vhd file from an ISO please read the article link above.
The Cloud Platform roadmap provides a snapshot of what microsoft is working on in the Cloud Platform business. Use the roadmap to find out what the’ve recently made generally available, released into public preview, are still developing and testing, or are no longer developing. Learn more about the types of updates you can expect to find on the Cloud Platform roadmap.
Source : http://www.microsoft.com/en-us/server-cloud/roadmap/
Dell Rack
Here it is the new start menu on windows 8 check the video.
The latest Netvitesse SSO with Thinclients and dynamic extensions to the Mitel Desktop Phones with Citrix 6.5 and now lock and unlock is supported.
The process is simple the phone is registered automaticly to the Single Signon Server and the Citrix session initiates the logon process for the user on the desktop Phone.
Used : HP thinclients based on windows 7 and Citrix XenApp 6.5 with full desktop.
How To Uninstall McAfee Antivirus – Featuring John McAfee himself 😉
After an 1 year of absence with the Dorland.org Blog its time to start it up again. I moved from my old Joomla installation to a fresh wordpress installation. I just finished importing the old blog items so now i will start filtering out the very old posts and translate some stuff back into English so you can read it also, I started but never finished it at the old site 😉
So and next I will start again blogging about tech stuff and related.
Keep visiting my Blog for some new stuff.
To add VMware tools to the Cpanel VPS server.
Click on the client to install VMware tools.
mkdir /media/cdrom
mount /dev/cdrom /media/cdrom
cd /tmp
tar –xf /media/cdrom/VM*
cd vm*
perl vmware-install.pl
Enabling Logging on the Virtual Desktop Agent
By default, logging is disabled for XenDesktop. Log files can be obtained from the Virtual Desktop Agent after manually enabling the logging. An administrator can use the following procedure to enable logging on the Virtual Desktop Agent.
By default, logging is disabled for XenDesktop. Log files can be obtained from the Desktop Delivery Controller after manually enabling logging. An administrator can use the following procedure to enable logging on the Desktop Delivery Controller.
When trying to configure the IP address or enable a Service Console the following error may appear:
# esxcfg-vswif -e vswif0
Error trying to perform operation Exec of command ‘/sbin/ifup vswif0’ suceeded, but returned with non-zero status: 1
In addition the ip address is listed as 0.0.0.0:
# esxcfg-vswif -l
Name Port Group IP Address Netmask Broadcast Enabled DHCP
vswif0 Service Console 0.0.0.0 0.0.0.0 0.0.0.0 true false
This results from an IP address conflict:
– Bind another IP address on the same subnet to the the service console:
# esxcfg-vswif -i 192.168.1.99 -n 255.255.255.0 vswif0
– Ping the conflicting IP address:
# ping 192.168.1.10
PING 192.168.1.10 (192.168.1.10) 56(84) bytes of data.
64 bytes from 192.168.1.10: icmp_seq=0 ttl=128 time=1.36 ms
64 bytes from 192.168.1.10: icmp_seq=1 ttl=128 time=0.278 ms
— 192.168.1.10 ping statistics —
2 packets transmitted, 2 received, 0% packet loss, time 5011ms
rtt min/avg/max/mdev = 0.278/0.517/1.361/0.379 ms, pipe 2
– Check the ARP table:
# arp -a
server.domain.com (192.168.1.10) at 00:99:99:99:99:99 [ether] on vswif0
00:99:99:99:99:99 is the MAC of the conflicting server.