Friday, April 28, 2006

more cool tips

Mac trick.

Many of the guides for installing OSX Tiger are complicated and use linux. You can install OSX using public-domain free windows only tools.

If you wish to install OSX tiger to your intel machine or usb drive, you can follow these few steps. Be careful because you can kill your hard drive if you are not careful.

You will need either a seperate hard drive (seperate partition will not do) or an external hard drive. Whatever extra hard drive you use will be completely replaced by osx and you will lose all information on that drive.

1. Authorized users should obtain the OSX files from Apple. It is illegal to obtain them from torrent sites by searching under the following keywords: "VMWare files for patched Mac OS X Tiger Intel"
2. Unrar these files to the root of your C: drive
3. Download Forensic Acquisition Utilities
4. Unzip these files and copy dd.exe to the root of c: drive as well

Note: the dd.exe program is used to write the image to your spare hard drive or external hard drive. The command is the following:

dd if=c:\tiger-x86-flat.img of=\\.\PhysicalDriveSomething

PhysicalDriveSomething should be replaced with your real physicaldrive (PhysicalDrive1, PhysicalDrive2, etc.). What your hard drives or usb drives are labelled is not always obvious. So I use WMI to figure this out. If you don't need it, don't get it. It's free... and it may prevent you from killing your wrong hard drive.

5. Download WMI Tools from Microsoft
6. Open WMI Browser Object
7. Allow block content and click the OKs until it loads
8. Select Win32_SystemPartitions.PartComponent in the left column
9. In the right column right-click on the drive device id (Disk #0, Partition #0, etc) and select Go to Object
10. The device window will open and click the associations tab
11. Exploring with this tool you should be able to match drive letters (Win32_LogicalDisk.DeviceID="C

:") to each physicaldisk reference (Win32_DiskDrive.DeviceID="\\\\.\\PHYSICALDRIVE0")

Click for larger version:


12. Now that you know the physicaldrive label for your extra internal or external drive, you can drop to the root of your c: drive and run the command. Be sure to replace the physicaldrive text with the physical drive you determined above. If you use the wrong one, you will erase your primary hard drive.

dd if=c:\tiger-x86-flat.img of=\\.\PhysicalDrive

13. The command will appear to hang but you will notice your extra harddrive cranking away. It's going to do this for 15min to hours. Just let it run.
14. Once it is done, reboot and set the osx drive to your boot drive through your bios.
15. If your hardware is compatable, you should boot to OSX.

If you need to debug, I recommend these forums.

This wiki is also excellent:
http://wiki.osx86project.org/wiki/index.php/Main_Page

UNEASYsilence was one of the first to report on the OSX on intel hack... and is still a good source for updated news on the topic.



easy way to get music.

MySpace allows you to listen to a lot of songs; however, only a few of them can be downloaded. This little work-around will allow you to download most music files.

MySpace allows you to listen to a lot of music, but they only allow you to download a select few of the songs. Here is the work around.

1. Goto the MySpace site that you want to download the music from
2. That page must have at least one song available for download
3. Open notepad
4. Right-click the download link and select copy Link
5. Paste this link into your notepad

You see something like this:



6. Right-click the add link and select copy link
7. Paste this into your notepad

You will see something like this:
    asfunction:addSong,NewSongNumber^Title of the New Song Here


8. Now in the original URL just replace the old song number and old title with the new number and title. Paste this URL into your browser and click OK.

9. After several seconds, you will be prompted to download the song.


Here's an example:
Site: http://www.myspace.com/monstersarewaiting

The one downloadable song Christine...



The add link to Don't Go...

asfunction:addSong,2373353^Don%27t%20Go^Monsters %20Are%20Waiting%2E%2E%2E%2E%2E%2E



The new hacked URL...




people leave music files in unprotected directories all of the time. Here's how to get to them.

We all need music. If you properly query google, you can find open indexes of music files easily. Here are some hints to get you started.

Google: -inurl:htm -inurl:html intitle:"index of" "Last modified" mp3

    Using this string we are using the "index of" and the inurl commands to attempt to isolate directories only. The mp3 tag on the end tells google to look for mp3s in these open directories. You can change this to wma or ogg if you wish.


You can add additional search criteria to focus your search more.

Google: -inurl:htm -inurl:html intitle:"index of" mp3 "pearl jam"
    This command will find open directories with mp3 files with Pearl Jam. Obviously you can change the band name or file type to better define your search.


0 Comments:

Post a Comment

<< Home