Friday, November 27, 2009

Baby Dragon Restaurant @ Noida




I have never had a very bad dinner in my life time like this.. The quality of the food was like Yuk..

Tuesday, July 7, 2009

Unix Script(Solaris) to check the system Health




This script is used to check the CPU utilization diskspace etc..
Place this script in ur temp directory /tmp and change the mode of file with exectuable rights and just enter the file name in the # or $ prompt accordingly,This will trigger you the details in an email format if the mail option is enabled or rights is there for the user if not it will display the details in detail as more command is there

#SCRIPT Sound CPU,memory,Disk

echo "VMSTAT Details\n" >>output
vmstat 5 5 >>output
echo "----------------\n" >>output
echo "Disk Space\n" >>output
df -k |awk '{print $5,"\t",$6}' >>output
echo "----------------\n" >>output
echo "High CPU Utilised\n" >>output
ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10 >>output
echo "----------------\n" >>output
echo "Check for CFT\n" >>output
ps -ef|grep {some application related process}>> output
echo "----------------\n" >>output
more output
echo "report " | mailx -s "HEALTH CHECK `date`" xx@yy.com rm output

Saturday, November 11, 2006

The Current scenario of IT in India




The current scenario of IT in India is going good when the people work for knowledge and the salary they get for the work done by them.
But nowadays the scenario is getting changed because of the companies who get them into their company on contract basis..When this goes then its all going to be a situation where the people of US faced when they demanded money rather than work.
Now when this is the situation then all the work will be done for money money and money.. So finally the companies will move on to other countries where the people accept a reasonable salary for their work..
The next competitor for us is China,they lack in English but are good and hard working people.

Long Live IT and Its Sisters..