If you are looking for an High Definition video/web conferencing tool, check out Citrix GoToMeeting with HDfaces. See the youtube video below.
Demo video of Wyse Xenith Zero client
June 19th, 2010 by René No comments »Some days ago I posted an article about the new zero client from Wyse called the Xenith, which is a zero client with HDX technology dedicated for Citrix XenDesktop (or XenApp published desktops).
While surfing on Youtube I stumbled upon the following video which is recorded by CitrixTV on Synergy 2010. It’s a nice demonstration of the Xenith, so I would like to share it with you.
Quick Tip: set DNS servers on Windows Server 2008 R2 Core Edition
June 14th, 2010 by René No comments »Sometimes you don’t have a nice Windows Explorer GUI at your service, for example when configuring Windows Server 2008 R2 Core Edition. On any Core Edition of Windows Server 2008 you’ll have to use netsh on the command-line to configure network settings. For example, to configure your DNS servers use the following command:
netsh interface set dns "Local Area Connection" static 10.0.0.3 netsh interface add dns "Local Area Connection" 10.0.0.5 index=2
While we’re at it, why not configure the IP address? Enter netsh interface ip and use the following command:
set address "Local Area Connection" static 10.0.0.8 255.0.0.0 10.0.0.1 1
That’s it!