16
Mar
Posted in CentOS by carlosap |
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
16
Mar
Posted in PHP mySQL by carlosap |
update esalud_content set introtext = replace(introtext,CONVERT( _utf8 ‘%{ }%’ USING latin1 ),’ ‘)
15
Mar
Posted in solaris by carlosap |
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 |
| |
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 |
|
|
15
Mar
Posted in solaris by carlosap |
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. |
15
Mar
Posted in solaris by carlosap |
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!
14
Mar
Posted in Windows by carlosap |
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.
14
Mar
Posted in Windows by carlosap |
The web site you want to view requests identification. Please chose a certificate.
More Info.
14
Mar
Posted in CentOS by carlosap |
http://forums.theplanet.com/index.php?showtopic=57473