Archive for March 16th, 2008
amp solaris offer
http://store.sun.com/CMTemplate/CEServlet?process=SunStore&cmdStartPromo_CP&PromoId=SAMP
Sun Blade 6000 Modular System with CoolThreads server modules
| Product Description | Part Number | Price | Select |
| Sun Blade 6000 UltraSPARC Configuration, Includes: 1 Sun Blade 6000 Chassis
2 Sun Blade T6300 Server Modules, each with
|
A90-A-S-SK-P | $26,247.00 | |
| Recommended Options | |||
|
W9D-A90-SD-1H | - | |
|
EIS-SB6000-1-E | $3,372.00 | |
Sun Java JRE
Homepage: http://java.sun.com/
Sun’s JAVA JRE adds full Java support to your system.
If you want to use Sun’s JAVA, open http://java.sun.com/javase/downloads/index.jsp within firefox and download the Linux self-extracting file – NOT the Linux RPM in self-extracting file.
The following steps require root privileges. Please note that you have to edit the following commands if your Java version is newer than the one I downloaded.
mv /home/%your_username%/Desktop/jre-6u3-linux-i586.bin /opt/
cd /opt/
chmod +x jre-6u3-linux-i586.bin
./jre-6u3-linux-i586.bin
Accept the license agreement and proceed.
rm -f jre-6u3-linux-i586.bin
ln -s /opt/jre1.6.0_03/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/
gedit /etc/profile.d/java.sh
It should look like this:
export J2RE_HOME=/opt/jre1.6.0_03 export PATH=$J2RE_HOME/bin:$PATH
Search and Reemplace
update esalud_content set introtext = replace(introtext,CONVERT( _utf8 ‘%{ }%’ USING latin1 ),’ ‘)