Quantcast
Channel: note to self – blogwaffe
Browsing all 3 articles
Browse latest View live

PHP 5 + Apache 2 + MySQL 5 on OS X via MacPorts

# Displays all files in Finder. Optional: personal preference. $ defaults write com.apple.Finder AppleShowAllFiles YES # Relaunch Finder # Update MacPorts $ sudo port selfupdate $ sudo port -u upgrade...

View Article


Remap Exposé to the Option Key

Map Option_R to Enter. Map Enter (key 76) to Exposé.

View Article

Prevent man, nano from Clearing Screen on Exit in Terminal.app

$ mkdir ~/.terminfo $ infocmp > ~/.terminfo/xterm-color-noclear.terminfo $ nano ~/.terminfo/xterm-color-noclear.terminfo # 1. Change 'xterm-color' on second line to 'xterm-color-noclear' # 2....

View Article
Browsing all 3 articles
Browse latest View live