precaucion mariachi !
Me agrees with this :)
Programmer 4 life
sudo apt-get install ubuntu-desktop
ssh -X 192.168.x.x
All installer requirements met.Solution : i have installed the libXp* from my 32bit dapper box (you can copy from one breezy installed box)
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2006-03-21_01-41-37PM. Please wait ...oracle@harvey:~/database$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2006-03-21_01-41-37PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
cd /usr/lib
scp libXp* root@192.168.x.x:/usr/lib32/
current locale is not supported in X11, locale is set to CX locale modifiers are not supported, using defaultException in thread "main" java.lang.InternalError: Current locale is not supported
export XLOCALELIBDIR=/usr/lib32/X11/locale
linux32 sh runInstaller
#cd /var/lib/mysql/exampledb
cat upercase.shrun it
#!/bin/bash
for i in *.myi *.frm *.myd
do
echo $i
mv $i `echo $i | tr "[a-z]" "[A-Z]"`
done
#vi rename.pl
#!/usr/bin/perland run it
foreach $name ( @ARGV ) {
@splitedname = split(/\./, $name);
#print "@splitedname\n";
$filename = $splitedname[0];
$extension = "frm";
$newname = "$filename.$extension";
# $newname =~ tr/A-Z/a-z/;
print "$name becomes $newname\n";
rename ($name, $newname) if ($newname ne $name );
}
#vncviewer example.com