instalar php6 en instancia
Install Remi repository ## Remi Dependency on CentOS 7 and Red Hat (RHEL) 7 ## rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm ## CentOS 7 and Red Hat (RHEL)
find what you’re looking for
Install Remi repository ## Remi Dependency on CentOS 7 and Red Hat (RHEL) 7 ## rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm ## CentOS 7 and Red Hat (RHEL)
About (D)DoS Deflate is a lightweight bash shell script designed to assist in the process of blocking a denial of service attack. It utilizes the
Note: This article applies to Parallels Plesk Panel 9.5.4 with PHP 5.3 installed on CentOS 5. If you would like to update PHP 5.3, provided by
Cuando se intenta borrar una estructura de directorios en cuyo interior existen miles de ficheros es imposible utilizar el comando rm, al intentar utilizarlo aparece
En los servidores Linux con Plesk, el modulo mod_deflate viene instalado por defecto, pero sin configurar. En primer lugar, hay que comprobar que este cargado
Al lanzar el WebPresence Builder aparece el error: Internal error: Undefined property «localeCode» Try to rebuild the web-presence builder database using the below commands: #
Por defecto en Centos 6 no viene el repositorio para descargarnos la extensión Mcrypt para php. La biblioteca mcrypt tiene múltiples algoritmos para cifrar. Para
Problemas con el cloud de microsoft cuando está activado greylist. Utilizar el siguiente comando: # /usr/local/psa/bin/grey_listing –update-server -domains-whitelist «add:*messaging.microsoft.com» # /usr/local/psa/bin/grey_listing –update-server -domains-whitelist «add:*outbound.protection.outlook.com Para
Ejecuta un script en todos los VPS de un nodo excepto en el de control (CTID 1) #!/bin/bash clear; echo «————————————————————————» listado=`vzlist -H -o ctid`;
Cuando los usuarios intentan subir imágenes de más de 1.5 MB se encontran con el siguiente error: Nginx 413 Request Entity Too Large La forma
1 Preliminary Note In this example I have two hard drives, /dev/sda and /dev/sdb, with the partitions /dev/sda1 and /dev/sda2 as well as /dev/sdb1 and /dev/sdb2. /dev/sda1 and /dev/sdb1 make up the RAID1 array /dev/md0. /dev/sda2 and /dev/sdb2 make up the RAID1
Al crear la cache de una VZ template vzpkg create cache centos-5-x86 Se corta con el mensaje: Installing: sudo ##################### [157/207] /var/tmp/rpm-tmp.77991: line 17: restorecon:
For every database, you should set the root or sa passwords to something other than the default, unless you want to get hacked. For mysql,
Para conectarnos al servidor PostgreSQL nos cambiamos al usuario postgres y utilizamos el CLI psql, ejemplo: # su – postgres $ psql -d template1 -U postgres Welcome to
Cannot log in to Parallels Plesk Panel (PP). The following error is displayed instead of the login screen: ERROR: PleskFatalException Unable to connect to database:
While having a large hard drive is good for storing lots of data, it is also important for your computer to have a fast hard
Versión 11 Ejecutar solamente este comando, actualiza el IP maestro, los cambios de DNS globales se hacen desde el panel de control. /usr/local/psa/bin/ipmanage –auto-remap-ip-addresses true
Download themes from: http://www.parallels.com/products/plesk/themes/ To install the theme customized by the server administrator, issue the following command: /usr/local/psa/bin/branding_theme -i -vendor admin -source <path/filename.zip> To install
Cuando la conexión por ssh tarda varios segundos en acceder al servidor de destino hay que modificar el fichero /etc/ssh/sshd_config y poner UseDNS = no vi /etc/ssh/sshd_config #ShowPatchLevel
Step #1 : Partition the new disk using fdisk command Following command will list all detected hard disks: # fdisk -l | grep ‘^Disk’ Output: