@techies
Agrupación de categorías técnicas y programación
Depurar un script por consola /system script print from=scriptname.src
Elastix VOIP. Versión Oct-2015, actualizado Abr-2022 Prefijos para selección de rutas de sálida Se puede elegir la línea a utilizar marcándolo antes del número: 10 - Sigue el orden Zadarma > Fonytech > Movistar con el número 95 247 4848 11 - Sigue el orden Fonytech > Zadarma > Movistar con el número 95 247 4848 (POR DEFECTO) Para pruebas principalmente, cualquier destino. 21 - Fonytech 22 - Zadarma 23 ...
http://serverfault.com/questions/526693/how-to-reinstall-broken-mysql-package The following worked for me : apt-get -f install -o Dpkg::Options::="--force-overwrite" And followed by: apt-get purge mysql\* rm -rf /var/lib/mysql rm -rf /etc/mysql dpkg -l | grep -i mysql apt-get clean apt-get aut updatedb apt-get install mysql-client-core-5.5 mysql-client-5.5 mysql-common mysql-server-5.5
Bash de ejemplo en: http://striker24x7.blogspot.com.es/2011/05/agi-script-for-trunk-failure-alert-via.html # http://striker24x7.blogspot.com.es/2011/05/agi-script-for-trunk-failure-alert-via.html DATE=`date "+%d.%m.%Y. %H:%M"` HOST=`hostname` # initializing agi variables declare -a array while read -e ARG && [ "$ARG" ] ; do array=(` echo $ARG | sed -e 's/://'`) export ${array[0]}=${array[1]} done MESSAGE="Incident happend ...
Varnish Cache es un acelerador de aplicaciones web, también conocido como caché de proxy HTTP inversa. Se instala delante de cualquier servidor HTTP y se configura para almacenar en la caché del servidor una copia del recurso solicitad. https://www.youtube.com/watch?v=qbtZuyE-6YQ&list=PLAygWJGZrhWCjSjHfr474yjyIVV5u2qJE&index=4 Instalación apt-get install apt-transport-https curl https://repo.varnish-cache.org/GPG-key.txt | apt-key ...
