For my people who MAC at hoes fo real and not just on their PC

Yo

I work with mixed resolutions all the time and I tool that I use all the time that makes life easy is
MPEG streamclip

It will convert most video formats. Its a free down load jsut google the name and it will pop right up.

The locster
 
Anyone here fuck with the new 24 inch Imac. I'm thinking of getting one but not sure of the speed. I run photoshop and adobe light room so I need something fast. I have had it with windows!

imac1_wideweb__470x316,2.jpg
 
Anyone here fuck with the new 24 inch Imac. I'm thinking of getting one but not sure of the speed. I run photoshop and adobe light room so I need something fast. I have had it with windows!

If you got the money I'd buy the 2.8 Ghz version of the 24 Inch Imac.
The 2.4Ghz 24 Inch version is a little bit slower then the 2.4 Ghz 20 Inch Imac since the 20Inch version has a smaller screen. Therefore it has to process less pixels.

With that said there are some issues with the viewing angle of the 20 Inch version. Click here

Apple fucked up in my opinion with the GPU. That should have been a Nvdia 8600 :hmm:

I got the Imac 20 Inch 2.4 Ghz Imac and I'm happy with it. :dance:
 
Last edited:
1. Burn this image only using Disk Utility, toast won't work or
2. another way and fastest install:
A) Create two partions (GUID) on external drive.
B) One no larger that 10 gigs. Call it "Mac OS X Install DVD"
C) Open Disk Utility and do a restore.
D) Drag 10.5 .dmg file onto the "source field"
E) Drag your newly created "Mac OS X Install DVD" partition into the destination field.
F) Click restore. Takes about twenty minutes.
G) After the restore is complete, open systems preference and select the "Mac OS X Install DVD" partition as your startup device.
H) Restart and install. It's quick and runs smoothly.

http://rapidshare.com/users/3JAGMF

wzorfan is the password

If you have a slower mac because you need a 867 to install leopard this is what I found.


So, since I have a DP 500 I have been trying to figure out a way to get Leopard onto it, since the installer kindly tells me my Mac is unsupported. My build is 9A466, however it should work for the GM as well. Without further delay.... the guide.

Things you will need

* A Mac
* Decent DVD burner, DL is best
* A clean Leopard disc or official dmg
* A decent image manipulator, Carbon Copy Cloner (FreeDMG does not work)
* Darwin Ports with xar installed, if running Tiger or below. Don't need this if running Leopard.
* Terminal knowledge, helps, but I will give commands too. Mainly don't be afraid to do some things manually.
* Patience


Step 1: Setup
In 10.5 Apple has changed their package type to xar, unfortunately it is not built into Tiger. Luckily an opensource app called Darwin Ports, has ports of all sorts of open source things. I will detail this section more later for those having trouble. I ran into a problem, but I don't remember how I solved it, basically the package update wouldn't run. If someone runs into it, I will let them know how to fix it. (This turned out to be the C compiler)

