How can I send free SMS from web based java application ? Is there a way to do that ? I have the code to do that but I want to know how to do that ? Because to send sms I want to bye the SMSC from like telco companies. Instead of doing that is there a way to do in free ?
Thanks
Search found 3 matches
- Sat Jan 29, 2011 11:03 am
- Forum: Java Programming
- Topic: Send SMS from Java Application for free
- Replies: 1
- Views: 2913
- Tue Jan 25, 2011 9:28 pm
- Forum: Linux
- Topic: How to avoid access computer through ssh
- Replies: 2
- Views: 4147
Re: How to avoid access computer through ssh
You can disable Shell access but it is not a good idea at all. What we usually do is RESTRICT SSH access to some accounts. You can use the following command to avoid access via SSH for a given user account. # chsh -s /sbin/nologin {username} The common problem that users expereince is hacking the r...
- Tue Jan 25, 2011 1:04 pm
- Forum: Linux
- Topic: How to avoid access computer through ssh
- Replies: 2
- Views: 4147
How to avoid access computer through ssh
hi,
I want to know how to avoid access a computer through ssh ? Is there is a possible way ?
Thanks.
I want to know how to avoid access a computer through ssh ? Is there is a possible way ?

Thanks.