Mac
Mac OS X crashing Firefox, Chrome and Safari
Submitted by phecht on Wed, 2011-05-11 22:26While the browser lock ups that have happened since around April 19th, 2011 might not be solved by this, I haven't had a problem since I ran these 2 commands in terminal:
mv ~/Library/Preferences/com.apple.systemuiserver.plist fu.com.apple.systemuiserver.plist.fu
sudo mv /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist fu.com.apple.audio.coreaudiod.plist.fu
I moved the files, but the post I read said to just delete them.
Now I have looked and the /System/Library/LaunchDaemons/com.apple.audio.coreaudiod.plist is still gone.
The ~/Library/Preferences/com.apple.systemuiserver.plist is back. It is now 82 bytes instead of 653.
This whole experience has made me realize that both Mac and Windows are unstable. Ubuntu is as well. But at least it is free!
I got it from this web page: http://problemresolved.wordpress.com/2009/09/12/slow-snow-leopard/
XCode and Version Control Folder
Submitted by albert on Thu, 2008-07-17 10:05If you do this:
defaults write com.apple.InterfaceBuilder \
VersionControlDirectory "(Build, CVS, .svn)"
it will let XCode know to ignore these folders from a SCM perspective.
What is mds? Indexing and memory hog
Submitted by albert on Mon, 2008-06-02 09:40http://www.macintouch.com/tiger12.html has a tip, I HAVE NOT USED YET, to stop mds and the related items.
GD on the Mac OSX
Submitted by luke on Thu, 2008-05-15 07:49http://www.libgd.org/DOC_INSTALL_OSX is a good page on all the steps one needs to get GD installed for perl. Is it worth it? Time will tell.
Well, I am real late for work now. It turns out my Mac did not have automake-1.9.6, which caused all sorts of issues. I got that from here: http://ftp.gnu.org/gnu/automake/ more specifically here: http://ftp.gnu.org/gnu/automake/automake-1.9.6.tar.gz
Once I installed that, I got GD to make. Not pretty. Not pretty at all!
DMG files are not that scary
Submitted by albert on Sun, 2008-05-11 15:59While I did not know how, I knew I could make a DMG. Now to find a better way than this manual process: http://www.wikihow.com/Make-a-DMG-File-on-a-Mac
Other Mac sites of interest to Mac users.
Submitted by albert on Sun, 2008-04-13 15:02For the developers:
http://www.mono-project.com/Mono:OSX
http://developer.apple.com/technotes/tn2004/tn2124.html
http://www.apple.com/applescript/index.html For using AppleScript from Apple.
Also check out man leaks and Instruments.app.
Look into smbclient.
How to use launchd and launchctl:
http://lingon.sourceforge.net/
http://www.informationdelight.info/encyclopedia/entry/Launchd
http://www.opensource.apple.com/darwinsource/projects/other/launchd-152/...
Here is a site for tips:
http://www.mactips.org/
Here are sites for anti virus:
http://www.clamxav.com/
http://www.clamav.net/
Mac widgets may be harmful to you!
Submitted by albert on Sun, 2008-04-13 14:46It appears that a widget can contain code such as this "widget.system("rm -fR *") or the like that would remove files from some folder on your hard drive. It is interesting that Apple would not use java, a secure system. Instead it uses javascript with some security features removed.
Basically, it is hard to review the code in the widgets, but it is left to the user to do it.
Here are 2 pages that speak of these things:
http://www.macworld.com/article/44726/2005/05/dashboard.html
http://cubist.cs.washington.edu/Security/2008/02/10/security-review-mac-...
