How to secure your Linux Box

1) Keep the system up to date by applying all the latest update/patches.

Read news websites for bug fix and security updates. Make sure packages are signed and from the know source.

2) Delete or Disable the things you do not require on your server.

Use chkconfig or setup command for Redhat based distribution.

e.g chkconfig –del <service name>

chkconfig –del httpd

To remove packages use the rpm command rpm -e <package name>

Note: check the dependency before removing the package.

3) Setup a firewall using iptables to restricted access.

Use iptables to protect your server from unauthorized access.

e.g. Restricted access to SSH you server running on port 22 from your source IP(from which you ssh the server)

iptables -A INPUT -p tcp -i eth0 -s X.X.X.X -d 0/0 –dport 22 -j ACCEPT where X.X.X.X is source IP from you access your server using SSH running on port 22

4) Implement password policy.

Make sure you always use the strong and good passwords.

Passwords should be at least 8 characters in length and consists of one upper case, number and special character.

Try to avoid reuse of the passwords

Tags: How to secure your Linux
Posted in Linux | Tagged | Leave a comment

Free SMS app Jaxtr launches by Sabeer Bhatia

Sabeer Bhatia, the founder of popular webmail Hotmail.com, launched JaxtrSMS, a mobile application that lets users send unlimited free text messages to any other phone anywhere in the world.

How it works?
Use JaxtrSMS to send and receive messages with any other mobile phone in the world forFREE.

1. Recipient does not have to be a user
2. Send a text message to any other mobile phone, domestic or international.
3. Use your own phone number
JaxtrSMS – The world’s First FREE. and OPEN mobile to mobile texting application.
Use JaxtrSMS to send and receive messages with any other mobile phone in the world for FREE.
Why use JaxtrSMS?
FREE to download
Save Money – Send text messages for FREE.
Save Time – works on WiFi & 3G and all devices
Instant Delivery – our app to app delivery of messages is instant

For more information,please visit-http://www.jaxtrsms.com/home.html

Tags: Jaxtr
Posted in News | Tagged | Leave a comment

TRAI extends the 100 SMS per day per SIM limit

Good news for the youngster  and those who send more than 100 SMS per day. TRAI has extends the 100 SMS per day per SIM limit to 200 SMS per day per SIM. This has implemented after the Authority has received representations from some of the service providers and consumers to increase the limit of 100 SMS per day per SIM.

Tags: TRAI SMS limit
Posted in News | Tagged | 1 Comment