redhat

History Meme

There was a 'Meme' going on at Planet Fedora.

I'm going to join:

bdeferme@sight:~$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
83 ls
80 ssh
74 sudo
60 cd
22 scp
19 vim
14 sh
9 vi
9 date
8 tar

bdeferme @ sense:~$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
296 ls
172 cd
63 mv
56 screen
47 ssh
38 su
33 rm
32 wget
23 cat
21 scp

Edit: forgot a system :-o

bdeferme @ serenity:~$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head
72 vi
59 ls
50 screen
47 su
39 clear
35 cat
28 fetchmail
15 ping
13 cd
10 ssh

Mysql Migration Toolkit on CentOs 4.4 - AHRG

Today I was trying to dump an oracle database into a mysql dumpfile, and no mather what I tried (using the mysql migration toolkit on windows) it always failed…

The first try gave me some import errors telling me that there was an invalid value ‘x0′ in the field lists, google didn’t help me :(

The second try gave me no import errors but I ended up with a really weird mysql database changing the row count from a specific table on each query (without modifying the database in between).

All the other tries gave me headache.

So I decided to install the mysql migration toolkit on a linux system, I chose CentOs since installing an rpm should be faster (and more easy, at least I hoped so), well BAD LUCK to myself as the only version available here at the office was a CentOs 4.4 and I didn’t want to download a newer one.

When trying to install the migration toolkit on this CentOs operating system I ran into some dependancy errors:

libjvm.so is needed by mysql-gui-tools-5.0r11-1rhel4.i386
libjvm.so(SUNWprivate_1.1) is needed by mysql-gui-tools-5.0r11-1rhel4.i386

Well, I ended my day today by fixing the dependancies, but altough everything is fine, the mysql migration toolkit rpm contains a bug telling me that the dependancies are NOT met :-(

Redhat Certified

As my blog is up and running again, although the domain name has been changed I hope to be more active on my blog again and I will start with some good news!

I passed my RHCT/RCHE exams after RH300 course (one week). Here are my scores:

Overall Section I score: 100

RHCT components score: 80.6
RHCE components score: 87.5

RHCE Certification: PASS

Syndicate content