Muffinresearch Labs by Stuart Colville

Apple Boot Camp software for XP installation | 2 Comments

Posted in Snippets on 6th April 2006, 8:32 am by

I’m a little late picking up on this one but if your haven’t already heard, Apple have released some beta software called Boot Camp to smooth the way to run Windows XP on your Intel Based Mac. The process is a lot less hairy than the previous hacks and not only that Apple have collected all the drivers you need to get everything running. Nothing short of brilliant. Photos showing the process are available here (Thanks for the link Tim).

Post Tools

  • http://nefariousdesigns.co.uk/ Tim

    Unfortunately, due to financial constraints, I’ve not yet managed to get myself a Mac – this is mainly because I’d like a mobile Mac that is powerful enough to do what I want it to do. In short, I want a MacBook Pro.

    This latest development on “Planet Mac” has piqued my interest even more; and it also means I can run Photoshop in Windows instead of having to wait for the next version to be released before it runs on the Intel Macs…

    Good job Apple, I say. They’re definitely going to be selling a lot more Macs now…

  • http://muffinresearch.co.uk Stuart Colville

    Yep, I’d really like to get my hands on a MacBook Pro sometime later this year if at all possible.

Insert a tab character in vim when expand tabs is on|(0)

I have vim set-up to use spaces in place of tabs. Sometimes you need to use an actual tab e.g. editing a Makefile. Now whilst it’s possible to change settings so that tabs are used for specific files, a quick tip to remember is to simply type in insert mode:

Ctrl+v tab

That is Ctrl and “V” and hit the tab key, et voila you’ve entered an actual tab.

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

Photos on Flickr

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