A partir de la 4.0, los scripts específicos por VPS se encontrarán en: /vz/private/CT_ID/scripts Pueden haber los siguientes tipos: global mount This script runs immediately after vzctl mounts the Container private area. The Container itself is not yet running and the script is running in the Host OS context. mount This script runs immediately after […]
Lo primero será detectar los discos Observamos los discos y diversas particiones. Paramos el RAID y lo borramos. Links http://www.cyberciti.biz/faq/linux-disk-format/ http://www.cyberciti.biz/faq/linux-how-to-delete-a-partition-with-fdisk-command/ http://www.review-ninja.com/2009/05/software-raid-raid-arrays-mdadm-on.html
Estoy tratando de recuperar un switch 10/100 con dos puertos a GigaEthernet y 24 10/100 pero no se ni ips ni passwords del switch. Este switch es gestionable y tiene buena pinta.
Un par de tips rápidos para aumentar el rendimiento (y el consumo de recursos) de Qmail en el panel de control Plesk.
Pequeño ejemplo para optimizar las tablas. El ejemplo es válido para instalaciones con Plesk pero vendría a ser algo así. Si encuentra tablas corruptas las reparará.
Script para backup sencillo de motor de base de datos MySQL. Utilizalo bajo tu propio riesgo.
In case you have downloaded Virtuozzo distributive already (example for 64-bit PVC 4.0) as file “virtuozzo-4.0.0-${build_version}-x86_64.sfx”, please extract it in the following way: # mkdir -p /vz/full_distr # bash /path/to/virtuozzo-4.0.0-${build_version}-x86_64.sfx -d /vz/full_distr –extract
# vzlicview To install a new Virtuozzo license put its content into a file and run the following command: # vzlicload -f “the_full_path_to_the_license_file” # vzlicload -o product key Links http://kb.parallels.com/1014
Para hacer cambios en cuanto a la base de datos de Zabbix, hemos de editar el fichero # vim /path/to/zabbix/conf/zabbix.conf.php
Guía para actualizar php 5.1.6 en CentOS 5.X a php 5.2, utilizando un repositorio oficial de CentOS. Añadir repositorio de desarrollo # vim /etc/yum.repos.d/CentOS-Testing.repo [c5-testing] name=CentOS-5 Testing baseurl=http://dev.centos.org/centos/$releasever/testing/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing includepkgs=php* # yum update Links http://wiki.centos.org/HowTos/PHP_5.1_To_5.2