It happens to everyone having to send an SMS from the web. There are special sites that enable its users, more or less free to do so, but in each of these are advertisements and rows Captcha, that is those codes, more or less clear, but added before sending an SMS as well of course the classic pages from which user name and password to access the site itself ..

Well, to speed up these operations there MoioSMS, a small software that lets you send SMS from the Web simply by typing the text of the message, the recipient's number, and entering the login information to the service that you want to use, thereby saving time.

The program is completely open source platform, the list of sites that use can be found on the home page of the project. To install it on Ubuntu there is even a handy repository ..

TRICK: When I installed it, did not work due to the version of Python installed by default on Ubuntu 9.04 (Jaunty Jackalope), to overcome this problem, simply edit the file /usr/bin/sms as follows:

gksu gedit /usr/bin/sms

Change the first line to python2.4 to python 're Done ..