
vim author goes to google
guess what happens next ?
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


_____ __
/__ / / /_ __ __
/ /_/ /_ \ / _/_
/ __ / \ \/ / / \
/ / / /\__/ / /\ \__\ \_
S.C./_/ /_/\____/_/ \____\__\ S.A.
str. Salcamilor nr.3 4225 Reghin ROMANIA
Ph: +40-65-512411,512412,512413, 512414
Fax:40-65-511427 www.hora.ro
| Date Requested: | 2005-10-18 |
|---|---|
| Status: | Approved |
| PC CDs: | 40 |
| 64-bit PC CDs: | 10 |
| Mac CDs: | 5 |
"I am, who would have guessed, rather new to the bloodsuck industry.I managed to get a (sorta) running configuration up and running, it's beeing used to backup 4 clients over the network to a 24/7 online backup-to-file server."
Quote of the day on the bacula mailing list

Seems that i have to boot in "freeDOS" , init card and then soft reset my k6-2 (firewolf1) to boot in linux
Now that is fun
