Python and virtual environments on MAC OS X

1. install Xcode 2. launch Xcode and Agree with License Agreement 3. install brew.sh $ ruby -e “$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)” 4. install midnight-commander python 2.7 and/or python 3.x $ brew install mc $ brew install...

Install Emacs from source on MAC OS X

How to install Emacs from source? You will need Xcode tools to perform this operation. MacBook-Pro: mkdir src MacBook-Pro: cd src MacBook-Pro: cvs -z3 -d:pserver:anonymous@cvs.sv.gnu.org:/sources/emacs co emacs MacBook-Pro: cd emacs MacBook-Pro: ./configure...

Hidden files

open a terminal and run the following to show hidden files MacBook-Pro: defaults write com.apple.Finder AppleShowAllFiles true MacBook-Pro: killall Finder to hide them run the following MacBook-Pro: defaults write com.apple.Finder AppleShowAllFiles false MacBook-Pro:...
MAC OS X filling up free space

MAC OS X filling up free space

I have my MacBookPro for 1 year now, and recently I had to often the message that my MAC OS X HDD is running out of space, and effectively finder said ZeroKB, df -h 0 available. As I was installing quite a lot of apps for test during the last year, I have decided to...