Feb 22, 2014

Some stupid keywords....

mod_vhost_alias

git archive

find -regex -exec

$EUID

yum --enablerepo=repo,repo,repo --disablerepo=repo,repo,repo --nogpgcheck

Feb 21, 2014

Yum temporarily disable Key check

yum install --nogpgcheck XXXXXXXXX

Feb 19, 2014

Remove app from Security & Privacy -> Accessibility

sudo sqlite3 /Library/Application\ Support/com.apple.TCC/Tcc.db 'delete from access where client like "%appnamehere%"'

Replace "appnamehere" with the name of the app as it appears in the Accessibility list (keep the % signs).

That's all...