Twitter: chmouel
- a review of the auditing tools available on @OpenStack #swift http://t.co/tLZICf4y 08:36:21 AM February 02, 2012 from web ReplyRetweetFavorite
- RT @matthewbaldwin: The Facebook IPO gives you the unique opportunity to own part of a company that sells you as its product. 08:32:07 AM February 02, 2012 from web ReplyRetweetFavorite
- RT @OpenStack: Important date tomorrow for OpenStack community: Bug Squashing Day to make Essex the best release ever until Folsom :) ht ... 06:48:15 PM February 01, 2012 from Plume for Android ReplyRetweetFavorite
- The lazy script of the linux laptop owner travelling in different timezones often https://t.co/XiFL7nBY 11:31:36 AM February 01, 2012 from web ReplyRetweetFavorite
- pretty cool python library to access shell commands within python https://t.co/wXJp2trU 09:03:28 AM February 01, 2012 from web ReplyRetweetFavorite
Archives
- February 2012
- December 2011
- November 2011
- September 2011
- July 2011
- May 2011
- April 2011
- February 2011
- January 2011
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- January 2010
- December 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- February 2009
- January 2009
- December 2008
- October 2008
- July 2008
- May 2008
- March 2008
- September 2007
- August 2007
- July 2007
- May 2007
- April 2007
- February 2007
- January 2007
- December 2006
- September 2006
- August 2006
- July 2006
- June 2006
- May 2006
- April 2006
Meta
Author Archives: chmouel
Automate SSH known_hosts cleanup
If you like me, you have to do a lot of installs[1] of the same test machine with the same IP and have to ssh it you will notice this annoying message : IT IS POSSIBLE THAT SOMEONE IS DOING … Continue reading
Posted in Scripts
5 Comments
Linus Torvalds on GIT
Pretty good video to look if you like to know more about git and its creation : http://www.youtube.com/watch?v=4XpnKHJAok8
Posted in Programming
Leave a comment
Mandriva Popular in Australia
I have conducting a lot of different interviews for a position available as Linux Sysadmin in my company. What surprised me is the number of people having Mandrake/Mandriva on there resume as there first and current Linux experience. Make me … Continue reading
Posted in mandriva
Leave a comment
Little one coming in July
Little one (Noah) and his mum are coming in July, this is pretty cool
Posted in Noah
Leave a comment
Always search before coding
This is a annoying, even if it take 5mn to code thing like that : (defun my-dired-rm-rf() "Rm -rf directories" (interactive) (let ((sel (selected-window))) (dolist (curFile (dired-get-marked-files)) (if (yes-or-no-p (concat "Do you want to remove \"" (file-name-nondirectory curFile) "\" ? … Continue reading
Posted in Emacs
Leave a comment
Import Export to different tablespace names with Oracle 9i
Renaming Oracle Database is a pain, coming from OpenSource DB like MySQL or PostGres where we do that all the time i did not think that Oracle have to be such a pain. My only way i can find. – … Continue reading
Posted in Oracle
Leave a comment
SVN Diff against changes in the remote repository.
A useful svn wrapper scripts. Get a diff of your local repostitory against the upstream repository changes. I wonder why it is not builtins though like a svn status -u but for dif. #!/bin/bash IFS=" " for line in … Continue reading
Posted in Scripts
3 Comments
Stopped smoking
While reading this entry. I just remembered that it has been a a litle bit more than a month that i stopped smoking. I was a real smoker, smoking a 25 red malboro every day. But one day i wake … Continue reading
Posted in Life
Leave a comment
OpenSource Jokes
Funny website that you should checkout : http://opensourcejokes.com/ i wish theses guys were not putting some stupids google ads on the site. But well i know them it’s a day to day full time job to be the funny guys … Continue reading
Emacs nighly cvs snapshot with xft on Ubuntu Edgy
I wanted to try the latest cvs snapshot with XFT support, since i did not want to screw up more my workstation i have used packages instead of make install blindy. Basically i have a script called ./build.sh #!/bin/bash set … Continue reading
Posted in Emacs
12 Comments