- by admin
Actually it is no so easy to restart Postfix in Mac OS X 10.8 Mountain Lion like in Linux :-)sudo launchctl unload /System/Library/LaunchDaemons/org.postfix.master.plist
sudo launchctl load System/Library/LaunchDaemons/org.postfix.master.plist
- by admin
The most simple way is adding the following new command in the X11-> application -> customize:xterm -geometry 72x34+100+40 -fn *-fixed-*-*-*-20-* &
- by admin
After Xcode installation and trying to build mc I've got:configure: error: C compiler cannot create executables
sudo ln -s /usr/bin/llvm-gcc-4.2 /usr/bin/gcc-4.2
sudo ln -s /usr/bin/llvm-g++-4.2 /usr/bin/g++-4.2