Ejabberd on Ubuntu

Categories: Web services
aptitude install ejabberd (for some reason apt-get didn’t work out that well); go to wherever you manage your DNS records and add a SVR record as mentioned here; edit /etc/ejabberd/ejabberd.cfg and add admin user as mentioned here . All of these steps are to avoid placing hosts as localhost on your ejabberd.cfg file which could work but than you might have problems with clients trying to connect.

Compare files in Linux

Categories: Utilities Web services
Not long ago I was working with some .po files and needed a nice and simple diff program to merge 2 files. First I tried the multi-purposed text editor vim. Using vim as a diff and merge tool:with Andrej’s articleI found some nice tips & tricks and the Vim manual for difftasks. Some useful commands, “vim -o one.txt two.txt three.txt” (for horizontal split), “vim -O one.txt two.txt three.txt ” (for vertical split) go to the next diff point ” ]c “; go to previous diff point “ [c “ merge to original “do“, merge from original “dp“.

Read More →

Piwiki – website analytics

Categories: Web services
I’ve just read in HowToForgea nice article about Piwik, an open source web analytics tool. You can download Piwik and install it on your own server to gather analytics data that could replace your usage of Google Analytics. In my personal opinion, it is always nice to have two services running to make sure you’re getting the right analytics data or still have data in case something happens and one service breaks.

Read More →

Task manager [Android]

Categories: Imaging Mobile Utilities Web services
I’m an follower of GTD. Probably not the best one, but at least I try to keep myself as organized as I can in the stream of neverending to-dos. Which is why one of the first applications I searched for to install on my Android device was a good task manager to sync with RememberTheMilk. I was quite happy to find the open source app Astrid. The program does exactly what I need:

Read More →

Libre.fm, open source last.fm project

Categories: Web services
Last.fm’s decisionto start charging for web streaming of their radio service outside the US, UK and Germany made reasonable financial sense for them didn’t make me too happy. As a consequence of the news (it seems), a new open source project was started called libre.fm. Right now the project is in closed alpha and will allow you to collect the information of songs you’re listening to, similar to audioscrobbler. If you get an invite, all you have to do is install turtleto start sending the information of your listening habits.

Read More →

“Open source” maps

Categories: Web services
Google Maps could very well be the most highly used online map service, why would anything else be better? GMaps’ data is proprietary, you can use it but with some restrictions and software developers can not use its full potential for their own benefit. OpenStreetMap is a world map done entirely from user’s submitted data. Similar to a wiki, you construct the map details by adding street names, information of buildings, commercial and government establishments, everything including terrain information.

Read More →

Online localization platform

Categories: Web services
If you’re working on a localization project and would like to have the translation work done online, Pootleis currently the best option I found. Having an online translation platform is a great option for collaborative work since your team of translators can work from different parts of the world simultaneously. Pootle has a nice user rights management feature allowing you to set the responsibilities of each team member in your project:

Read More →

Create and manage your online surveys

Categories: Web services
In the past, to run online surveys I used GoogleDocs and SurveyMonkey. One was a paid service and the other too minimalistic. LimeSurveythough is a very nice open source platform to run complex online surveys however you choose. The list of features is quite incredible, the best ones I found were the export / import format options (including SPSS, CSV, PDF, and .xls); large possibly of question types; integration of pictures and movies in a survey; and plenty of graphics options for you to analyze results inside the platform.

Read More →

Identi.ca with new features!

Categories: Web services
The open source based microblogging platform identi.cahas recently added some cool new features: hip new design giving the platform a fresher look; cloud tags for individual micro-bloggers; and the best of all, groups! You can create groups, join existing ones and write posts inside groups writing “!” in front of the group name. Adding groups functionality is a nice feature, inspired (maybe?) in FriendFeed’s rooms. People with similar interests can discuss topics together and you’ll always receive posts of the groups you’re connected to.

Read More →

Using rsync with no command like [linux]

Categories: Utilities Web services
For those (like me) who are interested on using rsync but are command line inexperienced, finding a GUI is a lifesaver. Grsync can make sure you use rsync without the terminal. The developers list several features such as: you can easily run the most common rsync tasks, more complex tasks can still be done but with command line tweaking; Saves multiple settings with customized names; performs simulations or normal executions; print rsync output to a log or a separate file; operation pause.

Read More →