Category Archives: Linux
fish : le shell qu’il vous faut
Depuis peu j’ai découvert un nouveau shell qui répond au doux nom de fish. J’entends déjà ceux qui vont mon dire de toute façon zsh c’est le meilleur ou encore bash ou csh ça fait tout se que je demande … Continue reading
Disable bell GNU/Linux and FreeBSD
Global disable on Linux You just have to remove the pcspkr module. Temporary remove on all Linux distributions : # rmmod pcspkr Complete remove on Debian and derivate (Ubuntu, Mepsis, …) : # echo "blacklist pcspkr" >> /etc/modprobe.d/blacklist Turn off … Continue reading
Aditam v0.1 released
I’m happy to announce the first offcial release of Aditam. Download version 0.1 Get Aditam What is Aditam ? It’s a remote task scheduler which facilitates mass task managing over heterogeneous network. Due to a splited architecture, ADITAM is easily … Continue reading
Tips : Debian unstable (sid) switch to Python 2.4 by default
Edit /usr/share/python/debian_defaults You should have something like this : [DEFAULT] # the default python version default-version = python2.4 # all supported python versions supported-versions = python2.4, python2.5 # formerly supported python versions old-versions = python2.3 # unsupported versions, including older … Continue reading
Pardus
J’ai découvert cette distribution GNU/Linux il y a relativement peu de temps avec la sortie de la version 2007.2. Je l’ai tout d’abord testé sur une VM et là surprise j’ai eu un coup de cœur pour cette distribution. Je … Continue reading
Les liens utilent sur KDE 4.x
Suite à la sortie de KDE 4.0 de nombreux articles sont parus sur le web : L’aticle de linuxfr Le dossier de pcinpact La vidéo de présentation dans les locaux de google (en) La présentation du site du zéro
Configure Mailman on Debian Etch with a Postfix
Install a Mailman with a Postfix on Debian apt-get install postfix mailman Configure Mailman Add or change these lines in /etc/mailman/mm_cfg.py (example vhost : lists.example.net) : DEFAULT_EMAIL_HOST = ‘lists.example.net’ DEFAULT_URL_HOST = ‘lists.example.net’ DEFAULT_URL_PATTERN = ‘http://%s/’ Configure Postfix Example with (domain … Continue reading
Changements entre KDE 3 et KDE 4
Son : Phonon remplace aRts Phonon va enfin prendre la place de artsd le serveur de son buggé de KDE 3. Phonon permet la centralisation de l’audio et de la vidéo. Il a le grand avantage d’être une couche au-dessus … Continue reading
Your manfiles in color
You can use most to replace less or more to read your man with colors. To do this on Debian it’s easy : # apt-get install most # update-alternatives –config pager Then test it : $ man man Enjoy !