Muffinresearch Labs by Stuart Colville

Microsoft Remote Desktop Connection Beta | Comments (1)

Posted in Snippets on 2nd August 2007, 9:03 am by Stuart

Microsoft have released a beta of the new Remote Desktop connection client for mac. It’s a universal binary which should make a difference for anyone accessing a pc over RDP. Other benefits of the new version include support for RPD 6.0 and dynamic screen resizing. Another bonus is multiple sessions at once. Download it from microsoft.com.

Post Tools

Comments: Add yours

1. On August 2nd, 2007 at 9:44 am John McKerrell said:

Interesting that you mention this, Stuart. I was also quite glad to see they’d released an update but after using it a few times I have to say I’ve been having a few problems.

First issue was that it didn’t seem to remember any of my settings from the old version, which is more an annoyance than anything, but would it have been so hard to migrate settings?

Second and more important is that my Internet Explorer seems to crash repeatedly whenever I’m in an RDC, but if I log into the machine itself and do the same actions, it works fine. It’s a relatively old box that I’m logging into, but I’ve never had problems like this before.

Might just be me but I’d be interested to hear about other people’s experiences.







XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>



GNU screen: open tab in current working directory|(1)

A nice trick for having screen open a new tab in the same directory as the one you’re currently in. To use it add it to your .screenrc

# Open new window in current dir.
bind c stuff "screen -X chdir \$PWD;screen^M"
bind ^c stuff "screen -X chdir \$PWD;screen^M"

Hat tip: mteckert on SuperUser.com

Ubuntu: add-apt-repository: command not found|(2)

When you’re using a minimal Ubuntu install if you find the ‘add-apt-repository’ command is missing (it’s useful for adding PPAs and other repositories), then simply run:

sudo apt-get install python-software-properties

Photos on Flickr

© Copyright 2004-12 Stuart Colville, all rights reserved. May contain traces of Muffin. Powered by WordPress. Hosting by Slicehost.com This page was baked in 0.616s.