Archive

Archive for the ‘Apple Macintosh’ Category

Mac OS X Disk Space Decrease….

November 21, 2009 Hans Leave a comment

A few months ago, i realized that my disk space in my macbook decrease. I thought it caused by installed applications and my datas.

So i moved lot of the datas to my computer and remove unused-applications to increase my disk space. At that time i felt, “Oh Dude, why this tasks only increase a few gigs T.T”

I felt curious, what was the caused of this…?? Xcode??? or ….???

I checked it through Terminal by typing these command as root

# cd /

# du -hd1

Through this command i see that the folder /cores used almost 25G *WEW :(

there were a lot of files there which prefix is core.xxxx… I didn’t delete it instantly, because i’m afraid whether those files are a filesystem or not… this folder isn’t appear at finder (it’s hidden)

I searched through Google and found that those files are images of the computer memory that are left for debugging reasons after crashes or forced restarts.

Knew that those files aren’t important, i could delete them safely :D

Just Open the terminal, and switched as root then fype these commands :

# cd /cores/

# rm -rf *

Done…. ^^

Funny Mozilla Tricks

August 3, 2009 Hans Leave a comment

type it on Mozilla Firefox :)

chrome://global/content/alerts/alert.xul
IT SHOWS Dancing Firefox.

chrome://browser/content/browser.xul
IT Opens another Firefox inside a tab in the the existing Firefox window.

chrome://browser/content/preferences/preferences.xul
IT Opens the Options dialog box inside the Firefox tab.

chrome://browser/content/bookmarks/bookmarksPanel.xul
IT Opens the “Book Marks Manager” inside a tab in the Firefox window.

chrome://browser/content/history/history-panel.xul
IT Opens the History Panel in the Firefox tab.

chrome://mozapps/content/extensions/extensions.xul?type=extensions
IT Opens the Extensions window in the current tab.

chrome://browser/content/preferences/cookies.xul
IT Opens the “cookies window” inside a tab in the Firefox window.

chrome://browser/content/preferences/sanitize.xul
IT Opens the “Clear Private Data” window inside the current tab.

chrome://browser/content/aboutDialog.xul
IT Opens the “About Firefox” Dialog box inside the tab.

chrome://browser/content/credits.xhtml
IT A scrolling list of names. The one’s who we must thank for creating Firefox