October 2010

12 posts

SugarCRM: get rid of the ads

· software, www

When logging in, you get a huge ad saying “Go Pro” or something similar, and some news feed about SugarCRM in SugarCRM: Community Edition. Fun fun, but I don’t quite need that.

Anyway, “fix”:

cd crm-path/modules/Home/Dashlets
mv iFrameDashlet/ /root/sCRM-dashlet/
mv SugarNewsDashlet/ /root/sCRM-dashlet/

Remove these two modules, refresh site, and you’d be fine.

SugarCRM updates might put these modules back in place though.

I moved them to /root/sCRM-dashlet in case you want a backup, else rm -rf. ;)

Mac OS X lock screen

· apple, software

I’m now working at a company with somewhat sensitive data and I’m still using my Macbook Pro.

However, as there is no handy way to lock a screen (like Windows+L on Wintendo machines)… And when I’m at home, I don’t want to fill in my password each time the screensaver jumps on. So I created this AppleScript after some Googling.

Sure, you can use Keychain Access, but that adds yet another icon to my menu bar.