| FAQ/HOWTO |
|---|
| 04/01/2006 : Comment utiliser urpmi --parallel |
| 09/03/2005 : Comment installer plusieurs distributions |
| 07/07/2004 : Introduction à Linux |
| 07/07/2004 : Gestion des logiciels ( tar.gz, rpm et urpmi ) |
| 07/07/2004 : Comment installer le pilote NForce ? |
| Linux : Showing files metadata under KDE is like Russian roulette | 31/01/2010 19:09:19 |
|---|---|
While reading KDE Planet, I've noticed this blog post from Peter Penz : Internal Cleanups. He was talking about code cleanups and refactoring he was doing in Dolphin code, which is a very good thing IMHO. Then I learnt something very annoying : since KDE 4.x and Nepomuk integration Dolphin is unable to show metadata informations for a file if the file is not indexed by Strigi and Nepomuk ( KDE bug #193592 ). This explains why I had more and more issues having the size of a photo ... Most of the time I did end up starting Gwenview for this ! This is really insane to have to rely on indexing to show a simple information like the dimensions of a photo. Here are the issues I could see :
These kinds of behavior should really be avoided on a modern desktop environment, and reliability and speed should be top priorities. Consistent behavior should be important, especially for basics features. If I understand well, I may not expect a fix for this before KDE 4.5/4.6, which means ... 2011 at worst in a stable Linux distribution ... | |
0 comment (s) | FACORAT Fabrice |
| Linux : Fixing computer freeze when using Intel chipset with dual view | 12/01/2010 18:54:49 |
|---|---|
Today I was willing to configure 2 laptop running Mandriva 2010 to do presentations during a meeting. So I was willing to use clone output. Unfortunately, doing so will resulta in an instant system freeze. Eeven worst, if the projector is plugged before powering on the laptop, the kernel will crash at boot ! Both laptop were using Intel chipsets ( Dell Latitude E6500, Asus A6VA ). The only solution is to disable KMS support. For this you need to generate an initrd without the i915 module ( use --builtin=i915 ), and then to eventually add in modprobe.conf : options i915 modeset=0. Once done, reboot the computer. Whereas you will not have KMS support, at least you will have dual ouput in clone mode support with no fear on freezing the kernel ... | |
4 comment (s) | FACORAT Fabrice |
| Linux : How to configure local mail delivery | 31/12/2009 10:26:09 |
|---|---|
I have a separate server which hosts my database. Each night, a cron script is run to dump the databases contents and rsynced the backups to another server. The backup script will log the backup in /var/log, but also send a mail. Most of the time I'm using ssmtp to use my ISP SMTP server as a relay. However my database server most of the time is not connected to internet ( and this on purpose ). This is where the issue comes : ssmtp doesn't allow local mail delivery :( Even stranger, by default local mail delivery seems to not work at all in a default Mandriva installation :( To handle local mail delivery, you need a local Mail Delivery Agent ( MDA ), and your Mail Transfert Agent ( MTA ) should called the local MDA to deliver local mails. So here are 2 methods to handle local mail delivery. Using SENDMAILThe easiest to have local mail delivery is to install ... sendmail. Just install sendmail package and start the corresponding service, and your are done.
Using ESMTPAnother way is to use ESMTP. i do advised to use ESMTP because it allow to configure easily a SMTP relay host, and handle also local delivery. However by default, ESMTP is not usable in default Mandriva configuration as it will not install a local MDA ( mdv bug #56759 ) and does not provide a default system-wide configuration file ( mdv bug #56757 ). So here his the procedure for a very simple ESMTP configuration which handle a SMTP relay and local mail delivery :
Testing you local mail delivery setupNow that sendmail or ESMTP are configured, you should test if local mail delivery is working correctly. The easiest way is to use the mail command to send, but also read your local mails. For example to send a mail containing the content of /etc/nsswitch.conf to the root user, just type : mail -v -s "Local mail test" root < /etc/nsswitch.conf. Now log as root, and type mail to consult root mails. you may want to use Mutt eventually to read your mails instead of mail. | |
3 comment (s) | FACORAT Fabrice |
| Linux : As a linux sysadmin I do care about | 30/12/2009 20:38:01 |
|---|---|
This testimonial comes after reading a blog post from Albert Astals Cid : Consistency. Indeed I do find useless the debate about UI and buttons consistency ( which is different from buttons order issue ). So here are the point for which I do care as a Linux sysadmin with nearly 75 workstations running Linux, 5 notebook running Linux + Windows, and 7 servers running Linux. As a Linux sysadmin, when :
So the UI look & feel is somewhat useless. I just want something that look mostly good, is acceptable, with a good usability. Good wallpapers ? most users just put their childrens photo as desktop background, and put a lot of icons on the desktops. Good theme ? most of the time, they don't care. Consistency ? they don't care : they just want to be able to distinguish closed and minimize buttons The only time my users were impressed by something visual was the "present windows" effects of kwin ( left upper corner ) which shows all windows at once as they find it useful. Plasmoïds ? they don't use them. i trained them to use the folder view to have faster access to services directories, but they are not using them most of the time, they'd rather create shortcuts on the Desktop. When we switch from KDE 3 to KDE 4, they do only care about the fact that everything was still working as expected. So endless debates about windows decoration consistency make me laugh hard. I'm giving lessons to futur sysadmins, and I do animate the Linux sessions, and theses guys care more about the possibility to manage Linux, ease of administration, ability to lockdown the desktop, administration tools, and coherence between the different distributions. Now, some people may argue that Linux sysadmins represent 0.0000000001% of computer users. Sure, but we are managing most of the running Linux computers and servers ... As I already say : Linux can't succeed in the desktop or normal mass-consumer market. Linux can succeed only when you have controlled environment, this means :
| |
2 comment (s) | FACORAT Fabrice |
| Mandriva : Mandriva: Nine Priorities for Mandriva Incoming CEO | 28/12/2009 16:48:51 |
|---|---|
As everybody^wnobody know, Hervé YAHI is no longer the CEO of Mandriva. So I decide to rip off an article from The VAR Guy to issue an open letter to the Mandriva direction. So here are 9 priorities for the new Mandriva staff :
No doubt, new staff will have a lot of work. Although it’s difficult to track Mandriva’s financial performance, buzz about Mandriva — particularly on desktop — is slowly growing. The original articles but concerning new ubuntu CEO is available on the VAR Guy website : Ubuntu: Nine Priorities for Canonical’s Incoming CEO | |
3 comment (s) | FACORAT Fabrice |