Thursday, September 29, 2011

Alternative WLM Clients - Messenger

emesene, works fine without logout at using www.hotmail.com
digsby( not yet tested)
trillian ( not yet tested)

References:

[1] http://alternativeto.net/software/windows-live-messenger/
[2] http://blog.emesene.org/p/downloads.html

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...