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

Posted in Misc | 1 Comment

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