Instalacion de espeak – Text to speech
Bajamos el paquete
Bajamos el paquete
Seguir los siguientes pasos Listado de las maquina virtuales
1 |
virsh -c qemu:///system list --all |
Sacar backup de la configuracion
1 |
virsh -c qemu:///system dumpxml win2011 > /s3mnt/dms/backup.xml |
Si el clon ya existe de deben seguir los siguientes pasos
1 2 3 |
virsh destroy win2011-clone virsh undefine win2011-clone rm win2011-clone.img |
Parar la maquina y sacar backup
1 2 3 |
virsh suspend win2011 virt-clone --connect qemu:///system --original win2011 --name win2011-clone --file /home/maguilar/win2011-clone.img --check all=off virsh resume win2011 |
En la maquina destino, definir la configuracion
1 |
virsh define win2011.xml |
Copiar el
Ejecutar
1 |
curl -s https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py | python - |
Version 2016 Bajar el script de speedtest
1 |
wget https://raw.githubusercontent.com/sivel/speedtest-cli/master/speedtest.py |
Dar permisos de ejecucion
1 |
chmod +x speedtest.py |
Ejecutar
1 |
./speedtest.py --secure |
Añadir las siguientes lineas en el archivo:
1 |
vi /etc/zypp/repos.d/repo-virtualbox |
1 2 3 4 5 6 7 8 9 10 |
[virtualbox] name=VirtualBox for openSUSE 11.4 baseurl=http://download.virtualbox.org/virtualbox/rpm/opensuse/11.4 type=yum enabled=1 priority=120 autorefresh=1 gpgcheck=1 gpgkey=https://www.virtualbox.org/download/oracle_vbox.asc keeppackages=0 |
Instalar los siguientes paquetes
1 2 |
sudo zypper in virtualbox sudo zypper in python-gobject-pygtkcompat |
Se ejecuta con
1 |
vboxgtk |
Para crear registros por medio de un loop
1 2 3 4 5 6 7 8 9 10 11 12 13 |
DELIMITER $$ DROP PROCEDURE IF EXISTS insert_ell_rows $$ CREATE PROCEDURE insert_ell_rows () BEGIN DECLARE crs INT DEFAULT 0; WHILE crs < 11 DO SET crs = crs + 1; Insert into events (id,Valor) Values(crs,0); END WHILE; END $$ |
Para ejecutar la funcion
1 |
call insert_ell_rows; |
By default is seems the soft and hard open files limits on MariaDB in CentOS 7 are 1024 and 4096 respectfully. You can see these limits by first getting the process ID:
1 |
cat /var/run/mariadb/mariadb.pid |
And then looking at the limits in the proc filesystem:
1 |
cat /proc/XXXXX/limits |
You’ll
Instalar el cliente de OpenVPN para windows https://openvpn.net/index.php/open-source/downloads.html Copiar los certificados a la siguiente carpeta (O donde quede instalado) C:\Program Files\OpenVPN\config Ediar el client.conf con los parametros del cliente Cambiar la extension del client.conf a client.ovpn Ejecutar el programa
Con este comando podemos ver las extensiones que tienen problemas en el full, ya sean porque estan Lagged o porque estan UNREACHABLE Las caidas
1 |
tail -20000 /var/log/asterisk/full | grep UNREACHABLE | cut -d' ' -f6 | sort | uniq -c |
Solo para las de pings altos
1 |
tail -20000 /var/log/asterisk/full | grep Lagged | cut -d' ' -f6 | sort | uniq -c |
Origen: HOWTO: Boot your Raspberry Pi into a fullscreen browser kiosk | Wired Watershed Software for the Project: Raspbian Wheezy Debian Linux Win32Disk Imager The CanaKit comes with a pre-loaded SD card that includes the same version of Debian Wheezy that I used for this
Nuevo articulo Primero los paquetes necesarios
1 2 3 4 5 |
yum update yum install gcc-c++ make gnutls-devel kernel-devel libxml2-devel ncurses-devel subversion doxygen texinfo curl-devel net-snmp-devel neon-devel yum install uuid-devel libuuid-devel sqlite-devel sqlite git speex-devel gsm-devel |