Entries from November 2014

How To: Common MacPorts Tasks for MacOSX

Author: , November 20th, 2014

Update Your Ports Tree $ sudo port selfupdate Show Ports Which Need Updating $ port outdated To upgrade all your installed and outdated ports, run $ sudo port upgrade outdated To upgrade only a specific port: $ sudo port upgrade {PORT_NAME} To list inactive ports: $ port installed inactive To remove all inactive ports at […]

How To Disable All Notifications in MacOSX

Author: , November 20th, 2014

Enter the following command in Terminal… To turn it OFF: launchctl unload -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist To turn it ON: launchctl load -w /System/Library/LaunchAgents/com.apple.notificationcenterui.plist