Posted on March 1, 2008 in Uncategorized by seadog3 Comments »

Τρεις μήνες χωρίς ούτε ένα post, αλλά με πτυχίο Ηλεκτρoνικού Μηχανικού και Μηχανικού Η/Υ από το Πολυτεχνείο Κρήτης, μια μετακόμιση, νέο server και αλλαγή bloging software (ας ελπίσουμε ότι το wordpress θα μου αφήσει καλύτερη γεύση στο στόμα με λιγότερη φασαρία από το drupal). Ξαναμπαίνω λοιπόν σε λογική bloging, παρόλο που αυτή τη περίοδο με τις πολιτικές εξελίξεις στη μπανανία μπορεί να μην είμαι και πολύ σώφρων :P. Και μιας το SIP είναι πολύ της μόδας με τους εναλλακτικούς του ΟΤΕ ορίστε μια ακόμη εταιρία της Betamax όχι μόνο με δωρεάν κλήσεις σε σταθερά αλλά και sms!

Posted on November 2, 2007 in Computers by seadog3 Comments »

I hacked a small gnome deskbar handler to send my sms using a fast and cheap way. This is just a front end to smssend which supports dozens of free and paid sms providers (the projects seems dead the last months, not even the site exists, but many scripts are working ok)

To install smssend:

sudo apt-get install smssend

To install voipbuster provider script (sms to Greece costs only 5 cents!)

wget http://www.sealabs.net/seadog/files/voipbuster.sms
mv voipbuster.sms ~/.smssend/

You should also make a smssend profile. See smssend man page for instructions

echo "voipbuster voipbuster.sms username passwd" > ~/.smssend/profiles

To install my deskbar handler

http://www.sealabs.net/seadog/files/smshandler2.py.txt
mv smshandler2.py.txt ~/.gnome2/deskbar-applet/modules-2.20-compatible/smshandler2.py

Enable sms send from deskbar preferences and configure your preferred smssend profile!

Now you can type +[phone] (e.g. +306912345678) [message] and press enter to send your sms. You can also use smssend aliases (very useful!) by typing @[alias] [message]

Smssend aliases lives in ~/.smssend/aliases

~$ cat ~/.smssend/aliases
dad 00306912345678
sis 00306987654321
...
...

Check smssend manual page for more

Don’t forget to add credits!

To develop your own handlers take a look at this tutorial