OSX

Encrypt a second hard disk

http://hints.macworld.com/article.php?story=20110723223309186

To mount it automatically on startup: https://github.com/jridgewell/Unlock

Execute the following command after the disk was completely encrypted and you logged in with another user:

bash <(curl -s https://raw.github.com/jridgewell/Unlock/master/install.sh)

Using UNIX Software with Mac

Install the port system for Mac, see http://www.macports.org/ .

Define Proxy for Ports

http_proxy="server:3128"; export http_proxy; https_proxy="server:3128"; export https_proxy;

Error Message at man

I get the following error message:

man
Cannot open the message catalog "man" for locale "de_DE.UTF-8"
(NLSPATH="<none>")

What manual page do you want?

Insert the following into your .profile:

# Setting the path for MacPorts.
export PATH=/opt/local/bin:/opt/local/sbin:$PATH

# fix bug with man-page
export MANPATH=${MANPATH}:/opt/local/man