RDP on OS X Revisited

Filed Under Computers & Tech on April 6, 2008 | 3 Comments

In work I have a G5 PowerMac but I need to run one Windows application (our call tracking system). Since it’s not possible to run Windows on a G5 using Parallels or VMWare I use an RDP client to connect to a Windows machine I have in the office for testing purposes. Up till this week I’ve done this using Microsoft’s own RDP Client for the Mac. The first version of this client was very basic but functional. Last year Microsoft released two beta versions of the up-coming 2.0 release and I’ve been using those since they came out. These betas were an improvement on the 1.0 version but they are far from perfect and crash just about every time I close a connection. If it has to crash that’s probably the best time but still annoying However, this Week the annoyance factor for the MS client took an upward turn.

[tags]Microsoft, Remote Desktop Protocol, RDP, OS X, Apple, Mac, CoRD, SourceForge[/tags]

Read more

Tagged with:

NeoOffice has been around for ages and I keep expecting and wanting it to get better to the point where I don’t feel an urge to buy iWork or, heavens forbid, MS Office. I installed it on my work machine yesterday and I’m sorry to report they’re a LONG way off yet. Firstly, it does not play nice with Spaces so it’s simply not Leopard ready. Poor show at this stage of the game. Secondly, the spell checker is broken, AGAIN. I had problems with this during the very early days of NeoOffice and then they got it fixed but now it’s bust again. What good is a word-processor that can’t spell-check? It’s possible that the spell checking problem is showing up because my computer is configured to use British English rather than American English but that’s not a valid excuse.

NeoOffice is still sluggish, un-polished and buggy. I’m sorry to have to report that but it’s the truth. The sooner the native OS X port of OpenOffice comes out the better.

[tags]OS X, Leopard, OS X 10.5, OpenOffice, NeoOffice[/tags]

Tagged with:

The last time I posted on the state of play for free Astronomy software for the Mac things weren’t looking so good. At that time your best option was to build the Linux program KStars from source using Fink. A long, complicated, and rather daunting install for anyone who’s not a Unix geek. I’m happy to report that things have improved a lot since then. There’s now a choice of three apps and you don’t have to compile any from source (unless you want to).

[tags]astronomy, OS X, Stellarium, Cartes du Ciel, KStars[/tags]

Read more

Tagged with:

Those of you who actually poke around my Photo Gallery may have noticed that I’ve had a section for desktop wallpapers there for a while now. You may have wondered why I’d never blogged about it before. Well, the reason is that I wasn’t happy with my wallpapers. They all looked a bit flat to me. I spent a few hours this evening tweaking them and now I’m finally happy enough to announce them. They are still far from perfect. I still consider them amateur creations, but I’m not ashamed to announce them any more. So, here’s the link.

While trying to get these wallpapers into a descent state I came across two very cool GIMP tutorials, one which really lets you boost the colour intensity of your images, and another that lets you create really cool partly colourised black and white images.

[tags]GIMP, Image Processing, Photo Editing, Wallpapers[/tags]

Read more

Tagged with:

I was searching for a tutorial on setting up custom global exception handlers in Struts 1 when I came across this fantastic article. If you develop with Struts 1 or are thinking of starting development with Struts 1 you really should read this – Jakarta Struts: Seven Lessons from the Trenches

[tags]Java, Apache, Struts[/tags]

Tagged with:

If you access CVS over SSH you will know that you have to do two things to get it working. Firstly, you have to set the CVS_RSH environment variable to the location of your SSH binary. Secondly you have to use the :ext: scheme for the CVSROOT environment variable (or -d flag). The thing is, there is no place in the :ext: scheme to set a port number! This means that CVS will try to open the SSH connection to the specified server on the standard SSH port. I don’t like running SSHD on the standard port, I much prefer to stick it on a non-standard port, but does that mean I can’t use CVS over SSH? Well, if you leave things to CVS then yes, but luckily OpenSSH is not as retarded as CVS and provides you with a simple mechanism for over-ridding the default port on a per-host basis. The key is to add an entry for the host in question to your ~/.ssh/config file. The sample below tells SSH to use port 123 as the default port when connecting to the server my.machine.ie:

Host my.machine.ie
  Port 123

This will work on Unix, Linux and OS X as well as through Cygwin on Windows.

[tags]SSH, CVS, OpenSSH[/tags]

