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

  • 2 x 8-Core UltraSPARC 1.0 GHz CPU
  • 8 GB DDR2 Memory (4 x 2 GB DIMMs) per Server Module
  • 2 x 73 GB 10000 rpm SAS Disk Drive
  • Slide Rails
  • 1 Gigabit Ethernet 10-Port Pass-Through PCIe Network Express Module
A90-A-S-SK-P $26,247.00
Recommended Options
  • Warranty Upgrade to 1 Year Same Day Hardware-Only Support
W9D-A90-SD-1H -
  • Enterprise Installation Service
EIS-SB6000-1-E $3,372.00  

No Comments

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

No Comments

Search and Reemplace

 update esalud_content set introtext = replace(introtext,CONVERT( _utf8 ‘%{ }%’ USING latin1 ),’ ‘)

No Comments