Alfresco public share

I’ve been using Alfresco Community Edition 4 (Share) for a while now, mostly as a Document Management System. It’s easy to use, and the file explorer functionality is really nice.

A few days ago I wanted to share files to some customers, but without creating a user account for each of them. Alfresco allows this, but it’s not directly available in the UI.

First, add the ‘Guest’ user/group permission to the specific file(s) you want to share publicly.

Then, send the customer to following url,

YOUR_ALFRESCO_URL/alfresco/d/d/workspace/SpacesStore/0000-0000-0000-0000-0000/yourfile.pdf

replace 0000-0000-0000-0000-0000 with the ID of the file, you can find this ID by clicking on the file, and checking the url in your browser. It will be used at the end of the url.

You can use url shortening services, like tinyurl.com or goo.gl to further shorten the url.

MySQL Synchronous Multi-Master Replication

We’ve been testing Codership’s Galera for MySQL/InnoDB for several months now, and we love it.

The ease of use is excellent, performance is adequate (depends highly on amount of nodes in the cluster) and finally provides the best (affordable) synchronous multi-master solution for MySQL.

They’re also working on a PostgreSQL version, can’t wait!

Comparison and benchmarks: http://www.slideshare.net/henrikingo/percona-london2011-choosing-mysql-ha-solution-nokia-9972710?player=js

Keep up the good work!

New toy for development

For one of our customers, we were looking for a mobile Point-of-Sale (POS) terminal, which would cost less than the bigger names in that market (e.g. Verifone), but would still allow us to develop applications on it.

Read more »

Observium HDD temperature

The only sensor missing in my Observium setup, which is quite critical, are hard disk temperatures.

S.M.A.R.T. is supported by almost all recent disks, and provides a lot of information about them, including temperature.

Read more »

Observium IPMI pass-through

I’ve already implemented Observium several months ago, and am impressed by the ease of implementation, functionality and overall UI.

I also use Zabbix, but after several years, the graphs were getting very slow to visualize. So we now use Zabbix for problem/warning alerting/notifications, and Observium for our graphing needs.

I wanted to use the IPMI functionality within Observium to graph power and fan data. However, I didn’t have all the management network ports of the servers hooked up to our switch. Read more »

Zabbix call notification with FreeSWITCH

Getting alerting/problem notifications via email is useful, but sometimes not enough.

Using Zabbix and FreeSWITCH we can add notification via calls too.

Read more »

New blog

Ok, welcome to my blog, blah blah.. This blog is mostly for cataloging interesting and useful snippets of code, commands, applications and website urls.

It will mostly be related to Linux and software development.