Tagged with:

SSH Agent LogoIf, like me, you spend a lot of time using SSH you’ll probably like the idea of being able to log in to servers without a password. If you really want this you can do it by setting up a SSH key pair with an unencrypted private key. This works, it lets you log in to your servers without a password. HOWEVER, it’s a simply disastrous idea from a security point of view. The only reason I don’t do this is because the idea of an unencrypted private key scares the bejeesus out of me. Hence, I still dutifully type my SSH password each time I connect to a server, and each time I check something in to source control. I’ve been keeping an eye out for a simple solution for a while but hadn’t been actively thinking about it for months. That is until I came across Dave Dribin’s blog post Putting the “S” Back Into SSH this morning. Dave rightly points out that there is a solution, ssh-agent, the problem is it’s a command-line tool and by all account not the simplest one to use. So, what’s obviously needed is a nice GUI for ssh-agent. Dave initially thought he’d found the solution in the program SSHKeychain. SSHKeychain is more of a proxy for ssh-agent than a GUI for it though, and Dave soon discovered that it has it’s fair share of problems. So, in the end, I didn’t decide to use SSHKeychain. However, the post inspired me to have another go at finding a solution. Also, the reference to ssh-agent sparked a vague memory in the back of my head of an OS X GUI for something to do with SSH that had the word ‘agent’ in its name.

[tags]SSH, SSH Keys, ssh-agent, OS X, Apple[/tags]

Read more

Tagged with:

Although we should all be very well organised and we should never forget about files on our disk, we all leave files lying around where we shouldn’t. Then we forget about the files, and a few months later we’re wondering just where all our disk space has gone! Ideally you’d want to be able to get a visual representation of your disk where large files stand out no matter where they’re hidden. Windows users have had a solution to this problem for a long time with WinDirStat. There is now a port of WinDirStat for OS X called Disk Inventory X. This is very simple and very intuitive program and what’s even better is that it’s free and open source! Although it’s a port of a Windows program the port is well done so it looks like a proper OS X application.

Disk Inventory X Screen Shot

[tags]Apple, OS X, Disk Inventory X, WinDirStat, Freeware[/tags]

Tagged with:

Perian Goes 1.0

Filed Under Computers & Tech on July 3, 2007 | Leave a Comment

Perian LogoI reviewed Perian a few months ago when it was at version 0.5. I was already very happy with it then, but it’s gotten better. It used to just be a simple QuickTime component, now it comes as a Preference Pane so it can be easily controlled from within the System Preferences app. It still does everything it used to do, and indeed more, but now it’s easier to manage. If you run OS X Tiger (doesn’t work on earlier versions) and you haven’t already done so, now is the time to download and install Perian.

[tags]Perian, Apple, OS X, Video, QuickTime[/tags]


Tagged with:

Modern hard disks have a built-in system called SMART for monitoring themselves. SMART makes information on the health of the drive available to the OS. It’s far from perfect, SMART errors don’t always means your drive will die, and not all drive deaths are predicted by SMART but it’s still a good indicator all the same. Now, it’s great having all this SMART data there but it’s no good if no one reads it! OS X CAN read it but it doesn’t do so on an on-going basis. In fact, the only time a default OS X install will read the SMART data is when the Disk Utility app is opened. That’s where SMARTReporter comes in. It polls your SMART data at a given interval (default is once an hour) and lets you know if there’ any problems. It can do this in three ways: it can change the color of an icon in your menu bar, it can pop up a message, and it can send an email. You can choose to have it do all, none, or some of these things. The menu bar icon is perhaps over-kill but some people may find it re-assuring to see a nice health green hard disk icon indicating that SMARTReporter is running and that it has found no errors on any of your drives. As soon as it finds a problem this icon will turn an ominous red color. I’d suggest everyone run this app on their macs but just turn off the menu bar icon. That way it runs totally in the background and totally out-of-sight until there is a problem, which will hopefully never happen! I should also mention that because of limitations with the USB to ATA bridge this will not work with USB hard drives. It will also not work with FireWire drives because Apple’s drivers for FireWire don’t pass on the SMART data. This limits this app to internal ATA(IDE) and SATA drives, i.e. regular internal hard drives. Finally, this app is both free and open source being released under the MIT license.

[tags]Apple, OS X, Hard Disks[/tags]

Tagged with:

« go backkeep looking »