- April 2007 (1)
- May 2007 (3)
- December 2007 (3)
- January 2008 (2)
- February 2008 (5)
- March 2008 (5)
- April 2008 (5)
- May 2008 (10)
- June 2008 (13)
- July 2008 (16)
redhat |
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 bdeferme @ sense:~$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head Edit: forgot a system :-o bdeferme @ serenity:~$ history | awk '{a[$2]++ } END{for(i in a){print a[i] " " i}}'|sort -rn|head |
|||
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: |
|||
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 Certification: PASS |
|||