Saving energy in Linux (power management of hard drive, monitor, and CPU using ACPI or APM).
Installation de Asterisk 1.4 sous Debian Etch | Sébastien Couture
Installation de Asterisk 1.4 sous Debian Etch Accueil Published by sebastien on mai 31st, 2008 in VoIP, Asterisk Ce tutoriel relate l’installation du logiciel de téléphonie PBX libre Asterisk, ainsi que les pilotes d’interfaces téléphoniques Zaptel; plus particulièrement le pilote ztdummy qui nous permet d’avoir une source de synchronisation temporelle (timing) pour les conférences (meetme) […]
Linux – hpacucli
Linux – hpacucli This document is a quick cheat sheet on how to use the hpacucli utility to add, delete, identify and repair logical and physical disks on the Smart array 5i plus controller, the server that these commands were tested on was a HP DL380 G3 server with a Smart Array 5i plus controller […]
2010 November 24 « Juanma’s Blog
The first thing you must learn about RAID technologies in Linux is that they have nothing in common with HP-UX, and I mean nothing! Yes there is LVM but that’s all, the mirror of a volume group for example is not done through LVM commands, in fact you are not going to mirror a volume […]
Audit MySQL – tmp_table_size & max_heap_table_size | dasini.net – Journal d’un expert MySQL
Je suis amené à réaliser régulièrement des audits de serveurs MySQL.Voici le premier volet d’une série d’articles où je vais essayer de vous donner quelques points clés pour mieux comprendre le fonctionnement de MySQL. La configuration du serveur est un des points que je regarde, et l’une des erreurs les plus courantes concerne le paramétrage […]
Lighttpd – HowToSimpleSSL – lighty labs
Setting up a simple SSL configuration¶ Setting up a simple SSL configuration with Lighttpd is quite easy. Though this method should be used with care because this setup will only provide proper encryption, not authentication! The user will be presented with a query whether to accept the certificate or not! First, go into your SSL […]
Tuning a HP Smart Array P400 with Linux – why tuning really matters… – Overclock.net – Overclocking.net
Tuning a HP Smart Array P400 with Linux – why tuning really matters… Today I had to do some tuning on a HP Smart Array P400 controller with 8x SAS 300GB 10K RPM HDD. It was already determined that this controller was *really* *really* bad at RAID5. This was a system that needed some decent […]
Kafe-in.net Blog/OpenVZ : Les ressources système dans un VE
Le noyau linux OpenVZ permet de se cloisonner en VE (Virtual Environment). Pour chaque VE créé, il attribue une certaine quantité de ressources système comme par exemple un nombre de processus maximum ou bien une certaine quantité de mémoire. Ces ressources sont appelées, en jargon « OpenVZique » les « bean counters », soit les « compteurs de haricots »…si quelqu’un […]
maxgarrick.com » Understanding OpenVZ resource limits
OpenVZ resource limits can be a little tricky, even after reading through the documentation on the OpenVZ website. With this post, I hope to explain the /proc/user_beancounters file as well as provide an illustration of memory guarantees/limits in an example 256mb container. Before attempting to understand OpenVZ’s memory limits, let’s recap Linux’s memory setup. This […]
Geekfault » OpenVZ : virtualisation légère, performante et amusante
Modifier la quantité de RAM C’est la commande la plus complexe : vzctl set $CTID$ –vmguarpages $((512 * 512)) –save vzctl set $CTID$ –privvmpages $((512 * 1024)) –save Là on passe à 512 Mo de ram avec possibilité de monter en pic à 1024. vzctl set $CTID$ –vmguarpages $((256 * 256)) –save vzctl set $CTID$ […]