RHEV 3.0 Presentation in Brussels – 05th October 2011 -
October 4, 2011
Dear *,
I am going to do the “RHEV 3.0” presentation in Brussels on the 5th of October 2011.
If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.
BR
Frederic
[EOSUGB] Next Belgian Enterprise Open Source User Group Session 11-2011
September 29, 2011
Dear *,
Well, we plan to do an event on November 2011 -19:00/21:30.
So based on your experiences – professional or not -, if you have interesting subjects – Puppet, SELinux, Cgroup, RHEL, etc… – to share, please let us know.
The session will be in English and the entry will be free.
The event location is not already defined yet but it should be around Brussels.
In case of you will have ideas about a nice location then please share it with us.
Keep you in touch as soon as the date is chosen and the event location is known.
Ref : http://www.linkedin.com/groups?home=&gid=3290274
Kind Regards
Frederic
[RHEL On System Z] Talk @ Total Solution Event for System z, Brussels, September 28-30, 2011
September 16, 2011
Dear *,
I am going to do “RHEL On System Z” presentation @ Total Solution Event for System z, Brussels, September 28-30, 2011.
If you or your company are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.
BR
Frederic
Ref : http://www.redbooks.ibm.com/redbooks.nsf/pages/TSEzBE2011?Open
[Passport To The Essential] Cloud Talk for Executive in September | 15min – Belgium/Luxembourg -
August 26, 2011

Dear *,
I am going to do the “Passport To The Essential” presentation in Belgium and Luxembourg during September.
That presentation introduce the executive audience to the Cloud – Definition, Vision, Strategy, Advantage, etc… – in 15min or more if requested.
If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.
BR
Frederic

Dear *,
I am going to do the “MRG 2.0” – Messaging, RealTime, Grid – presentation in Luxembourg on the 25th of August 2011.
If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.
BR
Frederic

Dear *,
I am going to do the “Websphere To JBoss Migration” presentation to one our Belgian customer on the 24/25th of June 2011.
If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.
BR
Frederic

Dear *,
I am going to do the “Migration Path to RHEL” presentation to one our Belgian customer on the 14th of June 2011.
If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.
BR
Frederic

Dear *,
I am going to do this presentation to one our Belgian customer on the 14th of June 2011.
If your company or you are based in BeNeLux and are interested by this presentation, just let me know and I will try to arrange a Meeting for you.
BR
Frederic
[Fedora] Change Password Banner
May 30, 2011
Dear *,

Last week, I had a technical question regarding the passwd command. The question was about how to insert a banner or warning message when a user want or have to change his password.
One of the solutions is to create a file /etc/motd_passwd_warning with your warning. Here “HELLO”.
[root@localhost ~]# cat /etc/motd_passwd_warning
HELLO
Then to change the /etc/pam.d/passwd in adding the following line :
password optional pam_echo.so file=/etc/motd_passwd_warning
[root@localhost ~]# cat /etc/pam.d/passwd
#%PAM-1.0
auth include system-auth
account include system-auth
password optional pam_echo.so file=/etc/motd_passwd_warning
password substack system-auth
-password optional pam_gnome_keyring.so use_authtok
password substack postlogin
And that is all.
Here is the result :
[root@localhost ~]# passwd
Changing password for user root.
HELLO
New password:
BAD PASSWORD: it is based on a dictionary word
Retype new password:
passwd: all authentication tokens updated successfully
Rem : Following a comment from Daniel Walsh – see below -, I changed a little bit this article from its original publication.
Thanks to Daniel for his feedback.
BR
Frederic
BR

