Monday, July 19, 2010

More hash key fun: The hash key when using RDP on a Mac with a UK keyboard

Following on from the continuing fun of trying to find the hash key codes when using a UK Mac, here is a tip for anyone needing to write a # when using Microsoft RDP on a Mac with a UK keyboard - use the following combination:

CMD + \

Thursday, March 25, 2010

Keyboard shortcut to turn on Mirroring of displays

I got a projector as a christmas pressie this year and I love it! I found this useful little tip in my travels which is very convenient when you have settled yourself in with a wireless keyboard only to realise that you haven't turned on mirroring of your displays, doh! You can easily turn on the mirroring of displays in OS X by using the following command:

cmd + f1

(this assumes you haven't changed the configuration of your fnumber keys, in which case, i imagine the command would be):

cmd + fn + f1

However, i don't know about that last one!

Saturday, February 20, 2010

Problems emptying the Trash folder after deleting Time Machine backups

Yesterday i found that my 1.5TB external drive was running short on space so my first thought was that the i might have some old backups that could be deleted - I have used the drive also as my Time Machine backup for the last year. What i did next was bad i recommend you avoid! I went to the 'Backups.backupdb' folder, saw a bunch of timestamped folders going back into last year and dropped them into my trash folder - i didn't realise how unwise this move was until i tried emptying said folder - after 2 hours of trying to delete it's content, i was still getting nowhere so i had to turn the machine off, stopping the trash emptying didn't cut it. I tried fixing the problem by putting back the backups and deleting them individually but the machine wouldn't let me do that because the files were backup files and they apparently couldn't be put back. I then did some rummaging and found an article that proved to be useful:

Emptying the trash: an epic journey
http://wordmunger.com/?p=1165

Here, Dave let the machine take it's time - 13 hours later he was done...

there needed to be another way, surely? In the blog post, Dave mentions that using the terminal to trash items takes ALOT less time, i did some more digging and found this invaluable article:

http://reviews.cnet.com/8301-13727_7-10357452-263.html (Trash problems in OS X? Reset it!)

I found that the following command soothed my woes:

sudo rm -rf /Volumes/insert external disk name here/.Trashes

PLEASE read all of the cnet article before you try this though - it notes a word of warning that if you put a space before '/.Trashes' in your command, you'll nuke all the data on the disk so be careful but it does seem to have done the trick for me!

Note, if you need to delete individual things from Time Machine in the future, follow this path instead of deleting it directly from the Finder!

http://blog.adamnash.com/2008/03/02/how-to-delete-individual-backups-from-apple-time-machine/