Create your O’reilly book cover ;)

Since always, I believe that the best way of educating people to use and think opensource, this should happen early at school.
M$ knows that and since long time now they provide computers for schools, adult users of tomorrow are the children of today.
M$ now starts even earlier, look at this !
Bah... I've already a bunch of books with penguins for my daughter ;-)
I've tried today to use audacity for the first time since I'm using Fedora 8. What a disappointment: no sound !
I checked in preferences and none of these options were working :
I started then audacity using the following command line :
$ pasuspender audacity
I could consequently hear some output and many different sources in preferences :
I'm ready now to work on my favorites sounds...
I've tested last night two proxies for MySQL : MySQL-Proxy and Dormando's Proxy for MySQL.
Both are working, but I still don't see really the advantage of using DPM over MySQL-Proxy, maybe I should make more tests but deploying MySQL-Proxy was easier as you define the backends as arguments in command line.
I plan to use a MySQL proxy in production as load-balancer in combination with replication and redirect all DML queries to the master.
Does one of you already use one of those two projects in production, what's your feedback ?
You can also find more information on DLM here.
It would be maybe nice to have a kind of buffer if for any reasons the backends servers are not responding ?
As I had to monitor some JBoss servers and as there are some memory leaks in the program, the monitoring in Nagios of the Garbage Collector is very important. I've found some jmx script on JBoss wiki, but I was not happy with it. So I rewrite it to use twiddle.sh with the attributes I needed.
I had also to modify twiddle.sh to remove the logging capability (that was causing permission error) :
# diff twiddle.sh twiddleFred.sh
58c58
< JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_HOME/client/log4j.jar"
---
> # removed to avoid log file JBOSS_CLASSPATH="$JBOSS_CLASSPATH:$JBOSS_HOME/client/log4j.jar"
Those are the nrpe test I implemented :
# check Perm Gen
command[check_jbosspem]=/usr/lib/nagios/plugins/check_jbosspem 127.0.0.1 4 jboss.system:type=ServerInfo listMemoryPools "Perm Gen" 70 90
# check Old Gen (Heap Memory)
command[check_jbossoldgen]=/usr/lib/nagios/plugins/check_jbosspem 127.0.0.1 4 jboss.system:type=ServerInfo listMemoryPools "Old Gen" 85 95
In this post I present my MySQL Swiss Army Knife, all the tools that make my life related to MySQL easier :-)
- The first utility is of course the famous maatkit. I'll not describe here all the part of this toolkit, you will find a nice description on the website. but I want to underline the Table Sync that is very useful when you need to create a master/master replication without any downtime.
As always I use my blog as reminder of some useful commands or tips.
This one is for dimi, to change the case of a full document in vi, use the following command to transform everything in lowercase :
<ESC>:%s/.*/\L&/
and in uppercase :
<ESC>:%s/.*/\U&/
I hope this helps ;)
A big welcome to all new readers redirected to my feed from Planet Grep.be.
Thanks to sdog for adding my blog to planet grep.be ;)
Today, sdog pointed me on a skype plugin for pidgin.
I'm very happy with it even if it crashes sometimes, I'll have to check that...
But now I've all my jabber,google talks, msn :( and skype contacts all on one IM !
[1] pidgin
[2] skype beta for linux
[3] skype plugin for pidgin
For sure you will think that I'm a bit crazy, but as I'll become father in some months (in April) I was already (a bit soon for sure) thinking about the difficulties to protect children on the Internet. Of course for web content, I'm able to setup a transparent proxy-cache (Squid) with squidgard etc... But for IM ? Do I have an alternative ?
So I searched a bit on freshmeat and I found a project that answers to all my expectations : IMspector !
The project has really nice features like :
- logs
- replacement of some words
- acl's
Hello as you can see, I'm moving my old websites, I'm "consolidating" my old plain html and my blog in dotclear to drupal.
But I don't have a lot of time, the migration would take some time...
Since the beginning of the week I'm using wascii from Dag Wieers, I'm very happy with it but something was really missing for a power daily use : a search function !
So yesterday night I wrote that search add-on using Zend Framework. It perfroms a fulltext search using Lucene.
This is a screenshot :
As MySQL Community Manager, I am an employee of Oracle and the views expressed on this blog are my own and do not necessarily reflect the views of Oracle.
You can find articles I wrote on Oracle’s blog.