Twitter: chmouel
- Drunken Bigot Tries to Commit Anti-Muslim Hate Crime, Gets His Ass Kicked Instead « SpeakEasy http://bit.ly/dv63P5 about 4 hours ago from TweetMeme
- Ps3 repaired, time to get those PES night running again! 09:17:04 PM September 01, 2010 from twidroid
- slashdot is down, digg has no useful news anymore, it's going to be a productive day today 03:05:03 PM August 31, 2010 from web
- On my way for a non-stop return to france to drop Noah in France 10:59:58 AM August 26, 2010 from Twitter for Android
- £10 for the bloody Spiderman branded toothbrush kid better wash his tooth for that price 06:50:24 PM August 24, 2010 from Twitter for Android
Archives
- 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
Monthly Archives: December 2006
My first webpage
Classic my first webpage is still on the web that was back in 98 and that was about Emacs http://membres.lycos.fr/crblinux/html/xemacs.html It is in french thought.
Posted in Emacs
Leave a comment
I am a user of the Bagdhad Musem Wiki
Ah i just discovered that the Bagdhad Musem have fetched my wikipedia page and i am on it now : http://www.baghdadmuseum.org/ref/?title=User:Chmouel I feel greatly honored (yeah whatever).
Posted in Misc
Leave a comment
Xterm like Control-L in Eshell
If you want to emulate Control-L in Eshell (the Emacs Shell) like in Xterm, you can use this : (defun eshell-show-minimum-output () (interactive) (goto-char (eshell-beginning-of-output)) (set-window-start (selected-window) (save-excursion (goto-char (point-max)) (line-beginning-position))) (eshell-end-of-output)) And add a key bind to it in … Continue reading
Posted in Emacs
Leave a comment
Error loading native library: libnjni9.so
If you like me when running oracle on x86_64 get that damn : Error loading native library: libnjni9.so when launching dbca and you have googled the thousands five hundred useless answer. Just add the path of the libs $ORACLE_HOME/lib and … Continue reading
How to get bright LS colors on Redhat with dark background
Something that i haven’t find via goole. By default on RedHat (and derivatives) if you get a dark background the colored ls will be seen really humm bold from a xterm (since i guess there default gnome-terminal has been configured … Continue reading
Posted in RedHat
Leave a comment