Ubuntu has a version for mac (powerpc), but I think you can use the i386 version, because your processor is intel based.
The install disc is also a livecd , so you can see if it works on your mac without installing anything.
get it here
Search found 3 matches
- Sun Dec 03, 2006 3:25 am
- Forum: General Linux Support
- Topic: Linux on a mac
- Replies: 4
- Views: 4285
- Fri Dec 01, 2006 5:23 am
- Forum: General Linux Support
- Topic: Moving file and starting application
- Replies: 6
- Views: 5164
It usually helps to make the script execute the program from its own path like this: #!/bin/bash cd /path/to/program/ cp /media/cdrom/sourcefile . wine program.exe & The dot at the end of the cp command means the sourcefile is copied to the current path (/path/to/program/). If it has to be copied to...
- Tue Nov 21, 2006 6:50 am
- Forum: General Linux Support
- Topic: How many of you run nwn from linux
- Replies: 8
- Views: 6029