AppArmor Locking MySql moved data folder in Ubuntu
I found that AppArmor was the culprit by examining the syslog, and was able to successfully change the mysql data location by […]
It's all in the Mac magic…
I found that AppArmor was the culprit by examining the syslog, and was able to successfully change the mysql data location by […]
Change the BIND address in the /etc/mysql/my.cnf from BIND = 127.0.0.1 to Bind = “IP ADDRESS OF CARD YOU WANT TO LISTEN […]
Tab completion is a wonderful feature of shells that make power users lives easier, letting you automatically complete commands, paths, file names, […]
The way to do this is somewhat undocumented. The client has no GUI option for this, but after digging in logs and […]
Attached is a python script that shows all of you memory’s stated showmemory.py Here is the code #!/usr/bin/python import subprocess import re […]
Mac OS X 10.8 Mail Server setup. Using getmail from macports to get the mail and instead of procmail, which I could […]
Simply delete the preferences plist of the App Store App. (Execute the following command in your terminal) rm ~/Library/Preferences/com.apple.appstore.plist rm -r ~/Library/Saved\ […]
Mac OS X’s quarantine feature not only sets a special quarantine bit on files you download – so it can alert you […]
You need to use the following commands to search man pages: apropos Command The apropos command searches a set of database files […]
http://helpx.adobe.com/flash-player/kb/administration-configure-auto-update-notification.html
BIND permits simple load distribution using an address-shuffling method known as round robin. You set up a pool of IP addresses for several hosts […]
Quote: Originally Posted by LegendKillerUK Hi all, Odd problem but Disk Utility in Lion 10.7.4 is telling me that none of my DVD […]
1.8 K series engine spark plugs. Dont wast your money on platinum tipped ones at £8 a pop, get normal Copper ones […]
Apple’s Software Update service has the ability to offer the “correct” catalog to a client that requests simply “index.sucatalog”. This ability was […]
sudo repoutil –deprecated | awk ‘{ print $1 }’ | while read id ; do repoutil –purge-product="$id" ; done sudo repoutil –deprecated […]