# To check version of linux installed
Solaris
cat /etc/release
# To check version of SLES SUSE installed
cat /etc/issue
Wednesday, July 27, 2011
install does not work in linux version for IHS 6.1 installer
If ./install does not work in linux/SUSE for IHS 6.1 installer
then use,
java -jar setup.jar
then use,
java -jar setup.jar
Wednesday, July 20, 2011
Find and replace text/characters in solaris/linux
Following command will search for files having name containing "hell" containing word Hello and replace it with Hi.
# find and replace solaris
find ./* -name "hell*" -exec perl -pi -e 's/Hello/Hi/' {} \;
# find and replace in linux
find ./* -name "hell*" -exec sed -i 's/Hello/Hi/' {} \;
Getting windows service name and Killing a windows service
taskkill /PID <PID> /F <Force if required>
#To know the PID for a windows service:
sc queryex <Service Name>
Monday, May 16, 2011
DDA Housing Scheme 2010 Refund
All those who are waiting for Refund of DDA Housing Scheme 2010, can refer to below information posted on DDA's website on 13 May 2011.
Tags: DDA Housing Scheme 2010 Refund, DDA Refund, Refund of DDA, Refund not recieved, DDA 2010 Refund, Refund for DDA 2010 Housing Scheme, DDA 2011 Refund, Refund, DDA
Above is copied from notice : DDA
Tags: DDA Housing Scheme 2010 Refund, DDA Refund, Refund of DDA, Refund not recieved, DDA 2010 Refund, Refund for DDA 2010 Housing Scheme, DDA 2011 Refund, Refund, DDA
Subscribe to:
Posts (Atom)