Categories
-
Recent Posts
Recent Comments
Archives
May 2013 M T W T F S S « Nov 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Author Archives: sanjiv
How to find ports which are in use on linux server
netstat -na | grep ‘tcp\|udp’ | awk ‘{print $4}’ | cut -d: -f2 | sort | uniq -c | awk ‘{print $2}’ Please find below the description of commands used in above string — netstat command is used to check … Continue reading
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 … Continue reading
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 … Continue reading