30/03/2011 Par PJ Michel DansDebian, openvz 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… Read More
30/03/2011 Par PJ Michel DansDebian, openvz 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… Read More
29/03/2011 Par PJ Michel DansDebian, Hebergement, openvz Debian — OpenVz | K1drUx « Gestion des ressources allouées » Gérer la mémoire allouée à un VE # vzctl set {id} --privvmpages $((65536*2)):$((69632*2)) --save Cette commande permet de limiter l’utilisation du cpu à hauteur… Read More
28/03/2011 Par PJ Michel DansDebian Change Hostname Permanently on Debian or Ubuntu « AdminUser.wOrdpress.cOm Change Hostname Permanently on Debian or Ubuntu Posted February 10, 2008 by SiiN in debian, ubuntu. Tagged: debian, Linux, ubuntu. 4 Comments Debian based systems use the file /etc/hostname to… Read More
27/03/2011 Par PJ Michel DansDebian, Hebergement Admin Linux » Blog Archive » Installation Debian sur DELL R710, R410, RXXX Comment installer Debian sur un serveur DELL R710 ou RXXX ? Menu * Introduction * Carte réseau "Broadcom Corporation NetXtreme II" * Charger le firmware pour l'installation * Installer le… Read More
21/03/2011 Par PJ Michel DansDebian, pense-bête tgharold.com: Tech Blog: Creating a 4-disk RAID10 using mdadm Creating a 4-disk RAID10 using mdadm Since I can't seem to find instructions on how to do this (yet)... I'm going to create a 4-disk RAID10 array using Linux Software… Read More
21/03/2011 Par PJ Michel DansDebian, pense-bête mdadm delete linux raid – Linux/BSD Fail all the devices, then remove them, then stop the raid. eg mdadm --manage /dev/mdfoo --fail /dev/sdfoo mdadm --manage /dev/mdfoo --remove /dev/sdfoo mdadm --manage --stop /dev/mdfoo mdadm --zero-superblock /dev/mdfoo viamdadm… Read More
21/03/2011 Par PJ Michel DansDebian, pense-bête Mdadm – How can i destroy or delete an array : Memory, Storage, Backup and Filesystems So, you created an array and you messed up something? Now you would like to delete it? Please note: all data will be lost with this operation! 1. Stop the… Read More
21/03/2011 Par PJ Michel DansDebian, pense-bête debian | David Mercereau Après installation d'une debian sur un linutop2 il s'avère que la carte flash de 1Go est un peu petite.. Un peut de ménage s'impose donc parmi les docs, man, langue… Read More
21/03/2011 Par PJ Michel DansGénéralités Raid 10 ou raid 0+1 ? – Linux Attitude Lorsqu'on parle de redondance, de haute disponibilité et de disque, on parle de Raid. J'en ai déjà parlé Voici un petit aperçu des différents types de RAID, le but est… Read More