Remote desktop connection cannot verify the identity of the computer that you want to connect to…because it is lame.

Well, that’s an annoying error.  Here’s how you fix it (content blatantly copied from http://shebangme.blogspot.com/2010/05/remote-desktop-connection-cannot-verify.html

When trying to connect OS X to a Windows Machine via RDP then do the following:

1) Delete all files in /user/{username}/Documents/RDC Connections
2) Don’t fill in the domain text box

Using curl in Mac OS X

Curl on Mac OS X makes a relatively suitable replacement for wget, but I can never remember the proper syntax, which is as such:

curl -OL h ttps://github.com/mcrumm/Ignitify/tarball/master

This handy tip was gleaned from the following site:

http://technosophos.com/content/os-x-using-curl-instead-wget

I’ve been using working full-time on my MacBook Pro for about a year now, and in some ways I’m still finding my way around.  Since I’m on the command line all day for work, I’m quite used to using wget for downloading files.  On the Mac, however, this option isn’t available by default.  Rather than futz with installing a version of wget, I’m quite content to “do it the Apple way” and use curl, but I can never remember the proper command.

I’m posting this here mainly as a reminder to myself.  I figure as I come across these things that I have to look up more than once, I’ll post them here to make them a bit easier to find.

Downgrade Firefox 4

(6/20) Update:  I meant to post this ages ago, but I forgot.  The issue I was experiencing with Firefox 4 was entirely my own fault.  I’ve since upgraded back to Firefox 4 and haven’t seen any problems since.

I’ve decided to start using my blog again, if only as a repository for things that I come across on the web and may need to find again.  Generally I bookmark these things, but I shudder to describe the state of my bookmarks folders.  Yes, I said folders, for they exist on no less than two different machines, and that’s not included the backed-up versions of my bookmarks folders from multiple rebuilds, upgrades, and eff-ups across the entire span of my computer-using existence.

Before I get farther off-topic, I must say that it pains me a bit that the first post I write will describe steps to downgrade from Firefox 4 back to Firefox 3.6.17
I’ve been using FF4 for a couple weeks now, and for the most part, I didn’t notice much of a difference.  However, I’ve recently been working on integrated a number of different javascript components into some client sites, and for some reason, they don’t all seem to play nicely in FF4 or Chrome 11.  Namely, the Twitter @Anywhere widgets seem to cause some problems, but that’s a topic for another day.

Here’s a link to the help article where I found the pertinent downgrade info:  http://support.mozilla.com/en-US/questions/820280#answer-181180

And here’s a quick screencap for the lazy:

Mozilla Support screencap with downgrade instructions for Firefox 4

Click to Enlarge

PS – I’m using Firefox 4 on a MacBook Pro, so your mileage may vary.  I honestly haven’t tried in on my Windows machine (which is still XP even) because I needed at least one “working” browser for this last project.  Since I’ve downgraded my daily-use machine back to 3.6.17, I may upgrade the XP box to 4 and see if it has the same issues.

Or I guess I could just troubleshoot the Twitter problem.