Run windows XP on my mac

Mac OS X, Windows June 18th, 2008       34Views

What program should I use to run windows XP on my mac?

Boot Camp

http://www.apple.com/macosx/bootcamp/

Boot Camp lets you install Windows XP. You will need a new copy.
http://www.newegg.com/Product/Product.as…

 


Tags:

If you enjoyed this post, make sure you subscribe to my RSS feed!

Install ubuntu on Mac Os X 10.4 using parallels

Mac OS X June 13th, 2008       80Views
Installing ubuntu on Mac Os X 10.4 using parallels:
Only the latest beta release of parallels appears to support 64bit guest OSs.

Try using a 32-bit version of Ubuntu with your parallels installer or getting your hands on a beta version of parallels 3.0 to test 64bit.

Source(s):


Tags:

If you enjoyed this post, make sure you subscribe to my RSS feed!

Reload rsync on Mac OS X

Mac OS X June 13th, 2008       36Views

Here is a short tutorial on how to reload rsync on Mac OS X:

 You just use rsync over ssh.built in, and ready for ssh connections when you have ssh enabled in the system preferences -> remote login.

I use rsync all the time on my mac!

What is rsync?

The man page describes it as a “faster, flexible replacement for rcp”. Essentially, it’s an app used for copying files either locally, or to other hosts. It can synchronize directories, or individual file, and can maintain file permissions and owners along the way. If you’re a UNIX geek, it’s for you.

I’m not going to go into the details of exactly what it can do, and how it work - rather, I’m going to go through the process of running the rsync daemon on your machine. This will allow you to access your rsync “shares” from any other machine on your network at any time.


Tags:

If you enjoyed this post, make sure you subscribe to my RSS feed!