When I want to know how long my Mac has been cranking away without a restart, I just open up Terminal and type uptime. Right now, it’s only been up for four days. I was having some issues with TweetDeck chewing up my RAM, so I rebooted the MacBook to give it a fresh start [...]
Posts tagged as:
tips
The Post Revisions feature in WordPress takes up database space that I’d rather not waste. So I found out how to disable the feature. Add this to wp-config.php: // disable post revisions define(’WP_POST_REVISIONS’, false); Then, clean up the database with this SQL: DELETE a,b,c FROM wp_posts a LEFT JOIN wp_term_relationships b ON (a.ID = b.object_id) [...]
I have been going out of my fucking mind trying to figure out how to select and drag multiple items in Finder. It’s not that I could never get it to work – every once in a while, in the midst of multiple and repeated attempts, I’d experience sudden and unexpected success with it. But, [...]
I needed to find out how to do this when I installed TextMate and wanted it to be my default editor for certain files instead of
In case I ever need to know this again! Command-option-ESC Find Finder Click Relaunch Thanks,
