Acerca de Linux, BSD y notas personales

Archives for March, 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  

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 ),’ ‘)

Sun Microsystems, Inc.   439 Sun Blade X6220 Server Module Server RHEL5 for x86_64     440 Sun Blade X6250 Server Module Server RHEL5.1 for i386 and x86_64     441 Sun Blade X8400 Server Module Server RHEL5 for i386 and x86_64     442 Sun Blade X8420 Server Module Server RHEL5 for i386 and x86_64     443 Sun Blade X8440 Server Module Server RHEL5-0day for i386 and x86_64     444 Sun Blade X8450 Server Module Server RHEL5 for x86_64     445 Sun Fire X2100 M2 Server RHEL5 for i386 and x86_64     446 Sun Fire X2200 M2 Server RHEL5 for i386 and x86_64     447 Sun Fire X4100 Server RHEL5 for x86_64     448 Sun Fire X4100 M2 Server RHEL5 for x86_64     449 Sun Fire X4150 Server RHEL5 for i386 and x86_64     450 Sun Fire X4200 Server RHEL5 for x86_64

Sun Microsystems, Inc.   451 Sun Fire X4200 M2 Server RHEL5 for x86_64     452 Sun Fire X4450 Server RHEL5 for i386 and x86_64     453 Sun Fire X4600 M2 Server RHEL5 for x86_64     454 Ultra 20 M2 Workstation Desktop/Workstation RHEL5 for i386 and x86_64     455 Ultra 24 Workstation Desktop/Workstation RHEL5.1 for i386 and x86_64     456 Ultra 40 M2 Workstation Desktop/Workstation RHEL5 for i386 and x86_64

   

ZFS SOlaris XEN DomUS

Author Content seriv

Sep 21, 2007
10:05 AM
I’ve posted yesterday an opposite installation tips. See [HYPERLINK@vireso.blogspot.com]
I think having OpenSolaris as Dom0 gives you a lot of advantages. You may use zfs zvols as storage devices for your DomUs. This really makes backup, both full and incremental, easy and fast. Just use zfs snapshot, then zfs send commands. It works incredibly fast.

blastwave

http://www.blastwave.org/howto.html

I compiled and built this ready to use nx+freenx server tarball for solaris10 x86. This is both freenx 0.7.0 and the nomachine NX libraries version 2.1.0-2.
Tested on a fresh solaris 10 x86 u4 8/07

Here’s gnome and CDE on sol10×86, for the non-believers.

Just download nx_freenx_sol10×86.tar.gz

place it in your server at /, and uncompress.

# cd /

# gunzip nx_freenx_sol10×86.tar.gz

# tar xvf nx_freenx_sol10×86.tar

Then run the nxinstall script, which will check for the required packages. all of them from blastwave.org. VERY IMPORTANT: if these are missing, install them!!!! nx+freenx won’t work without ggetopt, expect, gmd5sum, gfind, ggetopt,netcat from blastwave at /opt/csw/bin!!!

# nxinstall

a log of a succesful nxinstall should look like this

After this, you’ll be ready to use any nx client on another computer to connect to your Solaris 10 x86 freenx server!

ENJOY!

Solution:

In IIS, check properties of both the default web site and the Exchange virtual directory. On the directory security tab, click Edit under secure communications. Make sure ‘Ignore Client Certificates‘ is checked.

kris.

Assisted Solution
 
 
Rank: Genius
TechSoEasy:
Have you by chance installed Certificate Services?  If so, you need to uninstall that component because it’s not used with SBS if you use a self-signed certificate.
Also, do you have ISA Server 2004 installed? Along with it’s latest service pack?
Jeff
TechSoEasy
Accepted Solution
   
 02.06.2007 at 01:54PM PST, ID: 18480094
 
dcadler:
I had installed Certificate Services as part of my process to get SSL working. This was before I re-ran the IECW. Removing that software along with setting the “Ignore Client Certificates” in the Directory Security tab plus checking the box for “Require Secure Channel (SSL)” and doing the IISReset fixed the problem. Thanks for the good work.

digital certificate problem

The web site you want to view requests identification. Please chose a certificate.

 More Info.

grub centos

http://forums.theplanet.com/index.php?showtopic=57473