Wednesday, April 27, 2011

RPM install in OLE

Hi Friends,

Need to install RPM's in easy way........ use yum tool

Install yum rpm and fellow below steps


cd /etc/yum.repos.d
wget http://public-yum.oracle.com/public-yum-el5.repo
# yum install libaio*
# vi public-yum-el5.repo --- edit the version required

yum install gcc*

that is all

Enjoy :) ........ YUM


Unable to access apps in IE 8

Unable to access apps in IE 8

1. Disable the XSS filter.
2. In MSIE 8 --->Tools > Internet Options >
3. Security Settings -->Custom Level >
Scroll down to entry "Enable XSS Filter" > Select Disable XSS Filter button.

Once Enable XSS filter is set to be disable and try to access Forms will now launch.

:-)

To get Linux rpm's Arch+version

Linux rpm's Arch+version

rpm -qa --queryformat %-{name}-%{version}-%{release}-%{arch}"\n"

:)