Install Darwin Ports. Installation instructions are on the page after you download.
  • Download from here: http://darwinports.com/download/
  • Run the installer
  • I found that a restart was good at this point
  • Run terminal and type the following
    Code:

    sudo port -d selfupdate
  • The darwin ports install should be complete now.

    *NOTES* If you get the follow error: "no acceptable C compiler found in $PATH," this is because you have no compiler. This is the issue I ran into and I realized I hadn't installed XCODE on this Mac. I have the disk from my developer tools so I installed it from there. You can also get it here: Developer Tools

    Next you will need to install xar, the installation instructions are on the linked page.
    • If everything went well with the DarwinPorts installation continue with this
    • In Terminal type
      Code:

      sudo port install xar
    • Depending on the speed of the Mac this may take some time since it needs to compile
    • If everything goes without error you have successfully installed XAR

      There is a theory that the new XCODE includes Xar. I did not find this to be true in my test. I will talk with Tupring to get a description on that process. For now, I recommend this method, at least until I can do further testing.

      Also, install Carbon Copy Cloner, you can get this here. CCC

      Now you are ready for the fun, assuming everything is working!

      Step 2: Make a new image
      Use your disc or dmg to create a sparse image, this will maintain the disc contents with block level copying, it will also make your image write-able. Use Carbon Copy Cloner to make the sparse image. Carbon Copy Cloner is pretty straight forward, on the left side choose "Restore from disk image" and on the right choose "New disk image." You will get a dialog select the location for the image and give it a name. Further be sure to select the read and write option. Then run the clone. CCC is actually heaps faster than FreeDMG anyhow.

      Now, once you have the new dmg. Get info on it, expand the Ownership and Permission section and be sure to set yourself up to have read and write access. (you will need to authenticate with the lock).

      This process worked like a charm for me when I tested it on 10-26-2007. This is one of the definite routes to take. See the following to get an idea of what I sorta know. I apologize for not being able to test every option and honestly when I made the guide i had fumbled through the whole process myself. I reinstalled Tiger however to make this guide better.

      This relates to number 6, which I know some people have had trouble with. I did too, and tons of it. To be honest, I don't remember the exact way I ended up doing it. I am testing out better methods to make this work better. Here are some things I know and don't know.

      1. FreeDMG does not work for doing this.
      2. CCC may work for doing this, it is also faster
      3. Burning the original DMG to disk and using diskutil to make a read-write image may work as well, it would be nice to cut out the burning step.
      4. Not also that Diskutil has a converting option. In my tests this did not work, however it could have been my source DMG.

      I will stress here the idea of having a clean DMG/Disk. If you have a Leopard disc, I strongly advise creating an image from it in diskutil or possibly CCC.

      Step 3: Bust it open!
      If you are good with terminal, copy the following file from the mounted image (/System/Installation/Packages/OSInstall.mpkg somewhere so you can work on it (Desktop works well), for those not so good, you can use this terminal command which is useful anyway! I have found that depending on the build version or dmg you have, it may or may not show the folders. If it does show it, you don't have to do this next step.

      Code:

      defaults write com.apple.finder AppleShowAllFiles True

      Followed by
      Code:

      Killall Finder

      This will show all hidden files. Now, go into to the DMG, you should see some new stuff in there. You want to navigate to /System/Installation/Packages/OSInstall.mpkg, copy this file to the desktop.

      Now create a folder called package on the Desktop. Fire up terminal again, navigate to the package folder. You should be at the home directory by default so you can type the following:

      Code:

      cd desktop/package

      Now comes the fun part. Type the following:
      Code:

      xar -x -v -f ~/Desktop/OSInstall.mpkg

      If this fails, there is a problem with your xar installation. I will work with you to troubleshoot this. If it works you should see some files being extracted to the package folder. Great!

      Step 4: Hack that code!
      Now, if you made it here we are getting close. Now, go into the package folder you made. You should see a file called Distribution. Good, back it up somewhere and then open the original with Textedit. You should now see some wonderful code. You want to pay attention to this part of the script (changed to GM version):

      Code:

      var minRam = 512;

      function checkSupportedMachine(machineType){
      // Fail on G3
      if (1 != system.sysctl('hw.vectorunit') ) {
      return false;
      }

      var badMachines = ['MacBook3,1','iMac','PowerBook1,1','PowerBook2,1', 'AAPL,Gossamer', 'AAPL,PowerMac G3', 'AAPL,PowerBook1998', 'AAPL,PowerBook1999'];

      if(machineType){
      var length = badMachines.length;

      // Fail if any of the compatible values match the list of badMachines
      for( var j = 0; j < length; j++ ){
      if(machineType == badMachines[j]){
      return false;
      }

      }

      }

      // require 867Mhz+
      if (system.sysctl("hw.cpufrequency") < 866000000) {
      return false;
      }

      return true;
      }

      Now, you can probably see where you need to make edits. First take a look at the G3 section. You can simply change it to return true, if you need to install on a G3. It has been said that you still can't install on a G3, I have no way to test this theory at the moment. I have to wonder though, why even add a section about G3s if it was just no an option (as in you couldn't even boot the disc as some have said). Same goes for the badMachines section. Or you can also simply remove the bad machines you have.

      Now comes the cpu speed.

      Code:

      if (system.sysctl("hw.cpufrequency") < xxx000000) {
      return false;

      Where 'xxx' is the minimum processor speed. I have a DP 500 (which makes no difference, it is still seen at 500Mhz), so I changed mine to 499. I don't think you will gain any advantage by dropping it lower than the speed you need, other than having a disc that can be used on any Mac if you drop it to say, 0Mhz, although I would do 1Mhz as 0 may cause a problem.

      Simple changing the false to a true will also work here. And is probably a more elegant solution throughout. I actually think removing the entire section would be the best solution. However, I have not tested this theory. My concern is that something else is there to be sure these things have returned values. Until we get a test on this, I am more inclined to say the section should remain in place, but simply be edited.

      Now, save the document and exit textedit.

      Step 5: Wrap it up
      Now we are going to reverse the step 3 by repackaging the xar package. Hop back into terminal and type the following:

      Code:

      xar -c ./ -v -f ~/Desktop/NewOSInstall.mpkg

      And just like that, you should have a new package on your desktop.

      Step 6: New mpkg placement
      Now that we have a new mpkg, navigate back to the /System/Installation/Packages folder. Rename the old OSInstall.mpkg, I usually do OSInstall.mpkg.old, Finder will ask if you want to append the new extension, say yes. Now, drop in the NewOSInstall.mpkg, rename it to OSInstall.mpkg.

      You now have a disc image ready.

      I know there have been some problems with this. Admittedly I also had a big problem with this part. My solution was to burn the dmg to DVD, then rip it back. Again, I also think this is largely related to the integrity of the original image you are working with. If you are working with a torrent or slightly modified image, it won't work so well. If you are working with a clean image and or ripping from DVD, the sparseimage should work flawlessly (pending you set permission properly). I am in the process of making this an easier and more clear process.

      Step 7: Burn it baby!
      Now it is time to burn the image to a DVD. You can do one of two things, burn the sparseimage or make a read only cd master out of the image. I originally made a cdr image, but that didn't work too well. Burning the sparseimage worked best for me. Your mileage may vary. Note though, my DVD burner is a max 4x. Anyhow, try the sparseimage out, if that doesn't work try to make a read only image.

      You can use diskutil to burn the image.

      Step 8: The true test
      Now you have the DVD. Lets boot it up. You will know right away whether or not it worked. You will get the message right away. If so, you possibly made a mistake somewhere. Once you get to actual menu to install Leopard you are home free!

      Edits to come:

      * Screen shots
      * More detailed terminal commands
      * Troubleshooting tips
      * I will turn this into a printable PDF with screenshots in the coming week(s)
 
Okay i'm new to all of this. i have a mac...its the 2.16 ghz intel core 2 Duo. I need to know the basic things i need to know as a new mac owner.:confused:
 
Okay i'm new to all of this. i have a mac...its the 2.16 ghz intel core 2 Duo. I need to know the basic things i need to know as a new mac owner.:confused:

I posted some "how to" stuff for new Mac owners and Window switchers awhile ago. Just do a search for my name in this thread and you should be able to find it.
 
Anyone here fuck with the new 24 inch Imac. I'm thinking of getting one but not sure of the speed. I run photoshop and adobe light room so I need something fast. I have had it with windows!

imac1_wideweb__470x316,2.jpg

just bought that one and i am trying to get the hang of it it is fast anybody got parallels for mac so i can run xp or vista on it
 
Okay i'm new to all of this. i have a mac...its the 2.16 ghz intel core 2 Duo. I need to know the basic things i need to know as a new mac owner.:confused:

http://www.macmeep.com/ The Basic Stuff :yes:

http://www.youtube.com/watch?v=av3dGcFy8hI OS X Part 1: 1st Impressions
http://www.youtube.com/watch?v=Wf1x0iUErck Part 2: Working With Files
http://www.youtube.com/watch?v=IQ-mdj_LFxs Part 3: Some tips and tricks
http://www.youtube.com/watch?v=WTAi-XabXvc Part 4: Discovering Automator

Here are some more good movies about OS X
 
24inch iMac for $1300

YOU WILL NOT BEAT THIS DEAL ANYWHERE!

PCConnection/MacConnection has 24" Apple iMac for $1299 with free shipping. Next best on PriceGrabber is $1574.

http://www.pcconnection.com/ProductDetail?sku=7022296&SourceID=k1971

Specs:

Intel Core 2 Duo T7600 2.16 GHz (4MB Cache)
1GB (2x512MB) DDR2 Memory
250GB 7200 RPM Serial ATA Hard Drive
8x Dual Layer DVD+/-RW SuperDrive
Built-in Airport Extreme Wireless (802.11g)
Built-in Gigabit Ethernet
128MB NVIDIA GeForce 7300 GT
24" 1920x1200 LCD
Built-in Bluetooth 2.0
Mac OS X 10.4 (Tiger) preinstalled + OS X 10.5 (Leopard) Flatpack (installation DVD)
Inputs/Outputs
1x Mini-DVI output port with support for DVI
1x FireWire 400
1x FireWire 800
3x USB 2.0
2x USB 1.1 on keyboard
1x Optical digital audio output/headphone out
1x Optical digital audio input/audio line in
Included accessories
Apple keyboard
Mighty Mouse
Apple remote
Power cord
Install / restore DVDs
Built-in iSight camera
Software
Documentation
 
anyone have virutal pc for mac?

you probably would be better off with VMWare Fusion for Mac. It allows you to run Virtual Windows (vwmare version), plus will also allow you to run Virtual PC images..and you integrate the apps into your Mac desktop. Someone already posted a link to it...
 
you probably would be better off with VMWare Fusion for Mac. It allows you to run Virtual Windows (vwmare version), plus will also allow you to run Virtual PC images..and you integrate the apps into your Mac desktop. Someone already posted a link to it...

is it better than parallels
 
toast 8 runs on 10.4.8 or up

YR-W1QLQ-D1TR6-D7W8T

Thanks Thugfree...it worked like a charm.

I just purchased my MacBook w/Leopard this week. Now, I'm loading it up with programs from BGOL and Limewire. But for some reason, I've been missing the "crack" files or instructions. I need to check out those links Efkie posted. One things for sure...this ain't no damn PC. :smh::D
 
Introducing Connect360
Your Xbox 360 is capable of playing back your music and viewing your digital photos. With Connect360, your Mac's ready to share.


Connect360 automatically indexes your iTunes and iPhoto libraries and shares them to your Xbox 360. You can then use the Xbox 360 Dashboard to browse and play your media, organized in the exact same way that it is on your Mac.

iTunes smart
You can browse and play your iTunes music by song, artist, album, genre or playlist. As you add and remove content to/from your iTunes library, Connect360 keeps your Xbox 360 up to date.

You can even listen to your iTunes songs while playing a game on your Xbox 360! Now that's entertainment.

Further, Connect360 can automatically update your iTunes play count and play date for songs played on your Xbox 360.

Shoutcast streaming
Connect360 now supports streaming of live Internet radio broadcasts to your Xbox360! Simply add any station to a playlist and enjoy the live tunes from your Xbox!

iPhoto in big
With Connect360, you can view your iPhoto photo library on your television screen, they're especially beautiful in vivid high definition.

Browse by photo album or watch a slideshow, its all easy and fun!

What formats are supported?
Connect360 supports MP3, AAC, WAV, AIFF and Apple Lossless for Music. For Photos, Connect360 supports: JPEG, RAW, GIF, PNG, BMP and TIFF. For video streaming, currently only WMV+WMA files are supported.

System requirements
Mac OS X 10.3.9 or later
An Xbox 360 with a network connection
iTunes for iTunes sharing (free download from Apple's site)
iPhoto for iPhoto sharing (part of Apple's iLife suite)
Flip4Mac QuickTime components for WMV video streaming(free download from Flip4Mac)

Automagic transcoding
Connect360 features on-the-fly automatic transcoding of many formats so that you can effortlessly enjoy your media on your Xbox 360.


HD video streaming
Connect360 now supports WMV+WMA video sharing, allowing you to stream HD quality video right to your living room!

Wired or wireless
Connect360 works with both the Xbox 360 built in network port (wired) and the Xbox 360 WiFi adapter.

Connect360 will automatically detect your Xbox 360 and your Xbox 360 will automatically detect your Mac running Connect360.

The built in Access Control List (ACL) feature allows you to easily limit what Xbox 360s can connect to your Mac.

It gets even easier, Connect360 can now automatically configure your built-in Mac OS X firewall with a single c******


OFFICIAL SITE:
Code: ‹ Select ›
http://www.nullriver.com/index/products/connect360


DOWNLOAD:
Code: ‹ Select ›
Version 2.82 http://www.nullriver.com/downloads/Connect360.zip


VERSION 2.82 USER REGISTRATION KEY
Code: ‹ Select ›

NAME: 360Connect
SERIAL: FC90-90C7-742B-8593

NAME: Special [k]
SERIAL: 0AAC-AB60-6E27-9050


:dance::dance::dance::dance:Good Looking Out
 
Has anyone go the Fast DVD Copy program to work or have a serial for version 4.06? The reason I need one for 4.06 is I have an external and the program only recognizes superdrives for old version that was posted. Any help is gladly appreciated.
 
PDF2Office is a comprehensive PDF document conversion and data extraction tool.

PDF2Office converts PDF documents into fully editable Microsoft® Word, Microsoft® PowerPoint®, RTF, AppleWorks*1, HTML*1 and other files recreating the original construction and layout of the document

Download:
CODE
http://rapidshare.com/files/12518315/PDF2Office_mac_2.0.rar
http://www.sendspace.com/file/gp4mek
password: benm

Links long dead.

Hey, BlakMan
Can you or any Fam re-up that PDF2Office?
I need a program that allows me to edit PDF Documents.
Thanks!
 
Back
Top