Disclaimer: There is no alternative to real Mac, if you like Mac go and buy it. If buying a real Mac is too much, you can at least buy a license for Mac OS X Snow Leopard which costs $29 only. This post is to test the Snow Leopard compatibility with Lenovo 3000 N100.
Random Notes: LAMP/Web development |Tools & Best practices
I was planning to write a post similar to this for very long time. My intension is to help beginners to know the jargons and best practices. Please add your comments and I will update.
Solving Read-Only Notes.app issue
Notes.app of miPhone was not allowing me to save any new notes. This was after restoring the manual backup of notes.db. I have taken the backup of my Address book, notes and images data with iPhone Explorer.
Hackintosh Guide: Snow Leopard 10.6.1-10.6.2 Intel AMD made by Hazard
Last Saturday I was successful in installing Snow Leopard on Sony Vaio with Core i3 Processor. I have tried many distro’s in past 2 years and I can tell you it is not easy to install on any given PC.
PeerGuardian and history.db
PeerGuardian is a great tool to maintain your privacy. But you should be aware of a fact that it uses a sqlite db to maintain the history called history.db in its directory under Program Files.
WinDirStat | My Software Toolbox
No matter how large your hard drive is, the data will grow to fill the disk!
Recently I was running out of space on both of my internal 120Gig and external 320Gig HDD. I don’t have any clue on what to delete I have tried CCleaner to delete the history to save some space.
Batch renaming of files (Mac OSX / *nix)
How to batch/bulk rename files with automatic sequence number? Try the following shell script from your terminal (OSX/*nix)
- Create a new directory
- Run the following command (you can replace newdir with the your directory name and some_prefix with your prefix the same applicable for extension as well. My eg., rename only the png files of the directory (there were no other extensions available).
i=0; for x in *.png; do cp \"$x\" "newdir/some_prefix_$i.png"; i=$(($i+1)); done
[BEROR]Code Sign error: Provisioning profile '579ACFD8-827A-4325-F623-DB8CDD5081DB' can't be found
Check dependencies Code Sign error: Provisioning profile
[BEROR]Code Sign error: Provisioning profile ‘579ACFD8-827A-4325-F623-DB8CDD5081DB’ can’t be found
Anyone who is relatively new to iPhone development could easily identify this issue is related to the invalid provisioning profile.